1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

23 commits

Author SHA1 Message Date
Markus Schorn
e85390856a Bug 366570: Added tracing option. 2012-04-04 14:45:52 +02:00
Markus Schorn
d69c979ada Copy of branch bug_197989. 2011-09-21 17:36:49 +02:00
Markus Schorn
3ec0429c1a Bug 302767: Tracing option for indexer setup. 2010-09-30 13:12:09 +00:00
Anton Leherbauer
bb71bcd2c2 Don't enable debug option by default 2010-02-17 12:19:15 +00:00
Markus Schorn
dd5e2c7e1a Tracing option for locks on the index, bug 271909. 2009-06-26 09:10:06 +00:00
Markus Schorn
7f2fe153bd More tracing options for the indexer, combined 3 parallel IASTProblem implementations, related to bug 213561. 2008-02-15 10:41:30 +00:00
Anton Leherbauer
2dfdde8c56 Fix for 173872: ASTProvider locked up waiting on a notify() 2007-03-21 14:45:58 +00:00
Markus Schorn
55426596b4 Call Hierarchy: testcases with static functions. 2007-02-09 13:30:48 +00:00
Markus Schorn
a5e988c391 Indexer: adds option to trace problems. 2006-12-19 16:37:22 +00:00
Markus Schorn
52522d53bf Removed a few unused tracing options. 2006-11-29 07:39:19 +00:00
Markus Schorn
45fecb58d9 Adds a trace option for logging exceptions caught and ignored by the parser. 2006-11-13 15:48:55 +00:00
Anton Leherbauer
12f3dd59c5 Bug 95274 - Support code formatter
First stab at a built-in code formatter
2006-11-10 13:55:48 +00:00
Markus Schorn
2d8f966f3b Fix for 150075, progress indication for indexer 2006-11-09 15:09:21 +00:00
Doug Schaefer
53c358a93f Added tracing option for PDOM timing so it doesn't print it out all the time. 2005-12-01 23:01:58 +00:00
Bogdan Gheorghe
b456fdc959 Initial CTags Indexer contribution
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
2005-03-28 16:36:13 +00:00
Alain Magloire
5cc077060d 2004-05-19 Alain Magloire
Contribution from Sam Robb, for PR 52864.
	File discovery.
2004-05-20 03:01:12 +00:00
John Camelon
b5d5e34e25 Added traceLogs into Scanner. Fixed Bug 46402 : expression evaluation 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-27 01:23:29 +00:00
Hoda Amer
1196d4a5ff Content Assist Work : Moved logging and testing to the UI side of CDT 2004-01-15 18:06:14 +00:00
Hoda Amer
ed90c66221 Content Assist Work : Adding logging capabilities 2004-01-08 15:37:26 +00:00
Doug Schaefer
3b2b1c6a42 Patch for Bogdan Gheorghe:
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-26 17:53:45 +00:00
Alain Magloire
12b70e7a48 New trace attribute for deltaprocessor 2003-09-12 18:51:34 +00:00
Doug Schaefer
8f3b6007eb Patch for Bogdan Gheorghe:
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-26 19:16:03 +00:00
John Camelon
2f398f309b CORE
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().
2003-08-25 12:19:43 +00:00