Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Bug 299911. Adapted for CDT 8.1.x branch.Sergey Prigogin1-6/+4
2012-08-14Bug 299911: Increment plugin and pdom version.Markus Schorn1-12/+15
2012-05-10Bug 378317 - Index update mode for resolving unresolved includes andSergey Prigogin1-10/+60
2012-05-03Cosmetics.Sergey Prigogin1-6/+9
2012-04-18Bumped up PDOM version to trigger index rebuild. The rebuild is neededSergey Prigogin1-3/+4
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin1-0/+5
2012-03-20Don't update index timestamp if nothing has changed.Sergey Prigogin1-1/+2
2012-03-19Added file size to the condition used for determining if the fileSergey Prigogin1-3/+7
2012-03-18Cosmetics.Sergey Prigogin1-0/+1
2012-03-18Fixed a typo.Sergey Prigogin1-1/+1
2012-01-04Fixes a few JUnit test failures.Markus Schorn1-5/+9
2011-12-21Bug 362442: Considering all expansions for significant macros.Markus Schorn1-3/+4
2011-10-18Fixed compiler warnings.Sergey Prigogin1-6/+49
2011-10-18Initial support for non-PDOM index fragments contributed through anSergey Prigogin1-3/+0
2011-09-21Copy of branch bug_197989.Markus Schorn1-10/+31
2011-09-15Bug 257293: Support specializations of using declarations.Markus Schorn1-1/+2
2011-09-08Bug 356057: Updating unnamed enumerations.Markus Schorn1-6/+9
2011-05-03Cosmetics.Sergey Prigogin1-71/+71
2011-03-30Bug 341008: Open element for enumerators nested in classes.Markus Schorn1-25/+35
2011-02-23Bug 173458: Camel case based content assist, by Jens Elmenthaler.Markus Schorn1-11/+21
2011-02-03Bug 335062: Corrected signature for function templates.Markus Schorn1-1/+2
2010-12-23Bug 332884: Partial specializations of class template specializations.Markus Schorn1-3/+4
2010-10-20Bug 327878: Identifying unknown instances in index.Markus Schorn1-3/+4
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-58/+42
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn1-3/+16
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn1-1/+2
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn1-3/+5
2010-06-24Bug 317435: Change to file-encoding shall trigger index update.Markus Schorn1-4/+7
2010-03-19Bug 305975: Strongly typed enums, forward declarations for enum.Markus Schorn1-7/+19
2010-02-26Do not reindex files if their contents haven't changed. Bug 302083.Sergey Prigogin1-3/+4
2010-01-27Follow up bug 287907: Clear result cache only once per IASTTranslationUnit.Markus Schorn1-1/+4
2010-01-23Yielding of index write lock. Bug 287907.Sergey Prigogin1-14/+52
2010-01-18Cosmetics.Sergey Prigogin1-8/+10
2010-01-04Bug 297641: Result cache of read-only fragments is not cleared.Markus Schorn1-1/+1
2010-01-04Cosmetics.Sergey Prigogin1-14/+8
2009-12-23Bug 280909: Type deduction and instantiation for variadic templates.Markus Schorn1-3/+4
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-3/+4
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-3/+4
2009-10-29Case insensitive searches, bug 293669.Markus Schorn1-27/+104
2009-10-17Log long periods of holding write index lock.Sergey Prigogin1-3/+12
2009-10-09Arithmetic conversions for unary and binary expressions, bug 231859.Markus Schorn1-3/+4
2009-10-08Pushes commonalities of c and c++ into IBasicType, bug 231859.Markus Schorn1-4/+5
2009-07-28Storing unknown variables in index, bug 284686.Markus Schorn1-3/+4
2009-07-17Modeling array sizes, bug 269926.Markus Schorn1-11/+4
2009-07-16Improved pdom lock tracing, bug 271909.Markus Schorn1-39/+70
2009-07-15Suppress empty pdom notifications, follow up bug 248849.Markus Schorn1-10/+6
2009-07-09Remove runtime dependency of PDOM, bug 282576.Markus Schorn1-2/+1
2009-07-07Run reconciler when new file is added to index, bug 276605.Markus Schorn1-6/+34
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn1-26/+57
2009-06-26Tracing option for locks on the index, bug 271909.Markus Schorn1-3/+143

Back to the top