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

4438 commits

Author SHA1 Message Date
Alain Magloire
40f9982534 Update the necessary classes to use the new
ResolverModel.
2004-05-26 02:59:50 +00:00
John Camelon
895266aebe Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=63966 2004-05-26 01:11:00 +00:00
Alain Magloire
285254ad4e Major Patch from Sam Robb
bring to a close PR 52864.
2004-05-25 23:48:56 +00:00
Andrew Niefer
ef506f545b fix bug 64010: if else if recursion looks like stack overflow 2004-05-25 22:20:43 +00:00
Mikhail Khodjaiants
3ae5819d17 New instructuion pointer images for the Disassembly view. 2004-05-25 20:45:26 +00:00
Alain Magloire
7c5f2b01da Ask the IScannerInfo for the IResource. 2004-05-25 20:29:00 +00:00
Sean Evoy
77a7513b82 New build messages to address bugzilla 63410 -- Wrong message is displayed during build 2004-05-25 19:42:32 +00:00
David Inglis
cd4670ee40 remove unused properties page 2004-05-25 19:05:55 +00:00
Alain Magloire
7fbcd15bc4 Provide better orderin of the ScannerProvider.
The other of the include
	We need to reorder the include/macros:
	includes the closest match to the resource will come first
	    /project/src/file.c  --> /usr/local/include
	    /project/src         --> /usr/include
	/usr/local/include must come first.
	For the macros the closest symbol will override
	   /projec/src/file.c --> NDEBUG=1
	   /project/src       --> NDEBUG=0
	We will use NDEBUG=1 only
2004-05-25 19:04:44 +00:00
David Inglis
5c53f6d920 new Discovery paths using path container
enabled standard include/symbol properties page
2004-05-25 19:04:15 +00:00
David Inglis
972ac277a0 new Include/symbol page 2004-05-25 18:49:32 +00:00
David Inglis
116d4e034b small fix to getting resource strings... 2004-05-25 18:46:56 +00:00
Andrew Niefer
c0ba9bebfc fixing bug 62359 [Content Assist] failure on iostream in Linux
- fix problem during errorhandling
- fix operator function names
- fix NPE during template argument deduction
2004-05-25 18:42:30 +00:00
John Camelon
4e4b2fc233 Ensured BufferedReaders are used in the Scanner. 2004-05-25 18:31:25 +00:00
Sean Evoy
a8917334a4 Removed the dependency on the GCC 3.x preprocessor flag '-MP' to add phony targets to the dependency makefiles. Now the move header file event is handled by make itself as a trigger to regenerate the makefiles, not complain about missing targets. 2004-05-25 18:15:22 +00:00
John Camelon
7b873687b6 Cleaned up translationUnit() backtracking. 2004-05-25 18:04:24 +00:00
Mikhail Khodjaiants
9eda3a1323 Replaced deprecated methods. 2004-05-25 17:09:19 +00:00
Bogdan Gheorghe
5630808394 Added some checks to the indexer timeout field to make sure a sane value is entered 2004-05-25 14:10:47 +00:00
John Camelon
29fdfabb37 Fixed loop-detection code in Parser:cInitializer. 2004-05-25 01:09:58 +00:00
John Camelon
18de33d8a9 https://bugs.eclipse.org/bugs/show_bug.cgi?id=62009 2004-05-25 00:47:19 +00:00
Sean Evoy
cc0e391d69 Avoid an NPE on Gnu targets for POSIX systems that do not have an executable extension by default. NPE was happening when the tool ref for the linker tried to figure out what it's uninitialized output extension was. Duh 2004-05-25 00:04:08 +00:00
Sean Evoy
d03b0f48a0 Large commit. Two components. The first is to switch all the managed build components over to the new plugin loading scheme. The second is to remove the dependency between the indexer and the build system for dependency calculation. Currently, to make this work, there is a flag that is only available on the 3.x GCC compilers, but I will be addressing that shortly. 2004-05-24 23:23:36 +00:00
Mikhail Khodjaiants
5b75216401 Fix for bug 63612: Debugger Pages are not displayed. 2004-05-24 21:36:21 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Doug Schaefer
e2e671d784 Fix up the build.properties so we actually get some content into the SDK plugin and feature. 2004-05-23 00:23:26 +00:00
Doug Schaefer
d06d121394 Fix up the build.properties so we actually get some content into the SDK plugin and feature. 2004-05-23 00:00:56 +00:00
Andrew Niefer
a4bc1beabc fix bug 63478 2004-05-21 21:08:40 +00:00
Andrew Niefer
4b1ecbf65b bug 43014, 62979: Reporting IProblems encountered during indexing. Only preprocessor problems to start 2004-05-21 20:33:16 +00:00
Mikhail Khodjaiants
34df8b137e Removed dependencies on the compatibility plugin and replaced deprecated classes and methods.
Warning cleanup.
2004-05-21 19:59:49 +00:00
Doug Schaefer
7629490929 Added SDK feature. 2004-05-21 19:56:10 +00:00
Andrew Niefer
701ada92df bug 62731 2004-05-21 18:16:58 +00:00
John Camelon
a355b2cf1d Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62728 2004-05-21 17:54:41 +00:00
John Camelon
129dd89591 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62725 2004-05-21 15:31:24 +00:00
John Camelon
d595dc0508 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62721 2004-05-21 15:01:57 +00:00
Bogdan Gheorghe
22055aad20 bug 63320 - Search does not consider working copies
Added a check to turn off indexer timer thread, if number entered is <= 0
2004-05-21 14:34:44 +00:00
Alain Magloire
ecdcf0a446 2004-05-21 Alain Magloire
Remove TranslationUnitProblemFinder, we can not use the same
	approach as the JDT i.e. to reparse.  Parsing is way to costly
	for C/C++ because of the Preprocessor, instead we set the problem
	requestor in the translationUnit.
