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

10935 commits

Author SHA1 Message Date
Markus Schorn
73e2035f67 Performance Test for the preprocessor 2007-10-30 18:41:07 +00:00
Markus Schorn
4466a9e819 Performance Test for the preprocessor 2007-10-30 18:36:11 +00:00
Markus Schorn
6ba6f4d584 Additional testcases for macro-expansion plus fixes. 2007-10-30 15:59:24 +00:00
Jason Montojo
41731f51ac Fix for bug 207605 - New Class Wizard does not handle paths properly on case insensitive filesystems 2007-10-30 15:42:53 +00:00
Andrew Ferguson
24d37ac2e7 205182: fix example template to work from clean workspace 2007-10-30 13:50:30 +00:00
Anton Leherbauer
b03869c26a Fix for 190860: functions are folded when navigating to an unopened file (follow-up) 2007-10-30 10:32:30 +00:00
Anton Leherbauer
d3fd594242 Preventive fix for 207317: Project Explorer freezes when selecting any Working Set 2007-10-30 10:24:24 +00:00
Oleg Krasilnikov
fc77ba4a0a Bug #129507 : Build variables of type Path List not handled by indexer if used to specify include dirs 2007-10-30 06:37:43 +00:00
Markus Schorn
1284a72c42 Implementation of macro-expansion. 2007-10-29 16:33:15 +00:00
Ken Ryall
1a138c44af Bug 207675, display wchar_t as unicode chars. 2007-10-27 17:48:36 +00:00
Doug Schaefer
3d87af69f1 Set up msw builds. 2007-10-26 18:44:41 +00:00
Andrew Ferguson
1fe31a6d69 remove annotation 2007-10-26 15:36:16 +00:00
Andrew Ferguson
5b762b9f6b 207320: apply fix and add regression tests 2007-10-26 10:41:25 +00:00
Andrew Ferguson
672ce65667 205182: apply fix and add example template 2007-10-25 14:45:39 +00:00
Andrew Ferguson
e96881fb2c 199379: update docs and tidy code 2007-10-25 11:02:57 +00:00
Andrew Ferguson
80e1e13539 fix a bug in the composite deferred class instance implementation, add regression test plus debug utility code 2007-10-24 16:31:06 +00:00
Anton Leherbauer
834cbe8ce2 Follow up fix for 205231 2007-10-24 15:05:19 +00:00
Anton Leherbauer
50fd24cadc Fix for 206288: Provide outline view for assembly files 2007-10-24 10:02:44 +00:00
Oleg Krasilnikov
18fa1c4fc2 Bug #205030 : additional patch 2007-10-24 09:47:41 +00:00
Oleg Krasilnikov
475c93f89d Bug #205030 : CHelpProvider for providing F1/hover docs info via XML should be implemented 2007-10-24 09:30:40 +00:00
Andrew Ferguson
2a94956ebe add unit tests related to 201174 and improve debug information, apply a fix to CPPFunctionSpecialization for answering isStatic for when the binding being specialized is an index binding 2007-10-23 15:37:49 +00:00
Markus Schorn
ac3d4db76b Test cases and fixes for the location map 2007-10-23 12:47:10 +00:00
Markus Schorn
bad4dcae70 Test cases and fixes for the location map 2007-10-23 11:43:00 +00:00
Anton Leherbauer
f9aaf04e88 Fix for 206829: Can't create a newline in some cpp files 2007-10-23 11:31:30 +00:00
Anton Leherbauer
57d7ac7888 Fix for 205567: Implement an assembly model builder 2007-10-23 11:20:30 +00:00
Anton Leherbauer
587bbaf41a Fix for 206801: [formatter] Bad formatting with nested template parameters 2007-10-22 09:22:59 +00:00
Markus Schorn
aa6dbbcd83 Fixes navigation for mactos defined in a file of an SDKs that does not contain declarations. 2007-10-22 08:16:15 +00:00
Ken Ryall
58150201b7 Fix typo in previous commit. 2007-10-19 20:44:46 +00:00
Doug Schaefer
d8bdb2c2b3 Bug 206941 - Set the default extension filter to '*' for core files instead of '*.*', which doesn't match the default Linux core filename of 'core'. 2007-10-19 18:57:21 +00:00
Ken Ryall
de0b85c913 Bug 206825. 2007-10-19 15:14:43 +00:00
Markus Schorn
d4e9478c8e Related to 205272, preprocessor and location map without macro-expansion. Not yet tested. 2007-10-19 13:16:40 +00:00
Markus Schorn
f80b1e7e37 Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some of the API. 2007-10-19 12:31:26 +00:00
Markus Schorn
3381fad4e4 Extends IMacroBinding and the CharArrayUtils, also adding java-doc for some of the API. 2007-10-19 12:30:52 +00:00
Andrew Ferguson
e27f022a1f 206187: Apply fix, add regression test 2007-10-18 15:58:43 +00:00
Anton Leherbauer
af01f4320d Fix for 204575: [Formatter] Odd indentation effect with access specifiers and class members 2007-10-18 14:20:59 +00:00
Anton Leherbauer
2ece943ed1 Fix for 195290: Open Element wildcard problem 2007-10-18 12:09:57 +00:00
Andrew Ferguson
6a6fd2dc24 tidy method hasBaseClass and rename to calculateInheritanceDepth 2007-10-17 17:34:51 +00:00
Anton Leherbauer
b8da02462e Fix for 206573: NPE in CModelBuilder2 with illegal typedef 2007-10-17 10:24:59 +00:00
Oleg Krasilnikov
6535040bd9 Typo fix 2007-10-16 15:41:33 +00:00
Anton Leherbauer
f9d0d47ba3 Fix for 205984: Comment Code templates do not work 2007-10-16 11:38:54 +00:00
Anton Leherbauer
f7f62c4ee4 Fix for 206301: MPE - CEditor features not available (toggle breakpoints/typing preferences) 2007-10-16 10:40:30 +00:00
Anton Leherbauer
5b7ebd2927 Cleanup some obsolete references to old parser 2007-10-16 10:37:25 +00:00
Oleg Krasilnikov
811b4049aa Bug #206380 : Managed build displays duplicate build configs when selecting multiple projects 2007-10-16 08:57:55 +00:00
Markus Schorn
b047d952b2 Fix for 193056, macros for Open Element. 2007-10-16 08:30:08 +00:00
Mike Kucera
61f44ef073 C99 preprocessor is now generic and can be used with any lexer 2007-10-15 19:50:35 +00:00
Anton Leherbauer
7cfc4446c3 Fix for 201548: [Editor] Need partition scanner for assembly content 2007-10-15 14:53:25 +00:00
Oleg Krasilnikov
b91dc8e2f5 Bug #205460 : environment variables in project build properties do not get saved 2007-10-15 11:14:11 +00:00
Anton Leherbauer
0770249d75 Fix for 205108: Null pointer exception on Launch of app in Windows 2007-10-11 14:05:49 +00:00
Anton Leherbauer
0e71345f97 Fix for 206039: [Common Navigator] Copy/Paste/... actions not visible for mixed IResource/ICElement (regression) 2007-10-11 14:04:41 +00:00
Anton Leherbauer
3930fa6ccf Fix for 205013: Project Explorer: filtering non-C project also filters out the C projects 2007-10-11 10:03:19 +00:00