1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

20911 commits

Author SHA1 Message Date
Marc-Andre Laperle
b004558b81 Bug 388283 - ClassCastException in CPPASTFunctionCallExpression 2012-11-06 23:05:58 -05:00
Marc-Andre Laperle
b9e2be2744 Bug 392932 - ResourceException disabling checker in Codan preferences 2012-11-04 21:51:56 -05:00
Sergey Prigogin
add4edd847 Bug 393068 - Constructor call is treated as write access for arguments 2012-11-02 17:16:07 +01:00
Sergey Prigogin
fea61dd100 Cosmetics 2012-11-02 17:16:02 +01:00
Vivian Kong
e248471b54 Bug 228378 - Project Explorer: Convert to C/C++ wizard should not show
up in non-C perspective
2012-11-01 16:13:50 -04:00
Vivian Kong
4d0a95ad49 Bug 228378 - Project Explorer: C project wizards should be only
enabled in C perspective or on C elements
2012-11-01 15:54:10 -04:00
Sergey Prigogin
16fe45b0e0 Bug 393029. Fixed stack overflow. 2012-10-29 12:25:43 +01:00
Sergey Prigogin
8ec3ab2f94 Preservation of typedefs in template arguments. 2012-10-28 11:53:01 +01:00
Marc-Andre Laperle
9b835e492d Bug 385608 - Eclipse Juno 64 bits don't discover the visual studio paths 2012-10-27 15:07:13 -04:00
Andrew Gvozdev
e0149be3a3 Bug 392966: Indexing only source files in the build doesn't work properly with new scanner discovery 2012-10-27 09:00:20 -04:00
Randy Rohrbach
efd76606b2 Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
Tightened up obtaining the factory using an adapter ( pawel input ).
2012-10-22 23:03:38 +02:00
Randy Rohrbach
60ff7da7a4 Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
This is an initial solution which is made up of 2 parts
    1.) Changed the lower-level renderer to filter based on memory block as well as debug target.
    2.) Changed the parent render to become a listener for model changed events which are translated
        in to direct calls to the renderer to update the displayed values.
2012-10-22 21:59:32 +02:00
Randy Rohrbach
c06097a586 Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
This is an initial solution which is made up of 2 parts
1.) Changed the lower-level renderer to filter based on memory block as well as debug target.
2.) Changed the parent render to become a listener for model changed events which it translated in
    to the older debug events the lower-level renderer is expecting.
Pawel has suggested a more compact implementation which I will persue. But for now this is at least
a current fix.
2012-10-22 21:59:32 +02:00
Dmitry Kozlov
262d3cdd81 Bug 391115 - Disassembly view presents "\t" in instruction strings 2012-10-18 12:07:28 -04:00
Doug Schaefer
7140f7410a Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 23:21:40 -04:00
Marc-Andre Laperle
d9928b7661 Bug 375221 - [4.x] Resource config menu shows up in context menus 2012-10-11 01:02:50 -04:00
Abeer Bagul
a8f2455861 Bug 391185 - Do not cancel running source lookup job if framedata is identical
Change-Id: I879e640e976a1c1279587416e615356e596aaf1e
2012-10-08 13:04:18 -07:00
Mikhail Khodjaiants
d6cf0f1418 Bug 386156 - IllegalArgumentException in ThreadVMNode 2012-10-03 11:39:28 -04:00
Mikhail Khodjaiants
c14712793d Bug 363688 - CDT issues "auto-solib-add on" command to gdb with invalid
syntax
2012-10-03 11:04:04 -04:00
Mario Pierro
5e4cd0c1a9 Bug 390979 - NullPointerException in BreakpointsMediator2.getPlatformBreakpoint() 2012-10-02 21:00:48 -07:00
Marc Khouzam
dfd77d4cb3 Bug 389097: [breakpoints] Disabled state of Catchpoints at creation is
ignored 

Change-Id: I1c30fb7937ed4e35f22e18f7665c1daf5145ba37
Reviewed-on: https://git.eclipse.org/r/7699
Reviewed-by: John Cortell <john.cortell@freescale.com>
IP-Clean: John Cortell <john.cortell@freescale.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-26 09:36:22 -04:00
John Dallaway
00ca041f6b Bug 387688: Memory cache update fix 2012-09-24 10:21:15 -04:00
Vivian Kong
d62ed3f350 Bug 389951 - [Accessibility] CDT documentation has accessibility issues 2012-09-19 17:16:24 -04:00
Markus Schorn
3b03ad0e7a Bug 378930: ArrayStoreException collecting fields. 2012-09-17 09:00:18 +02:00
Sergey Prigogin
4536b4b84c Fixed an erroneous @since tag. 2012-09-11 14:01:50 -07:00
Vivian Kong
ace8f06e2d Bug 388243 - [LR parser] ICPPASTConstructorInitializer offsets did not
include parentheses
2012-09-10 15:27:42 -04:00
Marc Khouzam
edd32c480d Invalid @since tag 2012-09-07 11:04:26 -04:00
Marc Khouzam
763aebdd14 Bug 388793: Breakpoint actions do not work with non-stop mode
Change-Id: I18180149199819106909d5f3db51dd7270bf9937
2012-09-06 21:03:52 -04:00
Jeff Johnston
4b2232f88e Bug 381291: Add Mach-O 64 Binary Parser for Autotools projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=381291

