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

17355 commits

Author SHA1 Message Date
Marc Khouzam
06f8d01d6c Bug 312997: Set the default launch delegate using the launch configuration type instead of individual launch configurations. This avoids having the tabs for all launch delegates be created every time, and causing race conditions. 2010-05-19 15:43:16 +00:00
John Cortell
2211e870c6 Bug 309032: Need APIs to support memory pages (oversight; was dropping rendering name in label when memory space is involved). 2010-05-19 14:55:36 +00:00
John Cortell
b53055056d Bug 309032: Need APIs to support memory pages (teo's fix to not create a memory block at address zero when switching to a new memory space). 2010-05-19 14:43:18 +00:00
Markus Schorn
7a11f618c6 Bug 312515: Fix selection for qualified names in info control. 2010-05-19 12:45:15 +00:00
James Blackburn
2900e91389 Bug 313503 Shouldn't pass empty "" arguments to tool options as it results in subsequent arguments being eaten 2010-05-19 12:22:46 +00:00
Markus Schorn
37f471698a Bug 311164: Correct getDefinitions() for specializations. 2010-05-19 11:11:07 +00:00
James Blackburn
5e9a025222 Bug 300554 return non-zero exit code if error markers exist in built projects 2010-05-19 10:23:47 +00:00
James Blackburn
6a7af13d61 Bug 312575 Performance patch, don't reconcile if not needed 2010-05-19 10:02:34 +00:00
Sergey Prigogin
bd4da84e73 Corrected logic for determining if a URI points to a workspace file. 2010-05-19 06:59:01 +00:00
Alena Laskavaia
8f07ba0efc Corrected validation 2010-05-19 02:52:53 +00:00
Alena Laskavaia
6f427a56b7 test for CxxAstUtils 2010-05-19 02:49:40 +00:00
Alena Laskavaia
c663103b44 Added test framework for fast tests 2010-05-19 02:49:01 +00:00
Alena Laskavaia
85d6bff98e Added method to check that node belongs to macro expansion 2010-05-19 02:41:12 +00:00
Alena Laskavaia
5d3f18cb04 Added ability to read source if running as non plugin test 2010-05-19 02:36:12 +00:00
Doug Schaefer
64a914802e Bug 313370 - fixed GCC Per File scanner discovery by allowing the builder to run normally again. Fixed the profile to use gcc arguments, not make which it does already. Also added support for --sysroot which has major affects on the gcc built-ins. 2010-05-18 20:52:39 +00:00
James Blackburn
501ba90f28 Bug 312575 Reconciling external settings should ensure config referenced settings are in the correct order. 2010-05-18 17:21:37 +00:00
Doug Schaefer
034cba9fe6 Bug 309505 - Launches should use the same environment as build. Grabs the build env from the CDT core and passes it along when calling out to gdb. 2010-05-18 16:14:46 +00:00
James Blackburn
ba5001ebc1 Bug 312575 Updating a .cproject doesn't update settings in referencing projects. Patch 3 + JavaDoc 2010-05-18 16:05:28 +00:00
John Cortell
36e5cb1427 Bug 309032: Need APIs to support memory pages (or memory spaces). Don't show memory spaces if there are less than two memory spaces. 2010-05-18 15:44:54 +00:00
Marc Khouzam
34caecd0e1 Bug 313372: Re-create the CLIEventProcessor when we restart the program, so as to reset the internal threadId count. 2010-05-18 15:25:45 +00:00
Vivian Kong
2917e52f08 use latest platform SDK and releng builder 2010-05-18 13:59:07 +00:00
Vivian Kong
ce23735209 set permission of index.html so cdtadmins can edit 2010-05-18 13:50:08 +00:00
Markus Schorn
f40a8f3e32 Fix occasional JUnit failure. 2010-05-18 07:55:53 +00:00
Markus Schorn
09ee27c920 Related to bug 312805: Indexer shall not attempt to index remote resources. 2010-05-18 07:01:49 +00:00
Alena Laskavaia
50b61f0c37 Fixed refactoring left-overs 2010-05-18 03:09:23 +00:00
Alena Laskavaia
c9d0b338cb open API 2010-05-18 03:08:11 +00:00
Alena Laskavaia
1c77ff42c8 Clean-up javadoc, method names and open API 2010-05-18 03:07:38 +00:00
Doug Schaefer
5e5b51e35a Bug 313038 - Includes path lost on restart. Moved the init of the config data provider to bundle start time so it's ready in time for first project creation. 2010-05-18 02:08:11 +00:00
John Cortell
0316c02daa Bug 248587: Support "Event' Breakpoints (backed out unused API changes) 2010-05-17 21:02:54 +00:00
Marc Khouzam
f2fab88813 Bug 281970: Needed a way to check if setDefaults() was called that was unique for each configuration. 2010-05-17 20:23:32 +00:00
John Cortell
ccb7b7ed22 Bug 312098: do not create a rendering automatically when Memory Browser is opened (fixed regression to memory space support) 2010-05-17 20:01:01 +00:00
Alena Laskavaia
a491012509 Restore the code that makes it work in CDT 6.0 2010-05-17 18:27:09 +00:00
Alena Laskavaia
173caf76de Implemented isLValue function inside the checker to make backward compatible with 6.0 2010-05-17 18:22:17 +00:00
Alena Laskavaia
cf8f64893e Removed @Test annotation to make it backward compatible with 6.0 2010-05-17 18:15:45 +00:00
Alena Laskavaia
05dc3fac9a FIx to make it backward compatible with CDT 6.0 2010-05-17 18:14:01 +00:00
Alena Laskavaia
f004315ce5 Fix usage of progress monitor 2010-05-17 16:36:26 +00:00
Alena Laskavaia
6892a28e3d Fix compile error 2010-05-17 16:33:34 +00:00
John Cortell
c039cc7cfc Fixed warning. Removed no-longer-necessary API tooling filter 2010-05-17 16:28:54 +00:00
Markus Schorn
eb314dd0f3 Renamed testcase. 2010-05-17 14:26:36 +00:00
Markus Schorn
cbabb21a6e Removes use of static instance of NullProgressMonitor (once canceled it remains to be canceled). 2010-05-17 14:16:14 +00:00
Anton Leherbauer
d85865bdb3 Bug 310331 - Fix wrong element path 2010-05-17 10:51:36 +00:00
Sergey Prigogin
4ed86bfe6c Minor code simplification. 2010-05-17 06:58:55 +00:00
Sergey Prigogin
34c589670a Types of binary expressions involving arrays. Bug 313037. 2010-05-17 06:57:58 +00:00
Sergey Prigogin
da79fc4ed3 Cosmetics. 2010-05-17 06:30:21 +00:00
Sergey Prigogin
ee53c2d94d Cosmetics. 2010-05-17 04:52:31 +00:00
Randy Rohrbach
3a958f19ca Bugxilla 312098. 2010-05-16 03:20:21 +00:00
Alena Laskavaia
bf4c760f6a Fixed spelling in a class name 2010-05-16 02:19:01 +00:00
Alena Laskavaia
3c2fd7ab95 Cleaned up problem preferences interfaces and fixed persistence 2010-05-16 02:18:02 +00:00
Sergey Prigogin
a0fe770fad Use NLS. 2010-05-16 00:23:09 +00:00
Sergey Prigogin
328e9da961 Copy from Type Hierarchy. 2010-05-16 00:09:56 +00:00