summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-10334/+0
2016-08-05btool: Fix for C++11Alex Valavanis1-1/+2
2016-03-30buildtool: Comment a verbose debug message (that usually hides actual compile...Eduard Braun1-1/+1
2016-03-05btool: Switch regex library from T-Rex to SLREEduard Braun1-667/+462
2014-05-15fix buildtool cxxflags bugJohan B. C. Engelen1-1/+1
2014-05-15make buildtool cxxflags actually workJohan B. C. Engelen1-1/+1
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...Johan B. C. Engelen1-1/+13
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...Johan B. C. Engelen1-1/+13
2014-05-13fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen1-74/+74
2014-05-11fix btool for 64-bit compilation. (would run into infinite loop on line 2404)Johan B. C. Engelen1-74/+74
2014-03-23fix build with newer mingw64 (#define clashes ...)Johan B. C. Engelen1-0/+2
2014-01-10btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)Bryce Harrington1-3/+33
2013-10-29btool: i know the whole multithread thing was a hack :-) so the fprinting sho...Johan B. C. Engelen1-2/+2
2013-10-27reduce the amount of cmdline output from btool, make it easier to see compile...Johan B. C. Engelen1-9/+12
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