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

10868 commits

Author SHA1 Message Date
Sergey Prigogin
3a95f59df4 Cosmetics. 2012-08-27 17:22:19 -07:00
Sergey Prigogin
1abc90f0b8 Added a message to ArrayStoreException. 2012-08-27 16:02:50 -07:00
Sergey Prigogin
34b49d5545 Fixed ClassCastException. 2012-08-27 16:02:10 -07:00
Krzysztof Kazmierczyk
30c3237227 Fix Bug 378882 - CDT projects not working when managed by custom EFS
filesystem 

Change-Id: I6e0966b63c5be81cb35008edb3cd9218023aaf3e
Reviewed-on: https://git.eclipse.org/r/7184
Reviewed-by: Chris Recoskie <recoskie@ca.ibm.com>
IP-Clean: Chris Recoskie <recoskie@ca.ibm.com>
Tested-by: Chris Recoskie <recoskie@ca.ibm.com>
2012-08-27 14:38:04 -04:00
Vivian Kong
62502ef095 Bug 387132 - AR: Incorrect mirrored strings and
bracket occurred on "Properties for autotools" pages on Linux
2012-08-24 16:34:15 -04:00
Sergey Prigogin
142b427343 Bug 387985 - Typo in refactoringHideMethod.label in
org.eclipse.cdt.ui/plugin.properties
2012-08-24 10:21:44 -07:00
Vivian Kong
12e6a908fb Bug 387680 - Entries and Providers are not externalized in C++
preferences
2012-08-24 12:21:16 -04:00
Sergey Prigogin
c41f1dc934 Delete the created project as part of test tear down. 2012-08-22 16:59:20 -07:00
Sergey Prigogin
3decf1fe32 Cosmetics. 2012-08-22 16:58:41 -07:00
Sergey Prigogin
2be9f26069 Added synchronization on fTaskQueue to PDOMManager.isIndexerIdle() 2012-08-22 16:58:28 -07:00
Sergey Prigogin
822e2091d2 Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy. 2012-08-22 16:58:13 -07:00
Sergey Prigogin
e3e7ee663c Further simplification of PDOMManager.joinIndexer method. 2012-08-22 16:57:21 -07:00
Sergey Prigogin
ffe717ed93 Simpler and more robust implementation of PDOMManager.joinIndexer
method.
2012-08-22 16:57:12 -07:00
Sergey Prigogin
379cc8e8e1 Cosmetics. 2012-08-22 11:53:17 -07:00
Sergey Prigogin
fd7b8220ee Bug 367993 - Error due to CDT not recognizing compiler built-ins like
__is_pod.
2012-08-22 11:44:10 -07:00
Sergey Prigogin
7b3c5d43f3 Cosmetics. 2012-08-22 11:43:23 -07:00
Sergey Prigogin
bc30d29351 Code streamlining. 2012-08-22 11:43:03 -07:00
John Cortell
3912ce84f6 Fix BaseUITestCase.checkTreeNode(); causing intermittent test failures 2012-08-22 11:41:41 -07:00
Vivian Kong
05cae5beb4 Bug 387428 - NPE in RefreshScopeManager 2012-08-21 12:35:30 -04:00
Sergey Prigogin
b5c2b0ce15 Bug 387560. Fix and test case. 2012-08-19 19:17:36 -07:00
Sergey Prigogin
8ffcaab51b Cosmetics. 2012-08-19 19:14:01 -07:00
Thomas Corbat
99590ef089 Bug 380141 - Support for Extended Friend Declarations
Syntactic recognition of extended friend declarations. Approach is to
allow declarations to have no declarator if they are named type
specifiers and have friend as a declaration specifier.

Change-Id: Id49afaadc4fd8b1cd10b398977ca6db252a9e799
2012-08-18 20:12:32 -07:00
Sergey Prigogin
59866cf812 Cosmetics. 2012-08-18 20:11:50 -07:00
John Cortell
e98ee53a9f Bug 387507 - PDOMManager.joinIndexer() can wrongly return false
Change-Id: Iebe3bb8840ea4b27bb2624a0526cf0f0f6ac0669
Reviewed-on: https://git.eclipse.org/r/7281
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-08-18 20:11:02 -07:00
Sergey Prigogin
ae8af8e02f Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators. Adjustments for CDT 8.1.x.
2012-08-17 14:01:33 -07:00
Sergey Prigogin
d89b672a97 Bug 327300. Parsing support for noexcept operators and noexcept
specifications in function declarators.
2012-08-17 12:05:10 -07:00
Sergey Prigogin
d7165d0797 Cosmetics. 2012-08-17 12:04:37 -07:00
Sergey Prigogin
492ad5e111 Cosmetics. 2012-08-17 12:03:29 -07:00
Sergey Prigogin
3d025cec9d Improved error reporting. 2012-08-17 12:02:39 -07:00
Sergey Prigogin
e65a79e4cc Improved error reporting. 2012-08-17 11:58:32 -07:00
Sergey Prigogin
81ab8a71d8 Bumped up version to 8.1.1 2012-08-14 17:55:45 -07:00
Sergey Prigogin
df47c2b6d6 Bug 299911. Adapted for CDT 8.1.x branch. 2012-08-14 16:56:09 -07:00
Sergey Prigogin
744d4c5264 Restored indexer timeout value. 2012-08-14 15:53:14 -07:00
Sergey Prigogin
62ca84cc0e Bug 299911. Fixed IndexCPPTemplateResolutionTest.testSFINAE_a 2012-08-14 15:51:40 -07:00
Sergey Prigogin
18128ed115 Cosmetics. 2012-08-14 15:51:22 -07:00
Sergey Prigogin
2eb6b52047 Extracted a constant for indexer timeout. 2012-08-14 15:50:44 -07:00
Sergey Prigogin
2f976ebab7 Fixed compiler warnings. 2012-08-14 15:50:20 -07:00
Sergey Prigogin
238d172a49 Fixed compiler warnings. 2012-08-14 15:49:47 -07:00
Sergey Prigogin
e13f1ed5ec Added failing IndexCPPTemplateResolutionTest._testSFINAE_a test. 2012-08-14 15:49:26 -07:00
Sergey Prigogin
88fb29136e Cosmetics. 2012-08-14 15:49:05 -07:00
Sergey Prigogin
382d749b41 GCC 4.6 type traits. 2012-08-14 15:48:25 -07:00
Sergey Prigogin
9a709aa4a2 Bug 299911. Improved propagation of template instantiation context. 2012-08-14 15:48:02 -07:00
Sergey Prigogin
ec941362f4 Bug 299911. Improved propagation of template instantiation context. 2012-08-14 15:47:41 -07:00
Sergey Prigogin
273f7ce331 Bug 305974. Fixed AST2TemplateTests.testSFINAE_b 2012-08-14 15:47:08 -07:00
Sergey Prigogin
e7c0e1fb81 Cosmetics. 2012-08-14 15:46:42 -07:00
Sergey Prigogin
27dfb6801e Bug 299911. Improved propagation of template instantiation context. 2012-08-14 15:46:09 -07:00
Sergey Prigogin
e9b0ab84db Bug 299911. Fixed propagation of template instantiation context. 2012-08-14 15:45:38 -07:00
Sergey Prigogin
a7f7ee8abe Cosmetics. 2012-08-14 15:45:00 -07:00
Sergey Prigogin
f66b671544 Cosmetics. 2012-08-14 15:41:27 -07:00
Sergey Prigogin
d536a5cfe0 Added a failing SFINAE test. 2012-08-14 15:41:11 -07:00