summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Introduced a parallel indexer. It is ifdef-out atm.Roberto Raggi2009-02-242-1/+30
* Alternative implementation of the indexer. It is a little bit slower, but I'm...Roberto Raggi2009-02-232-0/+28
* Code completion of doxygen tags.Roberto Raggi2009-02-201-0/+3
* Initial support for doxygen comments.Roberto Raggi2009-02-202-0/+6
* Fixes: save a few strlen callshjk2009-02-191-1/+1
* Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
* --warningsRoberto Raggi2009-02-161-1/+2
* Improved the C++ hover handler.Roberto Raggi2009-02-163-4/+64
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-1/+1
* Improved the type pretty printer.Roberto Raggi2009-02-134-126/+156
* Fixed crash in lookup context due to null-nameThorbjørn Lindeijer2009-02-111-2/+5
* Less annoying syntax checker.Roberto Raggi2009-02-101-0/+3
* Revert now unnecessary checks for null-typesThorbjørn Lindeijer2009-02-101-1/+1
* Fixes: Compile.Roberto Raggi2009-02-101-1/+1
* Made it possible to compile libCPlusPlus without `gui'.Roberto Raggi2009-02-101-7/+13
* Fixes: Possible crash in OverviewModel.Roberto Raggi2009-02-091-1/+1
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-093-10/+12
* Merge branch '1.0.0'con2009-02-091-0/+2
|\
| * Don't use the name twice, thoughThorbjørn Lindeijer2009-02-061-2/+2
| * Fixed tooltips for enumeratorsThorbjørn Lindeijer2009-02-061-0/+2
* | Added a simple auto test for the name lookup.Roberto Raggi2009-02-095-54/+57
* | Fixes: Parsing of #import directives.Roberto Raggi2009-02-052-0/+4
* | Fixes: Enable ObjC support.Roberto Raggi2009-02-052-1/+4
|/
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-262-2/+2
* Fixes: Lookup of qualified name ids.Roberto Raggi2009-01-241-21/+20
* Fixes: Expand the #elif's condition.Roberto Raggi2009-01-201-1/+15
* Bump year in licence header.Daniel Molkentin2009-01-1340-40/+40
* ResolveType for compound literals.Roberto Raggi2009-01-132-0/+7
* Fixed crash in function argument widgetThorbjørn Lindeijer2009-01-132-0/+7
* Ensure we had a valid class symbol.Roberto Raggi2009-01-131-2/+2
* Improved the lookup of qualified name ids.Roberto Raggi2009-01-132-11/+77
* More ObjC++Roberto Raggi2009-01-092-10/+9
* Added objcEnabled()/setObjcEnabled() to SimpleLexer.Roberto Raggi2009-01-082-1/+18
* Completion for typedef of pointer to struct.Roberto Raggi2008-12-312-11/+14
* Renamed SymbolsForDotAccess to ResolveClass.Roberto Raggi2008-12-302-21/+21
* Improved typedef support.Roberto Raggi2008-12-301-11/+16
* Save/restore the black list so we can re-use instances of SymbolsForDotAccess.Roberto Raggi2008-12-292-8/+41
* Initial support for typedefs.Roberto Raggi2008-12-292-0/+80
* Removed LookupUtils.Roberto Raggi2008-12-233-17/+5
* Some more clean up in the preprocessor.Roberto Raggi2008-12-2211-64/+164
* Nicer implementation of CPlusPlus::Macro.Roberto Raggi2008-12-226-100/+145
* Introduced expandNamespace(), expandClass(), expandBlock(), and expandFunctio...Roberto Raggi2008-12-222-102/+141
* Some cleanup in the C++ preprocessor.Roberto Raggi2008-12-2212-403/+371
* Made line and column unsigned ints.Roberto Raggi2008-12-181-4/+4
* Added TypeOfExpression::preprocess(expression, document).Roberto Raggi2008-12-182-0/+8
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-1638-38/+38
* do not reference removed empty filehjk2008-12-161-1/+0
* remove unneeded empty filehjk2008-12-161-0/+0
* Introduced CPlusPlus::Snapshot, it contains a snap shot of the indexer's curr...Roberto Raggi2008-12-125-15/+25
* Fixed possible crash when merging the evironments.Roberto Raggi2008-12-111-0/+2