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

20136 commits

Author SHA1 Message Date
Markus Schorn
535d90cc7d Option to record defined macros during expansion. 2011-10-07 10:56:14 +02:00
Sergey Prigogin
085f428acb Cosmetics. 2011-10-06 17:34:54 -07:00
Sergey Prigogin
5c8b7da9f4 Bug 360058 - NPE in NewClassCodeGenerator when attempting to create
files not under a source root. Eliminated faulty canonicalization
if resource paths.
2011-10-06 17:33:39 -07:00
Sergey Prigogin
22a089aca4 Fixed a bogus test failure. 2011-10-06 16:02:35 -07:00
Markus Schorn
0137349b87 Bug 359653: Range based for loop with auto type. 2011-10-06 15:50:45 +02:00
Markus Schorn
0975b80370 Bug 358654: Improve name of testcase. 2011-10-06 15:49:42 +02:00
Markus Schorn
c88a6117fd Bug 358654: Added testcase. 2011-10-06 10:09:36 +02:00
Pawel Piech
d722e5a8f6 Bug 359783 - (Fix matching of timed-out event contexts and tracking
timed-out flags)
2011-10-05 15:37:42 -07:00
Pawel Piech
bdd74fd79e Bug 359783 - (Avoid assertion error in case of inconsistent model
events)
2011-10-05 15:37:39 -07:00
Sergey Prigogin
849c54b2c3 Cosmetics. 2011-10-05 10:08:01 -07:00
Doug Schaefer
09bc0ef3f0 Update to tycho 0.13.0 proper. 2011-10-05 12:36:43 -04:00
Markus Schorn
098712b4d9 Manage the removal of an include guard 2011-10-05 16:54:24 +02:00
Markus Schorn
333559e5ea Cleanup handling of new file-versions. 2011-10-05 13:50:34 +02:00
Pawel Piech
93d76c18d7 Bug 359783 - (comment #3: Fixed handling of suspended event to match
previous behavior)
2011-10-04 22:41:02 -07:00
Pawel Piech
d643d3b26e Bug 359783 - [run control] SteppingController step timeout doesn't work
when container is resumed
2011-10-04 22:14:29 -07:00
Sergey Prigogin
c09afdc574 Cosmetics. 2011-10-04 16:34:21 -07:00
Sergey Prigogin
3edce39739 Bug 359905 - Invalid formatting of comment in enum. 2011-10-04 16:30:12 -07:00
Sergey Prigogin
923b1a5068 Expanded a Javadoc comment. 2011-10-04 10:40:40 -07:00
Sergey Prigogin
31f06286ba Cosmetics. 2011-10-04 10:12:26 -07:00
Sergey Prigogin
6593f1f8cf Removed a redundant test. 2011-10-04 10:11:06 -07:00
Markus Schorn
24864f8821 Fix bugs revealed by the testcases. 2011-10-04 16:05:44 +02:00
Sergey Prigogin
6f7c1b7904 Added another failing test. 2011-10-03 20:09:17 -07:00
Sergey Prigogin
dacfc2d9b7 Added two more multi-variant header update tests. Currently all these
tests are failing.
2011-10-03 18:10:03 -07:00
Sergey Prigogin
b87e568b78 Comment adjustment. 2011-10-03 12:24:16 -07:00
Markus Schorn
242b783c8c Bug 359485: Workaround deadlock with preferences. 2011-10-03 16:53:55 +02:00
Sergey Prigogin
419eca0c3f Cosmetics. 2011-10-02 21:19:08 -07:00
Sergey Prigogin
9fec7d91ed Added a multi-variant header update test that is not passing yet. 2011-10-02 21:14:21 -07:00
Sergey Prigogin
a3b2fcdb71 Removed dependency on a deprecated method. 2011-10-02 16:53:48 -07:00
Sergey Prigogin
bcb582c6dd Cosmetics. 2011-10-02 16:52:20 -07:00
Sergey Prigogin
bd624aeb0c Cosmetics. 2011-10-01 21:19:40 -07:00
Sergey Prigogin
484ec88e27 Collapse variants of the same include file into a single node. 2011-10-01 19:14:27 -07:00
Sergey Prigogin
5f065af0d8 Cosmetics. 2011-10-01 18:56:48 -07:00
Markus Schorn
7affbb771e Bug 359376: Updating implicit ctors in index. 2011-09-30 14:13:18 +02:00
Markus Schorn
19175c1f09 Bug 302767: Missing files in CModel. 2011-09-30 11:29:07 +02:00
Markus Schorn
9adfab7918 Bug 359364: Prevent premature access to ambiguous nodes. 2011-09-30 10:01:33 +02:00
Sergey Prigogin
e290bc4877 Cosmetics. 2011-09-29 20:46:41 -07:00
Sergey Prigogin
aa09934d72 Tests for headers included in multiple variants. 2011-09-29 20:39:52 -07:00
Sergey Prigogin
ba4c7c1e04 Fixed a Java 6 dependency. 2011-09-29 11:27:31 -07:00
Markus Schorn
794aaa995e Bug 350345: Resolving explicit type conversions 2011-09-28 15:00:21 +02:00
Andrew Gvozdev
8382397625 bug 359176: cosmetics, more descriptive names 2011-09-28 07:02:07 -04:00
Eugene Ostroukhov
210549ba61 bug 359176: NPE in XL C++ project 2011-09-28 06:42:39 -04:00
Sergey Prigogin
5558865a53 Cosmetics. 2011-09-27 19:48:53 -07:00
Andrew Gvozdev
a4d4dec51f bug 359140: Allow ErrorParserManager create workspace level markers 2011-09-27 16:41:31 -04:00
Andrew Gvozdev
fe0611ef33 bug 352166: Expressed IMarkerGenerator severity constants via
corresponding IMarker ones.
2011-09-27 11:15:25 -04:00
Markus Schorn
574406dc21 Indexing of headers and index updates. 2011-09-27 15:55:20 +02:00
Eugene Ostroukhov
8bfbc64c7e bug 358832: Includes and Symbols tabs do not remember selected language 2011-09-27 08:29:24 -04:00
Sergey Prigogin
f73fa36c10 Tightened a test case and fixed an uncovered bug. 2011-09-26 20:08:54 -07:00
Andrew Gvozdev
14939e4ab6 bug 355601: Make Targets Not Found In Nested Folders 2011-09-26 12:15:42 -04:00
Eugene Ostroukhov
b30bb21b53 bug 358835: Tools Settings page forgets selected node 2011-09-26 10:47:05 -04:00
Eugene Ostroukhov
e28830a10b bug 358829: AbstractPage-derived pages should remember current tab 2011-09-26 09:45:55 -04:00