summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for LP #386256 (Inkscape-0.47pre0 does not build on win32).Nicolas Dufour2009-07-311-0/+6
* Merging from trunkTed Gould2008-10-111-7/+143
* enable failOnError in TaskDeleteBob Jamison2008-08-261-3/+2
* fixed bug in removeFile()Bob Jamison2008-08-261-2/+11
* Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde2008-08-081-9/+177
* Fixed version of stat cache for buildtool.cpp (now invalidates cache entries ...Jasper van de Gronde2008-08-021-35/+146
* revert r19450. fixes buildtool.Johan B. C. Engelen2008-08-011-24/+10
* Fix #ifdef type. Closes LP #253859Maximilian Albert2008-08-011-1/+1
* By caching stat results in buildtool the build time for a build which has to ...Jasper van de Gronde2008-07-281-10/+24
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-011-6/+215
* tweak stdout/stderr pipingBob Jamison2008-06-231-7/+7
* Improve "can't find" error msg for pkgconfigBob Jamison2008-06-141-1/+5
* rollup of buildtool/unix work. compiles and links inkscapeBob Jamison2008-06-061-3/+7
* finally debugged. read() on a pipe has different results on different boxes....Bob Jamison2008-06-061-4/+2
* rewrite pipe reading to avoid deadlockBob Jamison2008-06-061-15/+39
* rewrite pipe reading to avoid deadlockBob Jamison2008-06-061-15/+18
* minor typo in comparisonBob Jamison2008-06-061-1/+1
* oops. sys/wait.h not on win32Bob Jamison2008-06-051-1/+2
* rewrite execCommand's unix impl to better handle separate stdout and stderr s...Bob Jamison2008-06-051-25/+98
* include <algorithm> for std::sortBob Jamison2008-06-051-1/+3
* improve pipingBob Jamison2008-06-041-17/+22
* Increase substitution depth, remove unused vars warnings. Implement verbose,...Bob Jamison2008-05-141-20/+34
* Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello"Bob Jamison2008-05-131-5/+30
* Extensive update. Provide late binding, and aliases for pkg-config.Bob Jamison2008-05-121-615/+817
* Added <echo> task. Need to decide when substitutions are evaluated. More wo...Bob Jamison2008-05-091-12/+67
* Add new property to <cc>, refreshCache, to force recompBob Jamison2008-05-021-8/+14
* remove tabsBob Jamison2008-04-251-10/+12
* Tweak "errorOccurred"Bob Jamison2008-04-251-1/+1
* TypoBob Jamison2008-04-251-1/+1
* Add a "continueOnError" flag to TaskCC. If there is an error in one of the f...Bob Jamison2008-04-251-12/+25
* One more tweakBob Jamison2008-04-041-3/+3
* make dependency messages a bit betterBob Jamison2008-04-041-2/+2
* Improve status messages a bitBob Jamison2008-04-041-20/+37
* Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison2008-04-041-13/+172
* Add simple <jar> task. Separate "builddist" targetBob Jamison2008-03-311-2/+38
* Improve buggy, slow invocation of javacBob Jamison2008-03-141-11/+28
* Add more javac stuff. Add target="" attribute to javacBob Jamison2008-03-111-2/+11
* whitespace fixupsBryce Harrington2007-12-311-5/+5
* remember to return true from <javac> execute()Bob Jamison2007-12-171-0/+1
* Add initial support for <javac>. Also fix str compare bugBob Jamison2007-12-151-6/+74
* Fixed missing handling of the "environment prefix" and fetching of environmen...Bob Jamison2007-12-151-12/+41
* fix string size self-reference bugBob Jamison2007-11-071-2/+2
* Add gtkrc to build.xml. Fix native path on <makefile>Bob Jamison2007-06-261-2/+3
* Minor fixesBob Jamison2007-05-181-9/+11
* Add initial attempt at embedded pkg-configBob Jamison2007-05-181-44/+269
* Remove warnings. Especially new gcc4.2.0 warnings about assigning a string l...Bob Jamison2007-05-181-20/+84
* Fix native path on <fileset>-included objectsBob Jamison2007-05-041-2/+3
* Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most peop...Bob Jamison2007-04-201-5/+6
* Say "skipped" when copying a single file is not necessaryBob Jamison2007-04-201-1/+3
* Fixed path in include file checks.Bob Jamison2007-04-201-43/+55