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

2616 commits

Author SHA1 Message Date
Alain Magloire
63a0d506da 2005-08-30 Alain Magloire
PR 108202, code from Devin Steffler.
	* parser/org/eclipse/cdt/internal/core/dom/parser/c/GNUCSourceParser.java
	* parser/org/eclipse/cdt/internal/core/do/parser/cpp/GNUCPPSourceParser.java
2005-08-30 20:15:08 +00:00
Alain Magloire
ca26718e84 2005-08-30 Alain Magloire
PR 107150, code/patch written by Devin Steffler
	* parser/org/eclipse/cdt/internal/core/parser/scanner2/BaseScanner.java
2005-08-30 19:48:58 +00:00
Chris Wiebe
565769ca30 2005-08-12 Chris Wiebe
Fix PR 106577: NPE in CTags Indexer
	* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsFileReader.java
	* index/org/eclipse/cdt/internal/core/index/ctagsindexer/CTagsIndexAll.java
2005-08-12 19:09:10 +00:00
Chris Wiebe
fdc0a1e7ed 2005-08-12 Chris Wiebe
Fix PR 106778: IndexerTypesJob2 painfully slow
	* browser/org/eclipse/cdt/internal/core/browser/cache/IndexerTypesJob2.java
	Fix progress monitor
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacheManager.java
2005-08-12 18:37:21 +00:00
Chris Wiebe
d6a0d5d0d1 2005-08-11 Chris Wiebe
Fix PRs 104907,106415: type cache always running in background
	* browser/org/eclipse/cdt/core/browser/AllTypesCache.java
	* browser/org/eclipse/cdt/internal/core/browser/cache/TypeCacherJob.java
2005-08-11 19:33:20 +00:00
Doug Schaefer
b88ebd27db [Bug 105915] Fix for Code Formatter schema to show real name. 2005-08-08 18:08:35 +00:00
Alain Magloire
7bbe09a4f7 Confusion between "S" and "s" the "S" extension is remove for now. 2005-08-08 16:26:12 +00:00
Doug Schaefer
37216cd824 [105915] Updates to fix up the ISV docs 2005-08-05 15:20:45 +00:00
Bogdan Gheorghe
888428b1fa User Docs for indexer
Take out "Add to index menu item"
2005-07-27 20:03:26 +00:00
Doug Schaefer
e83482c41d Cleaning up the ISV docs. Remove reference to missing schema files in core. 2005-07-27 19:51:54 +00:00
Doug Schaefer
196a2bb1d7 Bug 66496 - added handling for macros that occur between 'class' and the class name for the model builder in quick parse mode. This is commonly used in Windows for dllexport'ing a whole class. 2005-07-27 02:01:58 +00:00
Alain Magloire
6ca469c8d4 2005-07-26 Alain Magloire
Fix PR 100992: IMethod were generated for implementation, we should generate
	IFunction for method defines outside of the class shell.
	* model/org/eclipse/cdt/internal/core/model/CModelBuilder.java
2005-07-26 19:50:35 +00:00
Andrew Niefer
78680938b8 bug 104907 - looping in type cache 2005-07-26 17:56:48 +00:00
Andrew Niefer
fb7f745e66 fix bug 104907 - Type cache problems with NullIndexer 2005-07-25 15:19:54 +00:00
Alain Magloire
cbe3104e3b 2005-07-22 Alain Magloire
Fix PR 104908
	* plugin.xml
2005-07-23 00:28:44 +00:00
Andrew Niefer
fb62ab1e5c fix ArrayIndexOutOfBoundsException from bug 84270 2005-07-22 19:21:28 +00:00
John Camelon
906b67ad17 Fixed Bug 104800 Null-statement terminates a do-statement 2005-07-22 15:10:56 +00:00
Doug Schaefer
13211bd14e More fun with EPL. I think we have all Java files compliant now. 2005-07-22 14:55:56 +00:00
Alain Magloire
bfa7ef8243 2005-07-22 Alain Magloire
Fix the Copyright notice for epl.
2005-07-22 02:36:06 +00:00
Chris Wiebe
96f8f74ff8 2005-07-22 Chris Wiebe
Fix for PR 104605: slow MachO parsing
	First pass at optimization. My test case went from >20 minutes to 5 seconds
	* utils/org/eclipse/cdt/utils/macho/MachO.java
	* utils/org/eclipse/cdt/utils/macho/MachOHelper.java
	* utils/org/eclipse/cdt/utils/macho/parser/MachOBinaryObject.java
2005-07-21 22:02:32 +00:00
Alain Magloire
b77ccbf4ec Fix headers. 2005-07-21 21:35:25 +00:00
Chris Wiebe
459ee19699 2005-07-22 Chris Wiebe
Fix for PR 104725
	* model/org/eclipse/cdt/internal/core/model/BinaryElement.java
