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

9169 commits

Author SHA1 Message Date
Andrew Gvozdev
82446508ce bug 307210: Build console does not show output lines that set to be ignored by error parsers 2010-03-26 21:10:07 +00:00
Andrew Gvozdev
55d9c94968 bug 300539: Add ability to specify filter-path to build-options that support browsing
Patch from Baltasar Belyavsky
2010-03-26 17:45:42 +00:00
Anton Leherbauer
5e8566888d Bug 307078 - CStorageDocumentProvider should provide annotation model
Patch from Adam Neal (IBM)
2010-03-26 09:22:37 +00:00
Sergey Prigogin
e639e05743 Test case for C++0x-style sizeof. Bug 305979. 2010-03-24 22:29:44 +00:00
James Blackburn
704c6442b8 Bug 306844 Don't flush environment prefs on get, as doing so requires a resource scheduling rule. 2010-03-23 17:04:09 +00:00
Sergey Prigogin
0a634c54fe Fixed stack overflow while processing invalid self-referring auto-type declarations. Bug 305970. 2010-03-22 22:23:22 +00:00
Andrew Gvozdev
d1005fa487 debug option to track build events 2010-03-22 17:05:48 +00:00
James Blackburn
617f0c7802 Bug 170590 - CDTBuildAction: save before build preference should cause dirty editors in referenced projects to be saved. 2010-03-22 10:37:18 +00:00
Sergey Prigogin
03cbd47472 Code cleanup. 2010-03-22 05:33:59 +00:00
Sergey Prigogin
a06882508c Cosmetics. 2010-03-22 05:04:23 +00:00
Markus Schorn
e3b26be436 Bug 306213: Selecting partial specializations, handling infinite recursions. 2010-03-19 15:48:20 +00:00
Markus Schorn
b01672b1f3 Bug 305975: Strongly typed enums, forward declarations for enum. 2010-03-19 13:06:51 +00:00
James Blackburn
768092e26c Bug 302881 Tweak fix; return previous referenced settings if the referenced project's configuration isn't yet accessible. 2010-03-18 16:32:49 +00:00
Emanuel Graf
3d44a24ca3 FIXED - bug 306129: Error occurred when using generates getter and setters (for underscrore suffix variable)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306129
2010-03-18 15:40:14 +00:00
Emanuel Graf
d9629c20b0 Fix for failing unit tests 2010-03-18 13:51:42 +00:00
Anton Leherbauer
0563296668 Bug 306305 - Improve wording of Tab key preference 2010-03-18 11:21:19 +00:00
Anton Leherbauer
bb9b38bfe9 Bug 280596 - Wrong indentation with spaces following a tab 2010-03-18 11:08:41 +00:00
Mike Kucera
ae33f98bb6 Bug 305391 - encoding change event is not handled 2010-03-16 21:28:33 +00:00
Mike Kucera
6fd9d65358 import wizard file dialog says Save As when it should say Open 2010-03-16 17:28:07 +00:00
Markus Schorn
116a84832c Bug 305972: [C++0x] New function declarator syntax. 2010-03-16 16:36:03 +00:00
Markus Schorn
6de7ad8cc5 Bug 305972: [C++0x] New function declarator syntax. 2010-03-16 16:30:09 +00:00
Sergey Prigogin
7b1257ab5c Cosmetics. 2010-03-16 15:00:58 +00:00
Sergey Prigogin
008e2da67d Cosmetics. 2010-03-16 15:00:14 +00:00
Andrew Gvozdev
833ccaaee1 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 01:35:44 +00:00
Andrew Gvozdev
4e54e89878 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 01:00:20 +00:00
Andrew Gvozdev
495cb046e7 cleanup: deprecated class used for CDT 3.X style projects 2010-03-16 00:35:17 +00:00
Andrew Gvozdev
af6798c3e8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:10:54 +00:00
Andrew Gvozdev
8336eb7f38 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 21:01:47 +00:00
Andrew Gvozdev
adfdd48115 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 19:31:54 +00:00
Andrew Gvozdev
54460ccbce cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:54:35 +00:00
Andrew Gvozdev
6e30f63572 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:45:20 +00:00
Andrew Gvozdev
aa96a34e7e cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:35:24 +00:00
Andrew Gvozdev
4d13a49e37 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 18:12:12 +00:00
Andrew Gvozdev
f382d74102 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:44:34 +00:00
Andrew Gvozdev
6087aa3dd6 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:39:00 +00:00
Andrew Gvozdev
457215b5b8 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:24:06 +00:00
Andrew Gvozdev
d934cb5a03 cleanup: deprecated class used for CDT 3.X style projects 2010-03-15 17:13:45 +00:00
Markus Schorn
518f686e52 Bug 282418: String representation of token-paste. 2010-03-15 17:04:20 +00:00
Sergey Prigogin
4c3dd79ee8 Support for C++0x 'auto' keyword and a test case. Bug 289542. 2010-03-15 17:02:26 +00:00
Andrew Gvozdev
0c0bb08f51 Another NPE in build console fixed + cleanup wizard 2010-03-15 16:28:05 +00:00
Markus Schorn
eaa4d9f281 Bug 282417: Label of grouped methods. 2010-03-15 16:02:01 +00:00
Markus Schorn
0dc6ec197c Bug 305487: ArrayStoreException using F3 2010-03-15 15:41:43 +00:00
Markus Schorn
05957c8002 Bug 305118: Add include for relative inclusion from different folder. 2010-03-15 13:41:02 +00:00
Markus Schorn
e5da8307a0 Bug 302412: Additional testcases + fix for direct initialization. 2010-03-15 13:23:15 +00:00
Sergey Prigogin
1e60031409 Cosmetics. 2010-03-15 04:16:20 +00:00
Sergey Prigogin
09a082e321 Fixed an ArrayStoreException. 2010-03-15 04:13:33 +00:00
Sergey Prigogin
80c40cd4d1 Cosmetics. 2010-03-14 01:24:55 +00:00
Andrew Gvozdev
96e650bf00 bug 305748: Place deprecated error parsers on the bottom of the list 2010-03-13 04:18:04 +00:00
Markus Schorn
286e04711a Bug 302412: Direct list initialization. 2010-03-12 14:49:49 +00:00
Markus Schorn
477c241751 Bug 302412: Template argument deduction for initializer lists. 2010-03-12 13:52:28 +00:00