1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core
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
..
browser File renamed to ChangeLog-browser 2004-05-17 20:19:47 +00:00
dependency 2004-05-18 Alain Magloire 2004-05-18 15:35:57 +00:00
index bug 43014, 62979: Reporting IProblems encountered during indexing. Only preprocessor problems to start 2004-05-21 20:33:16 +00:00
model/org/eclipse/cdt small fix to getting resource strings... 2004-05-25 18:46:56 +00:00
parser fixing bug 62359 [Content Assist] failure on iostream in Linux 2004-05-25 18:42:30 +00:00
schema minor fix to doc tag 2004-04-20 16:14:32 +00:00
search fix bug 63478 2004-05-21 21:08:40 +00:00
src/org/eclipse/cdt Provide better orderin of the ScannerProvider. 2004-05-25 19:04:44 +00:00
template First effort in providing the infrastructure 2004-04-06 23:41:08 +00:00
utils/org/eclipse/cdt/utils 2004-05-19 Alain Magloire 2004-05-19 15:13:05 +00:00
.classpath New patch from Chris Wiebe to boost the performance 2004-04-07 00:32:13 +00:00
.cvsignore Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
.options 2004-05-19 Alain Magloire 2004-05-20 03:01:12 +00:00
.project Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
about.html Add license file 2002-07-10 21:49:08 +00:00
build.properties 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
ChangeLog Provide better orderin of the ScannerProvider. 2004-05-25 19:04:44 +00:00
ChangeLog-2003 Separate the entries from 2003 to 2004. 2004-01-24 20:46:18 +00:00
plugin.properties Provide error markers for the pathentry ... Work in Progress. 2004-05-17 12:30:43 +00:00
plugin.xml Making the CProblem markers persistent across sessions. 2004-05-20 19:52:57 +00:00