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

15764 commits

Author SHA1 Message Date
Andrew Gvozdev
107aabe04c bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
Benchmarks updated to 6.0.0 level
2009-11-20 04:46:14 +00:00
Andrew Gvozdev
2fee5bf8ab bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
Extra check for deleted folder is not helpful
2009-11-20 04:43:44 +00:00
Andrew Gvozdev
e4c5888fca bug 212596: JUnit failures in cdt.managedbuilder.test.suite
updated outdated benchmark file
2009-11-20 03:41:24 +00:00
Andrew Gvozdev
7e2ae40497 bug 292003: JUnit failure: managedbuilder testLinkedFolder intermittently fails
added join FAMILY_AUTO_REFRESH for another flavor of creating a project
2009-11-20 03:40:36 +00:00
James Blackburn
bc7549cb14 Fix warnings + JavaDoc 2009-11-19 17:09:55 +00:00
James Blackburn
7e403feb06 Bug 295620 External Settings providers need some way of knowing what settings they provided previously 2009-11-19 17:08:09 +00:00
James Blackburn
1a924925c5 Bug 295602 "Export Settings" tab restore defaults should add the default exported paths from the Configuration 2009-11-19 15:16:53 +00:00
James Blackburn
ef68953626 Bug 295588 Changing Artifact type should update export settings 2009-11-19 14:16:08 +00:00
Anton Leherbauer
b0aa50581c Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:14:44 +00:00
Anton Leherbauer
44a799e535 Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:10:03 +00:00
Anton Leherbauer
1ba9b90d8f Bug 275609 - Files hidden in project explorer after applying source filter 2009-11-19 12:05:32 +00:00
James Blackburn
443be30a13 Bug 295571 resolve entries before exporting them 2009-11-19 11:35:39 +00:00
James Blackburn
db66939f7f Add @since 5.2 to IMAGE_FILE_MACHINE_AMD64 2009-11-19 09:21:36 +00:00
Anton Leherbauer
d7e60e1f59 Bug 295424 - Click ctrl+1, double-click on "No suggestions available" -> deletes part of the file 2009-11-19 09:10:23 +00:00
John Cortell
de6243d2de [235019] MinGW x64 (applied patch) 2009-11-19 08:39:12 +00:00
Anton Leherbauer
95c5fce830 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-11-19 08:38:47 +00:00
Sergey Prigogin
2318b0ea37 Fixed resolution of macros defined in bits/signum.h. Bug 295518. 2009-11-18 22:10:03 +00:00
James Blackburn
2a859b384c Bug 295436 changes to the environment in org.eclipse.cdt.core.prefs file on disk are not noticed by existing Project Descriptions. 2009-11-18 17:13:36 +00:00
Markus Schorn
6ce54bb401 Support for static assertions, bug 294730. 2009-11-18 17:02:01 +00:00
Markus Schorn
30fe21353c Removal of test cases specific to full indexer, bug 294864. 2009-11-18 16:40:18 +00:00
Markus Schorn
6205516e38 Indexer optimization, bug 292908. 2009-11-18 15:16:14 +00:00
Anton Leherbauer
897e40ab49 Bug 290499 - Generating Getter, Setter and Implementing Methods should by available through the Outline context menus
Patch by  Marc-Andre Laperle
2009-11-18 14:28:03 +00:00
James Blackburn
a50078bfdf Bug 265282 - Further issues with persistence issues
- Return StorableEnvironment to its former self
   - Add derived PrefsStorableEnviornment to persist and track environment changes in the eclipse preference store
   - Add tests and JavaDoc for issues discovered
2009-11-18 11:36:35 +00:00
Markus Schorn
68d9a584ff Removal of full indexer, bug 294864. 2009-11-18 11:27:01 +00:00
Markus Schorn
51ab620086 Compiler warnings. 2009-11-18 11:16:55 +00:00
Markus Schorn
3947de208b Search dialog improvements, bug 295168. 2009-11-18 08:41:19 +00:00
Markus Schorn
1cf5491c65 C/C++ search for operators, bug 295150. 2009-11-18 08:32:07 +00:00
John Cortell
d8117374fc Befriend EDC plugin 2009-11-17 21:21:40 +00:00
Markus Schorn
f40c0fc481 C++0x: Right angle brackets, bug 261268. 2009-11-17 18:05:06 +00:00
Andrew Gvozdev
aca23fae0e bug 284295: Hardcoded semicolon separator when appending to native environment variables
Patch from Marc-Andre Laperle
2009-11-17 02:34:32 +00:00
Andrew Gvozdev
3b31890d4e bug 75078: [Error Parser] Compilation Warnings are interpreted as Errors
Patch from Christian W. Damus
2009-11-16 22:34:22 +00:00
Andrew Gvozdev
4b81040dd2 made abstract to avoid instantiation by JUnit 2009-11-16 22:27:11 +00:00
James Blackburn
3308a839d6 Related to fix for Bug 265282 -- don't lose previous unchanged environment on save. Add test. 2009-11-16 22:27:04 +00:00
John Cortell
b60a11baac Fixed EDC warnings 2009-11-16 22:10:42 +00:00
John Cortell
3a995bbbba Expose some packages to EDC 2009-11-16 21:14:33 +00:00
James Blackburn
1987335bd2 Bug 265282 Environment persistence reload issues. Previously environment was loaded from the preference store and cached forever more. StorableEnvironment now has a handle on the ISerializeInfo so it can respond to external changes outside of CDT's realm. 2009-11-16 20:07:38 +00:00
James Blackburn
b6fa936b33 Add a helper method to create a project with a ICConfigurationDescription 2009-11-16 20:05:17 +00:00
Sergey Prigogin
678dae7850 Cosmetics. 2009-11-16 06:27:28 +00:00
Sergey Prigogin
3f8ba3ef71 Add Include fixes. Bugs 284669 and 295174. 2009-11-16 06:27:14 +00:00
Mike Kucera
760126e883 Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntax 2009-11-16 02:27:59 +00:00
Andrew Gvozdev
c60f642aa8 bug 287815: CDT New Class Wizard GUI should follow Eclipse UI Guidelines.
Additional patch from Marc-Andre Laperle
2009-11-13 22:01:04 +00:00
Markus Schorn
30e6d3f933 Bogus syntax errors, bug 295064. 2009-11-13 13:39:39 +00:00
Markus Schorn
c5d05dd874 Consider all declarations of a variable for determining its type, bug 294144. 2009-11-13 10:23:27 +00:00
Anton Leherbauer
450bef3a2c Bug 200418 - Mouse over struct/class member always fails 2009-11-13 10:02:30 +00:00
Andrew Gvozdev
f3955789de Possible NPE if document element is empty 2009-11-13 03:40:15 +00:00
Markus Schorn
688c9b4aac Lookup in class scope for template ids, bug 294904. 2009-11-12 18:46:26 +00:00
Markus Schorn
c3d24bd1b4 Fixes a NPE, bug 294797. 2009-11-12 18:09:50 +00:00
Markus Schorn
18c73ee0f5 Simplification of binary expression parsing, bug 294029. 2009-11-12 17:45:31 +00:00
Marc Khouzam
2b793aaf12 [294351] Fix comment 2009-11-12 14:15:21 +00:00
Marc Khouzam
48fb821c7d [294351] Add a default hover for DSF. 2009-11-12 14:06:54 +00:00