2005-07-21 20:42:55 +00:00
John Camelon
37b6935570 Partially Fixed Bug 104390 - Labeled Statements parsed incorrectly by DOM 2005-07-20 20:34:48 +00:00
John Camelon
faa699368b Patch for Devin Steffler.
Fixed Bug 76043  	F3 opens external file instead of linked resource
2005-07-20 19:20:46 +00:00
Andrew Niefer
6992f6f248 fix bug 90652 2005-07-20 18:50:36 +00:00
Andrew Niefer
6cc20b8467 bug 93191 - make sure isVirtual at least returns correct result, regardless of base classes. 2005-07-20 14:45:36 +00:00
John Camelon
dc22806259 Fixed Bug 103560 ClassCastException in LocationMap.endInclusion 2005-07-19 00:46:37 +00:00
John Camelon
08278a1193 Patch for Devin Steffler.
Fixed Bug 103697 - Open Definition/Declaration on files in linked folders open a new editor
2005-07-18 23:47:30 +00:00
John Camelon
1897a34ffb Patch for Devin Steffler.
Fixed 104090 	[Parser] NPE in Parser.provideSelectionNode when running JUnit AIS
2005-07-18 23:30:13 +00:00
John Camelon
b2a6149858 Patch for Devin Steffler.
Fixed Bug 104276 -  	LocationMap#createASTIf() line: 1566 has a double negative that is used to calculate length
2005-07-18 23:25:07 +00:00
Andrew Niefer
b088f8e78b fixing bug 74276 - forward declarations of class specializations 2005-07-18 18:24:58 +00:00
John Camelon
3b58dfd206 Patch for Devin Steffler.
Fixed Bug 104094 	[CodeReaderCache] Leaks listeners
2005-07-18 14:40:00 +00:00
Andrew Niefer
e987eaedda fix bug 104214 - NPE in lookupInScope 2005-07-18 14:19:06 +00:00
Alain Magloire
d2aff435e1 2005-07-16 Alain Magloire
Fix for PR 102327: Fire deltas when contentType is changed.
	* model/org/eclipse/cdt/core/model/ICElementDelta.java
	* model/org/eclipse/cdt/internal/core/model/CElementDelta.java
	* model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
2005-07-17 02:45:48 +00:00
Andrew Niefer
aec1c2f69e bug 73869: exceptions while parsing boost headers 2005-07-15 20:45:59 +00:00
Vladimir Hirsl
5bb3a3f5a1 Re-fixing 103024: NPE in indexerEncoderUtil.nodeInVisitedExternalEheader 2005-07-15 19:51:46 +00:00
Doug Schaefer
5507b484dd Bug 90195 - Made the hasTemplateId check more generic to allow for completion of template parameters. 2005-07-15 18:44:32 +00:00
Andrew Niefer
5714d24d0e fix bug 102825: problems in scanner around macro pasting 2005-07-15 15:16:16 +00:00
John Camelon
756a6b3a51 Patch for Devin (the maniac) Steffler.
Fixed Bug 102376 	Parser Errors in DOM with mingw
2005-07-15 14:08:16 +00:00
John Camelon
27cfada85a Checked in JUnit for regression purposes.
Patch for Andrew partial fix for Bug 103560  	ClassCastException in LocationMap.endInclusion
2005-07-14 21:29:09 +00:00
Vladimir Hirsl
ecb664818a Fix for 103024: NPE in indexerEncoderUtil.nodeInVisitedExternalEheader
Project was not being set when creating indexer in IndexManager#getDefaultIndexer().
2005-07-14 20:35:58 +00:00
Alain Magloire
8fc510ab97 use "break" not return 2005-07-14 17:45:02 +00:00
Vladimir Hirsl
4c980d6ac9 Fix for 95826: indexer message "File not indexed because it was not built" won't go away.
Info marker was missing INDEXER_MARKER_ORIGINATOR attribute.
2005-07-14 14:45:28 +00:00
Andrew Niefer
c683a357d4 fix bug 103715 and partial for 98171 (getBases) 2005-07-13 21:59:15 +00:00
Vladimir Hirsl
da12ba63cf Fix for PR 103428: IndexerManager leaks elementchangelisteners on reset()
In case of indexer thread restart after crash/shutdown previous listener is deregistered before registering a new one.
2005-07-13 20:00:11 +00:00
John Camelon
0caa2a5bd5 Patch for Devin Steffler.
Fixed Bug 103323 	NPE caused by DOMSearchUtil#getSearchPattern() when IASTName is null
2005-07-13 19:56:39 +00:00
Andrew Niefer
bbbb57bd53 fix bug 103578 2005-07-13 18:03:30 +00:00
Bogdan Gheorghe
c4d845f895 Fix for 99759: Indexer.indexEnabledOnAllProjects is always "true" 2005-07-12 19:35:39 +00:00
Andrew Niefer
f9413dc151 fix bug 43241 2005-07-12 18:49:19 +00:00
Andrew Niefer
a923eec166 fix bug 98760/103339 - CCE or Adding declarators to external functions 2005-07-12 15:54:05 +00:00