Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Composite bindings should not be considered equal if their composite factorie...Sergey Prigogin1-6/+0
2011-02-23Fixed compiler warnings.Sergey Prigogin1-3/+3
2011-02-23Bug 173458: Camel case based content assist, by Jens Elmenthaler.Markus Schorn9-60/+160
2011-02-03Bug 335062: Corrected signature for function templates.Markus Schorn5-70/+58
2011-01-25Bug 335259 - Restored symmetry between PDOMNode.equals and CompositeIndexBind...Sergey Prigogin1-12/+15
2011-01-21Work around false null-pointer access warning.Markus Schorn1-1/+1
2010-12-23Bug 332884: Partial specializations of class template specializations.Markus Schorn3-33/+11
2010-12-17Bug 332114: Exceptions when parsing gcc-testsuite.Markus Schorn4-13/+42
2010-11-29Bug 328012. Fixed an issue with file counting.Sergey Prigogin1-0/+1
2010-11-27Bug 319330 - The indexing queue should give preference to the recently change...Sergey Prigogin7-92/+229
2010-11-26Cosmetics.Sergey Prigogin1-2/+1
2010-11-26Cosmetics.Sergey Prigogin1-24/+18
2010-11-22Cosmetics.Sergey Prigogin1-1/+9
2010-11-21Comment adjustment.Sergey Prigogin1-3/+3
2010-11-18Cosmetics.Sergey Prigogin1-20/+13
2010-11-04Bug 312666: Default file system on Mac is case insensitive.Markus Schorn4-11/+10
2010-10-20Bug 327878: Normalize arguments of unknown class instances.Markus Schorn3-5/+4
2010-10-20Bug 327878: Identifying unknown instances in index.Markus Schorn13-247/+240
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn28-255/+170
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn2-6/+6
2010-10-12Bug 312423: Replace null-types with problem types.Markus Schorn2-0/+6
2010-09-30Bug 302767: Tracing option for indexer setup.Markus Schorn2-10/+50
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-2/+21
2010-08-30Bug 316308 - [C++0x] Explicit conversion operatorsMarkus Schorn11-28/+26
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn43-529/+392
2010-08-24Bug 316307: [C++0x] Semantics for lamda expressions.Markus Schorn2-7/+51
2010-08-19Bug 305978: Fix encoding of deleted function flag.Markus Schorn2-2/+5
2010-08-12Bug 305980: [C++0x] Inline namespacesMarkus Schorn11-41/+194
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn1-3/+8
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn2-4/+13
2010-08-05Bug 321856: Stack overflow for recursive function type.Markus Schorn1-1/+1
2010-07-21Bug 320426: Index grows when updating files.Markus Schorn3-2/+11
2010-07-20Bug 319498: Comparison of unknown bindings.Markus Schorn2-4/+8
2010-07-19Bug 319186: Marshalling char16_t and char32_t.Markus Schorn1-3/+5
2010-07-08Bug 319258: Functions with 255 parameters.Markus Schorn3-9/+11
2010-07-07Bug 319033: Exception in stand-alone indexer.Markus Schorn3-3/+12
2010-07-01Bug 310795: Avoid loading project description during indexer setup.Markus Schorn5-135/+199
2010-06-24Bug 317435: Change to file-encoding shall trigger index update.Markus Schorn6-16/+55
2010-06-24Bug 283080: Updating headers in non-src folders.Markus Schorn4-30/+60
2010-06-22Bug 312666: Default filesystem on Mac is case insensitive.Markus Schorn2-4/+19
2010-06-03Bug 315439 Fix up copyrightVivian Kong34-34/+34
2010-05-25further changes for Bug 291815 - Add an extension point to allow utilities f...Chris Recoskie1-2/+2
2010-05-20Limit number of OOM Errors swallowed by the indexer to 5.Markus Schorn1-0/+3
2010-05-18Related to bug 312805: Indexer shall not attempt to index remote resources.Markus Schorn1-0/+3
2010-05-12Undo part of the merge from 5.0.Markus Schorn1-8/+2
2010-05-11- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.Chris Recoskie2-3/+10
2010-04-29Bug 259280: Avoid checksum computation when possible.Markus Schorn1-27/+32
2010-04-29Bug 310837: Updating header from referenced project.Markus Schorn2-7/+20
2010-04-27Bug 310514: Exporting resource snapshots in addition to cdt index.Markus Schorn1-9/+39
2010-04-08Bug 283080: Updating headers in non-source folders.Markus Schorn3-12/+74

Back to the top