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

17440 commits

Author SHA1 Message Date
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
Sergey Prigogin
9790fbc6ab Cosmetics. 2010-05-16 00:08:39 +00:00
Andrew Gvozdev
db9abf589f compilation warnings 2010-05-15 16:36:38 +00:00
Alena Laskavaia
a355f5145a Moved parameter control up 2010-05-15 01:05:34 +00:00
John Cortell
e1dfb2e746 Bug 309032: Need APIs to support memory pages (or memory spaces) 2010-05-14 19:08:38 +00:00
Marc Khouzam
8fcc98e15c Bug 312467: Strings were not translated properly. 2010-05-14 18:42:11 +00:00
Alena Laskavaia
9061e0e6a7 Trying to fix failed tests issues 2010-05-14 18:12:10 +00:00
Doug Schaefer
38fd7023d5 fix the property used to get the arch. 2010-05-14 17:02:32 +00:00
Pawel Piech
06e479681f Bug 312813 - [Launch] MIInferiorProcess.exitValue() never returns 2010-05-14 16:50:40 +00:00
James Blackburn
1c2aa84166 JavaDoc 2010-05-14 15:46:28 +00:00
John Cortell
55b4c0857a Bug 312848: Remove CDI-GDB pref to enable distinct code and data spaces. Also fixed warnings 2010-05-14 15:37:38 +00:00
Doug Schaefer
b42f9fc12c Put the ppc build support back for the CDT milestone builds. 2010-05-14 14:49:29 +00:00
Doug Schaefer
26d41a3ab3 Put the ppc build support back for the CDT milestone builds. 2010-05-14 14:16:07 +00:00
James Blackburn
e4d218aa70 Bug 312575 tidy patch 2010-05-14 12:16:23 +00:00
Marc Khouzam
24f6fec914 Bug 304384: Undo the last fix which broke the case where we first created a Run configuration. Instead, check if the global pref is set before forcing a preferred launch delegate. 2010-05-14 10:25:25 +00:00
James Blackburn
5bf01b6975 Attempt to diagnose JUnit failure in testDelBreak - use assertEquals to see what the discrepancy is. 2010-05-14 09:26:14 +00:00