Add Mach-O 64, PE, and Cygwin_PE binary parsers for Autotools.

Change-Id: Iee7321f9d58aa16919fa9ad2785eaf9d7e59e031
Reviewed-on: https://git.eclipse.org/r/7610
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-09-06 17:36:21 -04:00
Vivian Kong
4ce4cf3dc5 Bug 387193 - TVT/DVT3.8:TCT100: ARA: Incorrect mirrorred strings
occurred on UPC options page of bupc properties on Linux
2012-09-05 11:01:07 -04:00
Pawel Piech
6182eb107f Bug 388238 - NPE when calling DebugUIPlugin.launchInBackground()
from non-UI thread

Change-Id: Id65086ab6dcc8ec2efa1e66fb5bae48154add7cc
Reviewed-on: https://git.eclipse.org/r/7602
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-09-04 15:30:36 -07:00
Jeff Johnston
e1e09712b4 Bug 388648: NLS directive should be added to Eclipse Help TOC
file: org.eclipse.cdt.autotools.docs\toc.xml
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388648
Change-Id: I48157f63083364e0f6724e21356aa9ac07d7fe77
Reviewed-on: https://git.eclipse.org/r/7612
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-09-04 16:47:50 -04:00
Jeff Johnston
182549656a Bug 388600: Invalid comment delimiter (/*) used in
PropertyResourceBundle
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388600
Change-Id: I90cc56b18e1ba004abb501ab7aa022a5c652c73a
Reviewed-on: https://git.eclipse.org/r/7611
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-09-04 16:44:42 -04:00
Sergey Prigogin
600c3b1b32 Fixed a bug that caused files to disappear from the index sometimes. 2012-08-31 17:57:34 -07:00
Sergey Prigogin
0dfb1ee847 Cosmetics. 2012-08-31 17:56:40 -07:00
Sergey Prigogin
f351138c31 Better diagnostics of database corruption. 2012-08-30 16:54:55 -07:00
Sergey Prigogin
8478c43043 Bug 380623. Incremented PDOM version since some database records
changed.
2012-08-30 16:54:48 -07:00
Pawel Piech
5731f25e50 Bug 388338 - [breakpoints] event breakpoints broken for DSF
Backed out needless change to org.eclipse.cdt.gdb.ui/MANIFEST.MF.
2012-08-29 14:38:11 -07:00
Pawel Piech
00074919a9 Bug 388338 - [breakpoints] event breakpoints broken for DSF 2012-08-29 14:38:10 -07:00
Jeff Johnston
8e36b4c68a NEW - bug 388354: Problem with Option.configure.sharedstatedir.tip in
org.eclipse.cdt
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388354
Change-Id: Ib320ee4a462b0e8ea6e52d280d1eed55f7d5d1d0
Reviewed-on: https://git.eclipse.org/r/7499
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-08-29 14:58:23 -04:00
Thomas Corbat
6d4c1e4dff Bug 380623 - [C++11] Explicit Virtual Overrides 2012-08-28 21:36:11 -07:00
Jeff Johnston
cce375dd68 bug 388165: The autotools "GNU Tools" TOC entry problematic
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388165

Point gcc to general online docs page with latest release plus others.
Change title to be GNU Tools On-line Documentation

Change-Id: I84be7cd610e848ef523847cf0e1a003302e3e3a5
Reviewed-on: https://git.eclipse.org/r/7464
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2012-08-28 17:50:58 -04:00
Vivian Kong
cb70e7b23b Revert "Bug 387132 - AR: Incorrect mirrored strings and bracket occurred on "Properties for autotools" pages on Linux"
This reverts commit ca576d22bd.
2012-08-28 16:57:02 -04:00
Vivian Kong
dd034794c7 Revert "Bug 387132 - AR: Incorrect mirrored strings and bracket occurred on "Properties for autotools" pages on Linux"
This reverts commit 62502ef095.
2012-08-28 16:51:37 -04:00
Vivian Kong
394c911d7b Revert "Bug 387191 - ARA: Incorrect mirrored strings occurred on panels of right click menu selection of Invoke Autotools"
This reverts commit 037bc8b58d.
2012-08-28 16:28:37 -04:00
Vivian Kong
f6cd60e5e0 Revert "Bug 387135 - ARA: Wrong direction of bracket displayed on new C++ Project toolchains column "
This reverts commit 3990a3875b.
2012-08-28 16:11:47 -04:00
Marc Khouzam
717585ce45 Bug 386878 - Non-externalized String - Multicore Visualizer 2012-08-28 13:43:12 -04:00
Sergey Prigogin
80fe6566a7 Fixed ArrayStoreException, ClassCastException and NPE. 2012-08-27 18:24:34 -07:00
Sergey Prigogin
fa4aeee25d Removed an unused API filter. 2012-08-27 18:07:49 -07:00
Sergey Prigogin
3a95f59df4 Cosmetics. 2012-08-27 17:22:19 -07:00