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

18721 commits

Author SHA1 Message Date
Marc Khouzam
8ca71e3d94 Bug 337764: Label for limited stack frame is not shown 2011-02-21 20:05:47 +00:00
Emanuel Graf
496551af98 Bug 337714: Fixed streamline ChangeGenerator
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337714
2011-02-21 13:43:33 +00:00
Emanuel Graf
8d45a913ca Bug 337701: Fixed, FileContentHelper doesn't close streams
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337701
2011-02-21 12:11:07 +00:00
Sergey Prigogin
4cff141597 Formatting of line comments. 2011-02-21 08:02:03 +00:00
Sergey Prigogin
17366120ff Cosmetics. 2011-02-21 07:26:22 +00:00
Sergey Prigogin
7a7f4df061 Bug 337625 - Support for example parameters for message pattern to be used in codan preference UI. 2011-02-20 00:54:08 +00:00
Sergey Prigogin
f1d8668d9a Javadoc adjustments. 2011-02-20 00:50:56 +00:00
Sergey Prigogin
dafa751ccf Fixed compiler warnings. 2011-02-20 00:49:47 +00:00
Sergey Prigogin
3715cdbbe8 Bug 337040 - MethodDefinitionInsertLocationFinder2 does not find implementation file when no definition already present. Patch by Marc-Andre Laperle. 2011-02-19 21:38:56 +00:00
Andrew Gvozdev
29552b6bcf bug 319512: Missing type arguments on managedbuilder.core 2011-02-18 23:13:16 +00:00
Andrew Gvozdev
183ae47b7b bug 319512: Missing type arguments on managedbuilder.core 2011-02-18 23:06:02 +00:00
Andrew Gvozdev
4212fa9054 bug 319512: Missing type arguments on managedbuilder.core 2011-02-18 22:35:31 +00:00
Marc Khouzam
8fba5a99e5 Fix javadoc 2011-02-18 20:03:47 +00:00
Marc Khouzam
82a91d1c7f Bug 337602: Setting program arguments should be done per process 2011-02-18 19:49:18 +00:00
Marc Khouzam
8f44836698 Bug 336888: Method breakpoints are not set as actual method breakpoints 2011-02-18 11:18:35 +00:00
Marc Khouzam
87ab55e0f9 Bug 337460: Memory not shown in some cases for non-stop multi-threaded programs 2011-02-18 01:19:16 +00:00
Marc Khouzam
8e27b8d7f6 Bug 337452: Wrong memory shown for non-stop multi-threaded programs. Cache was not being cleared properly. 2011-02-18 01:18:41 +00:00
Sergey Prigogin
d62d436c14 Clarified index locking requirements. 2011-02-17 21:33:05 +00:00
Andrew Gvozdev
6d940840ee bug 319512: Extracted class MatchKey 2011-02-17 04:51:38 +00:00
Andrew Gvozdev
666b5e3edb bug 319512: Extracted class MatchKey 2011-02-17 04:41:30 +00:00
Andrew Gvozdev
6be5fbc124 bug 319512: Missing type arguments on managedbuilder.core 2011-02-16 23:23:21 +00:00
Andrew Gvozdev
d0e417a050 compilation warnings 2011-02-16 22:20:07 +00:00
Mikhail Khodjaiants
676444cbbe Bug 336875: Refactor ToggleBreakpointAdapter and ToggleTracepointAdapter classes 2011-02-16 18:41:41 +00:00
James Blackburn
b5742a5a4c Bug 303953 - Deleted linked resource in managed project is still being built.
- Fix test on Windows.
2011-02-16 18:05:39 +00:00
James Blackburn
741eb6dd08 Bug 207851 - [Scanner Discovery] scannerConfigBuildInfo replicated in each Config 2011-02-16 16:57:33 +00:00
Patrick Chuong
b048b41484 Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view
missing '.' for context.
2011-02-16 14:43:33 +00:00
Markus Schorn
fe82449225 Remove obsolete API filter (API tooling has been fixed). 2011-02-16 13:59:08 +00:00
Markus Schorn
76703a1ba4 Compiler warnings. 2011-02-16 13:57:43 +00:00
Anton Leherbauer
2aa98ad07f Bug 337284 - NPE in debug expression hover 2011-02-16 11:39:45 +00:00
Marc Khouzam
b9d2bc1e13 Bug 335528: Add method to allow overriding which StartOrRestart and DebugNewProcess sequences to use. 2011-02-16 11:39:41 +00:00
Andrew Gvozdev
54a25cca18 bug 337257: Make target: Files in referenced projects are not saved
Patch from Axel Mueller
2011-02-16 04:40:25 +00:00
Andrew Gvozdev
73a58b60cc bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
2011-02-16 04:10:58 +00:00
Andrew Gvozdev
81fde57a42 bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
2011-02-16 03:52:33 +00:00
Sergey Prigogin
003e75e1bb Cosmetics. 2011-02-16 02:06:59 +00:00
Sergey Prigogin
97e5359102 Bug 337254 - Binary not found - Universal ppc+i386 executables are not picked up on 64 bit machines. Patch by Johan van den Berg. 2011-02-16 01:30:34 +00:00
Andrew Gvozdev
98559b4f80 bug 337264: JUnit failure: managedbuilder - 3 failures on Linux related to spaces in *.d files 2011-02-15 23:33:06 +00:00
Andrew Gvozdev
2d3c62541c bug 319512: Missing type arguments on managedbuilder.core 2011-02-15 21:51:03 +00:00
Patrick Chuong
480ee167c8 Bug 334566 - [multicore][Pin&Clone] Add support for icon overlay in the debug view 2011-02-15 21:12:12 +00:00
Marc Khouzam
878d101d18 Bug 335648: Differentiate between hw breakpoint and watchpoint 2011-02-15 14:34:30 +00:00
James Blackburn
55ba7fa2f4 Bug 326671 - Fix potential NPE when building old tests. 2011-02-15 12:14:59 +00:00
Andrew Gvozdev
9c85e9f651 compilation warnings 2011-02-15 03:29:30 +00:00
Andrew Gvozdev
5909deb37f bug 333113: compilation warning 2011-02-15 03:24:13 +00:00
Andrew Gvozdev
bf50b0ce07 bug 333113: Removed Java 6 usage 2011-02-15 03:23:20 +00:00
Sergey Prigogin
6bf37615c2 Cosmetics. 2011-02-14 19:57:32 +00:00
Andrew Gvozdev
665a8be9c2 Compilation warnings 2011-02-14 17:57:49 +00:00
Andrew Gvozdev
289d4bbf35 bug 333113: Rebuild last target: option to use build location of active build configuration
Patch from Axel Mueller
2011-02-14 17:53:43 +00:00
Anton Leherbauer
60080b30c7 Fix deprecation warnings 2011-02-14 14:18:46 +00:00
James Blackburn
44d5f87460 Export packages: gnu.mingw, gnu.templates as x-internal. 2011-02-13 17:31:02 +00:00
James Blackburn
2d69ae770d Bug 326671 - [Performance] MBS generated makefiles for static library projects add dependencies on referenced archives 2011-02-13 16:46:19 +00:00
James Blackburn
7cf13bb21c Bug 331882 - Unnecessary calls to getProjectDescription(IProject, true) are very expensive 2011-02-13 16:29:06 +00:00