Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2012-08-29Bug 380623 - [C++11] Explicit Virtual OverridesThomas Corbat51-169/+969
2012-08-28Revert "Bug 387132 - AR: Incorrect mirrored strings and bracket occurred on ↵Vivian Kong1-4/+2
"Properties for autotools" pages on Linux" This reverts commit 62502ef0955995e93156b857ba49136c6bccb24b.
2012-08-28Fixed ArrayStoreException, ClassCastException and NPE.Sergey Prigogin6-15/+87
2012-08-28Removed an unused API filter.Sergey Prigogin1-5/+0
2012-08-28Cosmetics.Sergey Prigogin1-3/+3
2012-08-27Added a message to ArrayStoreException.Sergey Prigogin1-1/+7
2012-08-27Fixed ClassCastException.Sergey Prigogin1-3/+5
2012-08-27Fix Bug 378882 - CDT projects not working when managed by custom EFSKrzysztof Kazmierczyk1-4/+9
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-24Bug 387132 - AR: Incorrect mirrored strings andVivian Kong1-2/+4
bracket occurred on "Properties for autotools" pages on Linux
2012-08-24Bug 387985 - Typo in refactoringHideMethod.label inSergey Prigogin2-5/+5
org.eclipse.cdt.ui/plugin.properties
2012-08-24Bug 387680 - Entries and Providers are not externalized in C++Vivian Kong2-3/+4
preferences
2012-08-22Delete the created project as part of test tear down.Sergey Prigogin1-5/+7
2012-08-22Cosmetics.Sergey Prigogin3-17/+14
2012-08-22Added synchronization on fTaskQueue to PDOMManager.isIndexerIdle()Sergey Prigogin1-3/+5
2012-08-22Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy.Sergey Prigogin8-32/+26
2012-08-22Further simplification of PDOMManager.joinIndexer method.Sergey Prigogin1-3/+2
2012-08-22Simpler and more robust implementation of PDOMManager.joinIndexerSergey Prigogin7-130/+124
method.
2012-08-22Cosmetics.Sergey Prigogin1-33/+26
2012-08-22Bug 367993 - Error due to CDT not recognizing compiler built-ins likeSergey Prigogin17-491/+864
__is_pod.
2012-08-22Cosmetics.Sergey Prigogin1-116/+112
2012-08-22Code streamlining.Sergey Prigogin1-21/+17
2012-08-22Fix BaseUITestCase.checkTreeNode(); causing intermittent test failuresJohn Cortell1-31/+49
2012-08-21Bug 387428 - NPE in RefreshScopeManagerVivian Kong2-11/+52
2012-08-20Bug 387560. Fix and test case.Sergey Prigogin4-10/+37
2012-08-20Cosmetics.Sergey Prigogin1-3/+3
2012-08-19Bug 380141 - Support for Extended Friend DeclarationsThomas Corbat2-0/+30
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-19Cosmetics.Sergey Prigogin1-2/+2
2012-08-19Bug 387507 - PDOMManager.joinIndexer() can wrongly return falseJohn Cortell1-88/+105
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-17Bug 327300. Parsing support for noexcept operators and noexceptSergey Prigogin7-21/+31
specifications in function declarators. Adjustments for CDT 8.1.x.
2012-08-17Bug 327300. Parsing support for noexcept operators and noexceptSergey Prigogin13-38/+175
specifications in function declarators.
2012-08-17Cosmetics.Sergey Prigogin3-167/+161
2012-08-17Cosmetics.Sergey Prigogin1-11/+7
2012-08-17Improved error reporting.Sergey Prigogin1-2/+2
2012-08-17Improved error reporting.Sergey Prigogin4-60/+93
2012-08-15Bumped up version to 8.1.1Sergey Prigogin16-18/+18
2012-08-14Bug 299911. Adapted for CDT 8.1.x branch.Sergey Prigogin14-187/+130
2012-08-14Restored indexer timeout value.Sergey Prigogin1-1/+1
2012-08-14Bug 299911. Fixed IndexCPPTemplateResolutionTest.testSFINAE_aSergey Prigogin6-54/+68
2012-08-14Cosmetics.Sergey Prigogin2-33/+40
2012-08-14Extracted a constant for indexer timeout.Sergey Prigogin1-20/+26
2012-08-14Fixed compiler warnings.Sergey Prigogin7-2283/+2032
2012-08-14Fixed compiler warnings.Sergey Prigogin1-32/+1
2012-08-14Added failing IndexCPPTemplateResolutionTest._testSFINAE_a test.Sergey Prigogin3-55/+171
2012-08-14Cosmetics.Sergey Prigogin1-206/+207
2012-08-14GCC 4.6 type traits.Sergey Prigogin6-30/+92
2012-08-14Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin4-24/+24
2012-08-14Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin1-10/+13
2012-08-14Bug 305974. Fixed AST2TemplateTests.testSFINAE_bSergey Prigogin5-63/+86
2012-08-14Cosmetics.Sergey Prigogin2-28/+24
2012-08-14Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin1-6/+6

Back to the top