summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-25buildtool: update help messageJohan B. C. Engelen1-0/+1
2012-03-15clean upJohan B. C. Engelen1-4/+0
2012-03-14buildtool: don't create build output folders in parallel. superfast in series...Johan B. C. Engelen1-15/+24
2012-03-14buildtool: allow parallel builds with btool -j :)Johan B. C. Engelen1-19/+77
2011-07-24Return empty string instead of false where needed.Jasper van de Gronde1-1/+1
2011-07-20Memory leak fixes (Bug #812497)Kris De Gussem1-2/+9
2010-08-30Fix file permissions (Bug #314381).Nicolas Dufour1-0/+0
2010-03-08Win32. Adding revno in the splash screen.Nicolas Dufour1-16/+43
2010-02-07Fix FD leak in buildtool.cppKrzysztof Kosi??ski1-0/+1
2009-07-31Fix for LP #386256 (Inkscape-0.47pre0 does not build on win32).Nicolas Dufour1-0/+6
2008-10-11Merging from trunkTed Gould1-7/+143
2008-08-26enable failOnError in TaskDeleteBob Jamison1-3/+2
2008-08-26fixed bug in removeFile()Bob Jamison1-2/+11
2008-08-08Fixed svg-path (and display/curve) tests to properly handle closepath and mad...Jasper van de Gronde1-9/+177
2008-08-02Fixed version of stat cache for buildtool.cpp (now invalidates cache entries ...Jasper van de Gronde1-35/+146
2008-08-01revert r19450. fixes buildtool.Johan B. C. Engelen1-24/+10
2008-08-01Fix #ifdef type. Closes LP #253859Maximilian Albert1-1/+1
2008-07-28By caching stat results in buildtool the build time for a build which has to ...Jasper van de Gronde1-10/+24
2008-07-01CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde1-6/+215
2008-06-23tweak stdout/stderr pipingBob Jamison1-7/+7
2008-06-14Improve "can't find" error msg for pkgconfigBob Jamison1-1/+5
2008-06-06rollup of buildtool/unix work. compiles and links inkscapeBob Jamison1-3/+7
2008-06-06finally debugged. read() on a pipe has different results on different boxes....Bob Jamison1-4/+2
2008-06-06rewrite pipe reading to avoid deadlockBob Jamison1-15/+39
2008-06-06rewrite pipe reading to avoid deadlockBob Jamison1-15/+18
2008-06-06minor typo in comparisonBob Jamison1-1/+1
2008-06-05oops. sys/wait.h not on win32Bob Jamison1-1/+2
2008-06-05rewrite execCommand's unix impl to better handle separate stdout and stderr s...Bob Jamison1-25/+98
2008-06-05include <algorithm> for std::sortBob Jamison1-1/+3
2008-06-04improve pipingBob Jamison1-17/+22
2008-05-14Increase substitution depth, remove unused vars warnings. Implement verbose,...Bob Jamison1-20/+34
2008-05-13Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello"Bob Jamison1-5/+30
2008-05-12Extensive update. Provide late binding, and aliases for pkg-config.Bob Jamison1-615/+817
2008-05-09Added <echo> task. Need to decide when substitutions are evaluated. More wo...Bob Jamison1-12/+67
2008-05-02Add new property to <cc>, refreshCache, to force recompBob Jamison1-8/+14
2008-04-25remove tabsBob Jamison1-10/+12
2008-04-25Tweak "errorOccurred"Bob Jamison1-1/+1
2008-04-25TypoBob Jamison1-1/+1
2008-04-25Add a "continueOnError" flag to TaskCC. If there is an error in one of the f...Bob Jamison1-12/+25
2008-04-04One more tweakBob Jamison1-3/+3
2008-04-04make dependency messages a bit betterBob Jamison1-2/+2
2008-04-04Improve status messages a bitBob Jamison1-20/+37
2008-04-04Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison1-13/+172
2008-03-31Add simple <jar> task. Separate "builddist" targetBob Jamison1-2/+38
2008-03-14Improve buggy, slow invocation of javacBob Jamison1-11/+28
2008-03-11Add more javac stuff. Add target="" attribute to javacBob Jamison1-2/+11
2007-12-31whitespace fixupsBryce Harrington1-5/+5
2007-12-17remember to return true from <javac> execute()Bob Jamison1-0/+1
2007-12-15Add initial support for <javac>. Also fix str compare bugBob Jamison1-6/+74
2007-12-15Fixed missing handling of the "environment prefix" and fetching of environmen...Bob Jamison1-12/+41