1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/build
Doug Schaefer a206e32d2a Changed the interface to the Scanner to take a CodeReader object.
A CodeReader simply contains a char[] and the name of the file, if any,
that the char[] is the contents of. This leads us down the path of using
char[]s in the parser instead of Strings in an attempt to cut down on
our memory usage.
2004-06-04 21:01:48 +00:00
..
org.eclipse.cdt.make.core make adaptable so that selection listeners can adapt to project/resource (build console) 2004-06-04 16:40:25 +00:00
org.eclipse.cdt.make.ui revert some changes... resource listener used to watch add/removal of folders inside project 2004-06-04 16:41:13 +00:00
org.eclipse.cdt.managedbuilder.core Fix fog bug 64952 -- Indexer being called when it doesn't need to run 2004-06-04 20:17:57 +00:00
org.eclipse.cdt.managedbuilder.core.tests Changed the interface to the Scanner to take a CodeReader object. 2004-06-04 21:01:48 +00:00
org.eclipse.cdt.managedbuilder.ui Fix for bug 60230 - Project with spaces in name produces 2 executables. Since Eclipse does not treat this as illegal and since I am using the project name as the default build goal name, this is a legit bug. The solution is to remove all spaces from the project name, so a new project called "Hello World" will produce a build goal called HelloWorld 2004-06-04 20:45:51 +00:00