2004-05-21 05:43:43 +00:00
Alain Magloire
4ee5d85a60 2004-05-21 Alain Magloire
$&#*$(^#&^$(^#
	Eclipse-3.0 change the way things are done
	for the preferences we have, for the CEditor
	merge the Preference settings: the CUIPlugin store
	and the Editor store since now the settings is
	on the TextEditor(see annotation).
2004-05-21 05:43:13 +00:00
Mikhail Khodjaiants
f6719903b6 The "IStackFrameInfo" interface is removed and it's methods moved to "ICStackFrame". 2004-05-20 22:23:20 +00:00
John Camelon
95d5594fd0 Fix content assist to work w/WorkingCopy again.
Further memory enhancements.
2004-05-20 21:40:56 +00:00
Sean Evoy
cacd52eb8b A final attempt to fix the problems with plugin loading and the compatability layer 2004-05-20 20:11:51 +00:00
Alain Magloire
4452556357 Making the CProblem markers persistent across sessions. 2004-05-20 19:52:57 +00:00
Bogdan Gheorghe
47da7cb742 Modified updateCurrentDeltaAndIndex in DeltaProcessor.java to return whether
we need to traverse a delta's children.
2004-05-20 19:51:23 +00:00
John Camelon
0490a7b6ae Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=62656 2004-05-20 17:52:23 +00:00
John Camelon
f3a361e83a Fixing CModelBuilder to use contents() rather than ResourceReader. :-( 2004-05-20 17:30:43 +00:00
David Daoust
01cad33ead Remove old tutorial file. Stay away, don't come back 2004-05-20 15:47:00 +00:00
John Camelon
058f823d2e Changed infinite-loop checking to use hashcodes rather than offsets, as offsets are not unique when we expand macros. <sigh> 2004-05-20 15:41:38 +00:00
Sean Evoy
7bac8a490b Changed test to use the new way of getting extension points 2004-05-20 14:59:11 +00:00
Sean Evoy
729d4c2fcb Added a constructor (was silently inheriting from super class) 2004-05-20 14:57:43 +00:00
John Camelon
9dec664073 Committed test to validate bug 60939 2004-05-20 14:12:48 +00:00
Alain Magloire
0fa4e89147 Partial Fix for PR 61341 2004-05-20 04:11:33 +00:00