1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00
cdt/build
2004-05-27 23:46:56 +00:00
..
org.eclipse.cdt.make.core fixed junit 2004-05-26 15:32:29 +00:00
org.eclipse.cdt.make.ui fixed page contribution 2004-05-26 19:39:04 +00:00
org.eclipse.cdt.managedbuilder.core Fix for echo implementation problems on some target platforms that will cause source-level dep targets to be written out wrong. On Solaris, the echo was putting the -n argument in the file and a newline. On MinGW without MSYS (i.e., the Win32 implemetation), the output contained -n ' which is worse. The solution is to parse for this type of garbage in the dependency files when they are being updated 2004-05-27 23:46:56 +00:00
org.eclipse.cdt.managedbuilder.core.tests 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
org.eclipse.cdt.managedbuilder.ui Fix for bug 58714 - Cannot rebuild after renaming a referenced project 2004-05-27 20:28:20 +00:00