summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* make buildtool cxxflags actually workJohan B. C. Engelen2014-05-151-1/+1
* add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...Johan B. C. Engelen2014-05-151-1/+13
* fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-131-74/+74
* fix build with newer mingw64 (#define clashes ...)Johan B. C. Engelen2014-03-231-0/+2
* btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)Bryce Harrington2014-01-101-3/+33
* btool: i know the whole multithread thing was a hack :-) so the fprinting sho...Johan B. C. Engelen2013-10-291-2/+2
* reduce the amount of cmdline output from btool, make it easier to see compile...Johan B. C. Engelen2013-10-271-9/+12
* buildtool: update help messageJohan B. C. Engelen2012-04-251-0/+1
* clean upJohan B. C. Engelen2012-03-151-4/+0
* buildtool: don't create build output folders in parallel. superfast in series...Johan B. C. Engelen2012-03-141-15/+24
* buildtool: allow parallel builds with btool -j :)Johan B. C. Engelen2012-03-141-19/+77
* Return empty string instead of false where needed.Jasper van de Gronde2011-07-241-1/+1
* Memory leak fixes (Bug #812497)Kris De Gussem2011-07-201-2/+9
* Fix file permissions (Bug #314381).Nicolas Dufour2010-08-301-0/+0
* Win32. Adding revno in the splash screen.Nicolas Dufour2010-03-081-16/+43
* Fix FD leak in buildtool.cppKrzysztof Kosi??ski2010-02-071-0/+1
* 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