Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Bumped up version to 8.1.1Sergey Prigogin1-2/+2
2012-08-14Restored indexer timeout value.Sergey Prigogin1-1/+1
2012-08-14Bug 299911. Fixed IndexCPPTemplateResolutionTest.testSFINAE_aSergey Prigogin2-8/+7
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-14Bug 299911. Improved propagation of template instantiation context.Sergey Prigogin1-6/+6
2012-08-14Bug 305974. Fixed AST2TemplateTests.testSFINAE_bSergey Prigogin2-25/+40
2012-08-14Added a failing SFINAE test.Sergey Prigogin1-1/+33
2012-08-14Bug 299911. Added logging of methods that loose template instantiationSergey Prigogin5-81/+88
2012-08-14Bug 299911. Code streamlining. Sergey Prigogin1-8/+6
2012-08-14Bug 374993. Fixed AST2TemplateTests.testDependentExpressions_b.Sergey Prigogin1-1/+1
2012-08-14Bug 374993. Simplified a test.Sergey Prigogin1-12/+9
2012-08-14Bug 374993. Added a failing test -Sergey Prigogin1-0/+36
2012-08-14Cosmetics.Sergey Prigogin1-90/+90
2012-08-14Bug 299911. Added AST2TemplateTests.testSFINAE.Sergey Prigogin1-0/+48
2012-08-14Bug 299911. Improved propagation of name lookup context.Sergey Prigogin1-1/+1
2012-08-14Bug 299911. Fixed AST2TemplateTests.testDependentExpressions test.Sergey Prigogin1-1/+1
2012-08-14Bug 299911. Few fixes and a test that is currently failing due to a NPE.Sergey Prigogin1-0/+44
2012-08-14Cosmetics.Sergey Prigogin2-95/+95
2012-08-14Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgumentSergey Prigogin2-5/+5
2012-08-14Bug 299911. Fixed remaining failing tests.Sergey Prigogin2-2/+2
2012-08-14testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due toSergey Prigogin1-1/+1
2012-08-14Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-4/+5
2012-07-25bug 385678: Juno Indexer cannot find headers in workspace folders thatAndrew Gvozdev1-2/+9
2012-07-24Bug 369770: Allow suppressing use of directory of current file for resolving ...Markus Schorn3-2/+29
2012-07-12Bug 375859 - update JUnit testsDavid Salinas1-4/+99
2012-07-02Bug 380615 - Assign comments belonging to preprocessor directives to them in ...Lukas Felber1-0/+53
2012-06-27Bug 381032 - NameWriter extended for fully qualified names.Thomas Corbat1-0/+4
2012-06-27Bug 380498. Fixed few more cases where typedefs were not preserved.Sergey Prigogin3-46/+74
2012-06-27Cosmetics.Sergey Prigogin2-1091/+1091
2012-06-04Bug 375226 - Code not indexed properly when changing activeMarc-Andre Laperle3-8/+142
2012-05-31bug 380956: corrected somewhat misleading commentsAndrew Gvozdev1-1/+1
2012-05-31Bug 380498 - typedef is expanded during refactoringSergey Prigogin3-8/+101
2012-05-31Cosmetics.Sergey Prigogin3-2129/+2118
2012-05-29bug 380956: The CDT GCC Build Output Parser should not require 'make's recurs...Andrew Gvozdev1-0/+30
2012-05-24bug 379165: [sd90] Reindex using accurate list of affected resourcesAndrew Gvozdev1-0/+370
2012-05-24Bug 379511 - Forward declaration in function parameter ignored byLukas Felber1-0/+10
2012-05-22Bug 375859 - Refresh scope becomes empty after closing/opening projectDavid Salinas1-1/+1
2012-05-22Increased indexer timeout.Sergey Prigogin1-37/+41
2012-05-17Bug 363234. Support for thread_local storage class specifier.Sergey Prigogin1-0/+7
2012-05-16Cosmetics.Sergey Prigogin1-88/+88
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin1-0/+18
2012-05-10Bug 378317 - Index update mode for resolving unresolved includes andSergey Prigogin2-1/+69
2012-05-09Bug 375859 - Refresh scope becomes empty after closing/opening projectDavid Salinas1-10/+19
2012-05-07Bug 378614: Function ptr as K&R parameter.Markus Schorn1-0/+9
2012-05-04Bug 327298: [C++11] Support for nullptrMarkus Schorn1-0/+75
2012-04-27Bug 377838 - Name resolution gets confused by a class and a namespaceSergey Prigogin1-1/+18

Back to the top