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

18789 commits

Author SHA1 Message Date
Vivian Kong
defc8a8a4a Update build script to build against platform 3.7M3 2010-11-02 15:10:09 +00:00
John Cortell
197f94773b Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF. The reset() method should null out the data reference and set status to INVALID_STATUS. The former is particularly important since we otherwise hold the memory hostage. Functionally there's no difference since neither the data nor status can be queried when in invalid state. 2010-11-01 21:13:47 +00:00
John Cortell
2cd5b59772 Documentation 2010-11-01 20:55:25 +00:00
Andrew Gvozdev
d08f8469bc bug 285033: disabled descriptor for inexistent image (wrong folder) 2010-10-30 17:53:55 +00:00
Andrew Gvozdev
970872140e Deprecated old classes from CDT 3.X. 2010-10-29 20:50:30 +00:00
Andrew Gvozdev
e9b3b08cb4 Deprecated. 2010-10-29 20:43:48 +00:00
Andrew Gvozdev
405a398c0f bug 285033: @deprecated in CDT 8.0. This class appears to be never used. 2010-10-29 20:17:10 +00:00
Anton Leherbauer
af5c98eed9 Bug 328472 - "C/C++ Build" does not show under Preferences 2010-10-29 12:26:52 +00:00
Anton Leherbauer
679eb0d976 Bug 328356 - [C++0x] Editor support for range-based for 2010-10-29 07:58:14 +00:00
John Cortell
e5328c3106 Bug 310345: Made validate methods public 2010-10-28 23:14:49 +00:00
Pawel Piech
4dea12d98e Bug 328883 - AbstractCachingVMProvider throws ClassCastException 2010-10-28 19:47:42 +00:00
John Cortell
c0f40ceb47 Documentation 2010-10-28 15:50:33 +00:00
Anton Leherbauer
c83b49a790 Bug 314813 - [mark occurrences] Add preference option for overloaded operators 2010-10-28 13:16:15 +00:00
Anton Leherbauer
e137bca742 Bug 322755 - Move "Editor problem annotation" preference 2010-10-28 10:08:16 +00:00
Anton Leherbauer
87f0ba4453 Bug 326265 - [Makefile Editor] Folding actions in its rulers context menu
Patch from Patrick Hofer
2010-10-28 09:09:31 +00:00
Pawel Piech
24af3b858a Bug 310345 - Updated range cache to immediately return a valid range if range data is available. 2010-10-28 04:41:23 +00:00
Andrew Gvozdev
cb844bdaed bug 327897: [ScannerDiscovery80] Tidy up certain scanner discovery code 2010-10-27 16:55:27 +00:00
Andrew Gvozdev
c02ebb3cb8 bug 328780: NPE when compiler options are displayed 2010-10-27 02:28:20 +00:00
Andrew Gvozdev
8bb961660c bug 328780: NPE when compiler options are displayed 2010-10-27 02:20:41 +00:00
Chris Recoskie
a2ee72d9c5 Bug 328250 - CommonBuilder should use EFSExtensionManager to determine build working directory 2010-10-26 19:27:06 +00:00
Andrew Gvozdev
5c4d39a370 cosmetics: formatting 2010-10-26 14:44:05 +00:00
Doug Schaefer
ec96add1ba Enable C++ Build properties on CDT project in the Java perspective, e.g. for Android Native. 2010-10-26 04:20:08 +00:00
Andrew Gvozdev
40fee88bac bug 239804: CDT spelling errors 2010-10-25 20:48:36 +00:00
Andrew Gvozdev
99da99fdd1 bug 309113: Ability to have a single build console for a multi-project build 2010-10-25 02:42:44 +00:00
Andrew Gvozdev
c1d17327f3 bug 232373: cdt generated make file has options with no spaces between option and argument 2010-10-24 04:06:38 +00:00
Alena Laskavaia
7e83139fba Bug 328532 - added parameter to suppress the error in case if has else 2010-10-24 00:44:54 +00:00
Andrew Gvozdev
dc5d147ab5 bug 232373: testGenerateCommandLineInfoParameters re-added 2010-10-23 19:14:51 +00:00
Andrew Gvozdev
e609e153a6 bug 309113: Ability to have a single build console for a multi-project build 2010-10-23 12:16:09 +00:00
Andrew Gvozdev
7e18b465e2 bug 319512: Missing type arguments on managedbuilder.core 2010-10-23 05:50:06 +00:00
Andrew Gvozdev
31c9cb8c11 bug 319512: Missing type arguments on managedbuilder.core 2010-10-23 05:38:30 +00:00
Andrew Gvozdev
19483b9b29 spacing 2010-10-23 03:42:51 +00:00
Andrew Gvozdev
9ca06c8a65 bug 319512: Missing type arguments on managedbuilder.core 2010-10-22 22:32:02 +00:00
John Cortell
3641fa0fa2 Minor message correction 2010-10-22 16:06:47 +00:00
Anton Leherbauer
7a3b67561a Follow-up fix for Bug 325783 2010-10-22 09:18:42 +00:00
Anton Leherbauer
b78e2ea29a Bug 328068 - Creation of element failed error when creating new C++ class 2010-10-22 08:25:56 +00:00
Anton Leherbauer
a76a17353c Bug 328369 - Unexpected runtime error while computing a text hover 2010-10-22 07:44:44 +00:00
Vivian Kong
99c76ff666 Bug 328403 Update CDT feature/plugin versions for Indigo release 2010-10-21 20:05:18 +00:00
John Cortell
679e9ce2f9 Documentation 2010-10-21 18:40:33 +00:00
Andrew Gvozdev
04a623ab67 bug 328384: Improve handling of MS specific modifiers with VC toolchain
Patch from Marc-Andre Laperle
2010-10-21 16:56:39 +00:00
Markus Schorn
7129cfccb0 Bug 327223: [C++0x] Range-based for loop. 2010-10-21 14:22:06 +00:00
Markus Schorn
befb4d9e04 Bug 328259: Differentiate function-style and object-style macros, by Patrick Hofer. 2010-10-21 10:38:51 +00:00
Markus Schorn
7b99473f65 Bug 328321: Handle attempt to open editor for closed resources. 2010-10-21 09:13:38 +00:00
Sergey Prigogin
8a6ca5e261 Cosmetics. 2010-10-20 23:37:49 +00:00
Sergey Prigogin
0672757bc6 Adjusted comments. 2010-10-20 23:35:46 +00:00
Sergey Prigogin
fc2e8389f9 Removed dependency on a deprecated class. 2010-10-20 23:30:53 +00:00
Sergey Prigogin
2f97f50ca5 Cosmetics. 2010-10-20 23:21:36 +00:00
Sergey Prigogin
e9064b5093 Adjusted comments. 2010-10-20 23:01:25 +00:00
John Cortell
c53ab94055 Bug 310345: [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF (reintroduced the "disabled" tests) 2010-10-20 20:44:43 +00:00
Andrew Gvozdev
de6703334b bug 319512: Missing type arguments on managedbuilder.core 2010-10-20 16:07:39 +00:00
Pawel Piech
a24bb7ea72 Bug 310345 - [concurrent] Asynchronous Cache Programming Model (ACPM) utilities for DSF
- Removed the hidden handling of DataRequestMonitor in AbstractCache.update().
2010-10-20 15:59:09 +00:00