1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/build/org.eclipse.cdt.managedbuilder.core.tests
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
..
suite/org/eclipse/cdt/managedbuilder/tests/suite Moved the managed build tests from the core tests package to here 2004-04-23 15:21:23 +00:00
tests/org/eclipse/cdt/managedbuild/core/tests Changed the interface to the Scanner to take a CodeReader object. 2004-06-04 21:01:48 +00:00
.classpath Moved the managed build tests from the core tests package to here 2004-04-23 15:21:23 +00:00
.cvsignore *** empty log message *** 2004-04-23 17:20:51 +00:00
.project Moved the managed build tests from the core tests package to here 2004-04-23 15:21:23 +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 First check-in 2004-04-23 14:26:43 +00:00
plugin.xml 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