Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-02-28Added tracing to CompositeValue.create.Sergey Prigogin1-2/+5
Change-Id: I46b076c2d2fd1b4b0cb490fd3de2ff55e5ec66d7
2017-02-03Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin1-0/+3
freezes Added tracing of unusually expensive bindings in IndexFileSet. Change-Id: I316257d32b4af7357644a2958177efd2df58f864
2012-04-04Bug 366570: Added tracing option.Markus Schorn1-0/+3
2011-09-21Copy of branch bug_197989.Markus Schorn1-0/+3
2010-09-30Bug 302767: Tracing option for indexer setup.Markus Schorn1-0/+3
2010-02-17Don't enable debug option by defaultAnton Leherbauer1-1/+1
2009-06-26Tracing option for locks on the index, bug 271909.Markus Schorn1-0/+3
2008-02-15More tracing options for the indexer, combined 3 parallel IASTProblem ↵Markus Schorn1-1/+10
implementations, related to bug 213561.
2007-03-21Fix for 173872: ASTProvider locked up waiting on a notify()Anton Leherbauer1-0/+3
2007-02-09Call Hierarchy: testcases with static functions.Markus Schorn1-1/+1
2006-12-19Indexer: adds option to trace problems.Markus Schorn1-4/+7
2006-11-29Removed a few unused tracing options.Markus Schorn1-12/+0
2006-11-13Adds a trace option for logging exceptions caught and ignored by the parser.Markus Schorn1-0/+3
2006-11-10Bug 95274 - Support code formatterAnton Leherbauer1-0/+2
First stab at a built-in code formatter
2006-11-09Fix for 150075, progress indication for indexerMarkus Schorn1-0/+4
2005-12-01Added tracing option for PDOM timing so it doesn't print it out all the time.Doug Schaefer1-0/+3
2005-03-28Initial CTags Indexer contributionBogdan Gheorghe1-0/+3
Added timing option to all three indexers Modified event notification for all indexers to make use of ICDTIndexer constants Modified SearchEngine to work with all 3 indexers Added UI block for CTagsIndexer Ironed out some UI wrinkles in Indexer Block Added indexer change event for UI Block
2004-05-202004-05-19 Alain MagloireAlain Magloire1-0/+6
Contribution from Sam Robb, for PR 52864. File discovery.
2004-01-27Added traceLogs into Scanner. Fixed Bug 46402 : expression evaluation ↵John Camelon1-0/+3
error on branch not taken. Added beginning of IScannerExtension and GCCScannerExtension support for gcc specific aspects. Added separate Scanner log category for tracing and updated clients to use it.
2004-01-15Content Assist Work : Moved logging and testing to the UI side of CDTHoda Amer1-3/+0
2004-01-08Content Assist Work : Adding logging capabilitiesHoda Amer1-0/+3
2003-09-26Patch for Bogdan Gheorghe:Doug Schaefer1-3/+0
This patch integrates the dependency calculator into the indexer. As a result the underlying indexer file storage format has changes. Lots of detail in the change logs of exactly what changed...
2003-09-12New trace attribute for deltaprocessorAlain Magloire1-1/+4
2003-08-26Patch for Bogdan Gheorghe:Doug Schaefer1-1/+22
Indexer ======= - Changed file extensions to prevent header files from being indexed (they will be indexed via inclusion) Search ======= - Added scope checking to MatchLocator - Modified CSearchPattern to allow for destructor searches - Added debug tracing statements to SearchEngine - Added debug tracing statements to MatchLocator UI == - Converted CTags based OpenOnSelectionAction to OpenDeclarationsAction. For now, we do a search on all types with the selected name. - Hooked up OpenDeclarationsAction to search engine General ======= - Modified start up code to set debug trace options (which are defined from the launcher). I've added the following trace components: - dependency - indexer - indexmanager - matchlocator - model - search - parser - Added trace debug statements to CModelBuilder - Modified Util.java to make use of IDebugLogConstants
2003-08-25COREJohn Camelon1-0/+1
Fixed Bug 39530 - More problems with initializers. Fixed Bug 37424 - Crash when opening big files Refactored pointerOperators & cvQualifiers to not throw backtracks in optional case. Added tracing support to cdt.core plugin via .options file. TESTS Added QuickParseASTTests::testBug39530().

    Back to the top