Nathan Ridge
92e5739ba6
Bug 434467 - Fix NPE caused by incorrect caching of enumerators
...
Change-Id: I7b0df5ea7d7b89ac89c42e8dc4091b3d5bf944f2
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/26696
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-16 16:23:35 -04:00
Sergey Prigogin
80c32be4b6
Adjusted selection of the most representative index file variant for
...
C/C++ editor.
2014-05-16 11:10:53 -07:00
Sergey Prigogin
62776c27d6
Cosmetics.
2014-05-16 10:45:37 -07:00
Nathan Ridge
a7b73d776c
Bug 399149 - Syntax-coloring for class-virt-specifier
...
Change-Id: I13bd4b3fcc82e1ce0339f2a357f0854f9e56bba8
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/26555
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-16 01:16:02 -04:00
Sergey Prigogin
c8b14a3c3e
Bug 434917 - Rename refactoring misses macro reference.
2014-05-14 20:48:23 -07:00
Sergey Prigogin
b75e994cb1
Cosmetics.
2014-05-14 20:45:09 -07:00
Nathan Ridge
2664b7c6f7
Bug 432701 - Expose the default value of a function parameter in the AST
...
and store it in the index
Change-Id: I4e180442bf2f2fe49d71e406a73253c6796e381b
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/26499
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-14 22:49:29 -04:00
Sergey Prigogin
e0fe67b904
Cosmetics.
2014-05-14 09:35:45 -07:00
Nathan Ridge
6cbdabfbec
Bug 432701 - Move code that determines the value of an initializer to SemanticUtil
...
Change-Id: I0fcbad27155d875b420ce99cd9e9ba202448cc59
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/26418
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-14 12:27:57 -04:00
Teodor Madan
ab5c43e46a
Bug 434645 - Deadlock in DsfExecutor on project close while in debug
...
session leading to UI freeze
Execute ITerminate@terminate() asynchronously
Change-Id: Ieba37912b7760f8db38b0f14e9562f07d7064af6
Reviewed-on: https://git.eclipse.org/r/26365
Tested-by: Hudson CI
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Teodor Madan <teodor.madan@freescale.com>
Tested-by: Teodor Madan <teodor.madan@freescale.com>
2014-05-14 09:11:48 -04:00
Sergey Prigogin
fb6c8ae2ab
Bug 434801 - Organize Includes uses bits/fcntl-linux.h
2014-05-13 13:13:45 -07:00
Sergey Prigogin
cc65236de5
Cosmetics.
2014-05-13 12:14:28 -07:00
Sergey Prigogin
08f5b7e52a
Bug 415486 - Make the indexer prioritize the files that are currently
...
open in an editor
2014-05-12 20:16:03 -07:00
Sergey Prigogin
01ac823ccb
Cosmetics.
2014-05-12 11:41:06 -07:00
Sergey Prigogin
720771095c
Fixed a broken test.
2014-05-09 16:34:59 -07:00
Sergey Prigogin
efa3aab3f2
Cosmetics.
2014-05-09 16:32:28 -07:00
Sergey Prigogin
f099336ec8
Renamed DBTest to DatabaseTest to match the name of the tested class and
...
added ability to test very large databases.
2014-05-09 14:43:06 -07:00
Sergey Prigogin
2c5f599327
Cosmetics.
2014-05-09 14:40:28 -07:00
Sergey Prigogin
ca4098caac
Cosmetics.
2014-05-09 09:53:25 -07:00
Sergey Prigogin
300d14f4db
Revert "added supported gnu file types to cdt file-types-list (defined here: http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71 )"
...
This reverts commit 8241b40ddb
.
2014-05-09 09:36:06 -07:00
Lukas Felber
2e4760ee38
added missing gnu file types (as defined in
...
http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71 )
Change-Id: If0903113d74439a9bf96022e1e3c636a0ffaebbf
Signed-off-by: Lukas Felber <l.felber@gmx.ch>
Reviewed-on: https://git.eclipse.org/r/24846
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-09 12:28:11 -04:00
Sergey Prigogin
456630b5a0
Bug 424571 - C++ indexer cannot find a derived class if the base class
...
in its declaration is written with namespace
2014-05-08 20:11:09 -07:00
Sergey Prigogin
774de9a0ea
Cosmetics.
2014-05-08 20:10:01 -07:00
Lukas Felber
8241b40ddb
added supported gnu file types to cdt file-types-list (defined here:
...
http://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/Overall-Options.html#index-file-name-suffix-71 )
Change-Id: I3f90382c4560aecc148c1826d8ff9242dffacb78
Signed-off-by: Lukas Felber <l.felber@gmx.ch>
Reviewed-on: https://git.eclipse.org/r/24850
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-08 23:07:01 -04:00
Andrew Ferrazzutti
fdfa6fe4b8
Bug 433014 - Autotools UI plugin is using deprecated extensions
...
Replace usage of popupMenus with command/handler/menu framework.
Change-Id: I89b4bc611572fafbf63e27b68573f105da4d2698
Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com>
Reviewed-on: https://git.eclipse.org/r/26134
Tested-by: Hudson CI
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-05-08 18:18:57 -04:00
Sergey Prigogin
80ea8de8d4
Bug 414692. Moved setReplacementHeader method to IIndexFragmentFile.
2014-05-08 10:22:38 -07:00
Marc-Andre Laperle
99f21e57e8
Fix org.eclipse.remote version in target definition
...
Change-Id: If9ee49389beff753c9235424626d91c207222a92
Reviewed-on: https://git.eclipse.org/r/26197
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-05-08 01:18:21 -04:00
Sergey Prigogin
f8dc5e0c75
Bug 434383 - Organize Includes inserts unnecessary include for code
...
produced by macro expansion
2014-05-07 20:26:40 -07:00
Sergey Prigogin
b88109c7f4
Cosmetics.
2014-05-07 19:37:07 -07:00
Nathan Ridge
1ae15f57fa
Move some tests that do not involve templates out of AST2TemplateTests
...
Change-Id: Icc6bc9be16d482094792d8903e3bf13511095796
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/25938
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-05-07 19:48:05 -04:00
Sergey Prigogin
17bf8f55f1
Fixed "UnsupportedOperationException: addMember method should be called
...
instead" error.
2014-05-07 16:28:40 -07:00
Sergey Prigogin
fab1e9757c
Cosmetics.
2014-05-07 16:27:35 -07:00
Alvaro Sanchez-Leon
4c34ced31b
Bug 432963 - [Memory] Cache associated to memory spaces context are not
...
being reset
Change-Id: I3b8de9008ce0d60cbdc2b04ad2c2bb9b844ee47b
Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-on: https://git.eclipse.org/r/25206
2014-05-07 08:32:03 -04:00
Sergey Prigogin
a55526430c
Cosmetics.
2014-05-06 18:08:03 -07:00
Sergey Prigogin
ae2d1154f9
Bug 434150 - Infinite recursion with decltype
2014-05-06 17:48:54 -07:00
Sergey Prigogin
2131d04278
Added a missing message.
2014-05-06 17:47:25 -07:00
Sergey Prigogin
c4e47cdaa2
Cosmetics.
2014-05-06 17:46:17 -07:00
Doug Schaefer
962e011886
Bug 433477 Fix colors for dark theme.
...
Change-Id: I66e6deec545cc2703d96ec03e59ab451a92b8867
Reviewed-on: https://git.eclipse.org/r/26066
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-06 13:18:39 -04:00
Jeff Johnston
6acb6dbc70
Add CDT Standalone Debugger
...
- add org.eclipse.cdt.debug.application plugin which supports running
CDT debugger as Eclipse application
- add org.eclipse.cdt.debug.application.docs plugin which is the
modified
CDT docs
- add org.eclipse.cdt.debug.standalone-feature which bundles the
two aforementioned plugins
- add org.eclipse.cdt.debug.standlone.source-feature
Change-Id: I1a1ae855ab3912e678b7d9e3465e2fbbfe949e13
Reviewed-on: https://git.eclipse.org/r/25845
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-05-05 15:39:30 -04:00
Doug Schaefer
4353aad6d5
Remove the eclipse.inf file from core.tests. It conflicts with the
...
pom driven packing.
2014-05-05 14:31:15 -04:00
Doug Schaefer
1ebf3f6a81
Fix up signing for master builds.
...
Change-Id: I9c8998be1e6e2db86fa3aae6665f95f6e28888e3
Reviewed-on: https://git.eclipse.org/r/25974
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
2014-05-05 13:41:54 -04:00
Anton Leherbauer
4d6b998597
Bug 434103 - winpty instance might get reused by another PTY
2014-05-05 16:41:07 +02:00
Teodor Madan
13626ab74c
Bug 433761 - Breakpoint Actions Dialog should not allow creating unnamed actions
...
- Add validator and error decorator for breakpoint and tracepoint action
name editor
- Generics Warning Cleanup from BreakpointActionManager; avoid spawning bp
action execute jobs in lack of any actions
- MIBreakpointsManager - avoid spawning needless job when there's no
breakpoint to execute actions for
Change-Id: Ibe29b97e4f3a86d5429e3f71aae728dd7e31b97b
Signed-off-by: Teodor Madan <teodor.madan@freescale.com>
Reviewed-on: https://git.eclipse.org/r/25768
Tested-by: Hudson CI
2014-05-05 06:54:27 -04:00
Sergey Prigogin
bea119c534
Bug 414692. Fixed an NPE.
2014-05-03 12:22:07 -07:00
Sergey Prigogin
9d7a23cde5
Bug 414692 - Organize Includes has to honor @headername{<header>} in
...
doxygen comments
2014-05-02 10:46:19 -07:00
Sergey Prigogin
7e686b6744
Relaxed type constraints.
2014-05-02 10:45:06 -07:00
Sergey Prigogin
355027f0c9
Cosmetics.
2014-05-02 10:43:52 -07:00
Alvaro Sanchez-Leon
ddb8ab8708
Bug 431627 - [mem] Need additional API to extend support for memory
...
spaces
Change-Id: I775f443927ddd326e5aab5c0e9243cd818edde41
Signed-off-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
Reviewed-on: https://git.eclipse.org/r/24994
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 12:57:37 -04:00
Marc Khouzam
fa5de3be3b
Update license.html files for 2014 version
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 11:17:44 -04:00
Marc Dumais
b6ef18973d
Bug 432908 - [visualizer] Update Problem Visualizer example to use
...
VirtualBoundsGraphicObject
Change-Id: I5c15ac2bfa4bfc09faee70f5b12f73360af47f86
Reviewed-on: https://git.eclipse.org/r/25685
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Hudson CI
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-05-02 09:26:07 -04:00