summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-10334/+0
(bzr r15046)
2016-08-05btool: Fix for C++11Alex Valavanis1-1/+2
(bzr r15041)
2016-03-30buildtool: Comment a verbose debug message (that usually hides actual ↵Eduard Braun1-1/+1
compiler warnings) (bzr r14749)
2016-03-05btool: Switch regex library from T-Rex to SLREEduard Braun1-667/+462
(see bug 1550776 for details) Fixed bugs: - https://launchpad.net/bugs/1550776 (bzr r14689)
2014-05-15fix buildtool cxxflags bugJohan B. C. Engelen1-1/+1
(bzr r13383)
2014-05-15make buildtool cxxflags actually workJohan B. C. Engelen1-1/+1
(bzr r13341.1.28)
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ↵Johan B. C. Engelen1-1/+13
(-Woverloaded-virtual) (bzr r13382)
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ↵Johan B. C. Engelen1-1/+13
(-Woverloaded-virtual) (bzr r13341.1.27)
2014-05-13fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen1-74/+74
(bzr r13341.1.19)
2014-05-11fix btool for 64-bit compilation. (would run into infinite loop on line 2404)Johan B. C. Engelen1-74/+74
(bzr r13354)
2014-03-23fix build with newer mingw64 (#define clashes ...)Johan B. C. Engelen1-0/+2
(bzr r13187)
2014-01-10btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)Bryce Harrington1-3/+33
Current releases of trunk fail to build on Windows XP because command line length limits are hit. This patch sends only the unique parameters from the "libs" field during the link stage to the command. This saves enough characters so that btool will complete the build. It is not a long term solution, but will allow development to continue on Windows for a while longer, until the underlying problems can be addressed. Patch authored by David Mathog (mathog) Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> (bzr r12913)
2013-10-29btool: i know the whole multithread thing was a hack :-) so the fprinting ↵Johan B. C. Engelen1-2/+2
should be done through fprint directly (seems to be more multithread resistant :), instead of through helper functions. (bzr r12747)
2013-10-27reduce the amount of cmdline output from btool, make it easier to see ↵Johan B. C. Engelen1-9/+12
compile warnings (bzr r12731)
2012-04-25buildtool: update help messageJohan B. C. Engelen1-0/+1
(bzr r11294)
2012-03-15clean upJohan B. C. Engelen1-4/+0
(bzr r11092)
2012-03-14buildtool: don't create build output folders in parallel. superfast in ↵Johan B. C. Engelen1-15/+24
series, so no need, and bugs in parallel. (bzr r11088)
2012-03-14buildtool: allow parallel builds with btool -j :)Johan B. C. Engelen1-19/+77
(bzr r11087)
2011-07-24Return empty string instead of false where needed.Jasper van de Gronde1-1/+1
(bzr r10500)
2011-07-20Memory leak fixes (Bug #812497)Kris De Gussem1-2/+9
(bzr r10483)
2010-08-30Fix file permissions (Bug #314381).Nicolas Dufour1-0/+0
(bzr r9732)
2010-03-08Win32. Adding revno in the splash screen.Nicolas Dufour1-16/+43
(bzr r9166)
2010-02-07Fix FD leak in buildtool.cppKrzysztof Kosi??ski1-0/+1
Fixed bugs: - https://launchpad.net/bugs/488862 (bzr r9063)
2009-07-31Fix for LP #386256 (Inkscape-0.47pre0 does not build on win32).Nicolas Dufour1-0/+6
Returns an empty string instead of false when looking for svn.revision when the snapshot doesn't contain an svn dir. (bzr r8371)
2008-10-11Merging from trunkTed Gould1-7/+143
(bzr r6884)
2008-08-26enable failOnError in TaskDeleteBob Jamison1-3/+2
(bzr r6717)
2008-08-26fixed bug in removeFile()Bob Jamison1-2/+11
(bzr r6716)
2008-08-08Fixed svg-path (and display/curve) tests to properly handle closepath and ↵Jasper van de Gronde1-9/+177
made a check target. (bzr r6592)
2008-08-02Fixed version of stat cache for buildtool.cpp (now invalidates cache entries ↵Jasper van de Gronde1-35/+146
for files that are changed during the build process). (bzr r6522)
2008-08-01revert r19450. fixes buildtool.Johan B. C. Engelen1-24/+10
(bzr r6501)
2008-08-01Fix #ifdef type. Closes LP #253859Maximilian Albert1-1/+1
(bzr r6499)
2008-07-28By caching stat results in buildtool the build time for a build which has to ↵Jasper van de Gronde1-10/+24
change nothing is reduced to about a third (less than ten seconds instead of about 30 seconds on my system). (Obviously a build which changes nothing is not very interesting, but a build which has to change only a few files is very common.) (bzr r6440)
2008-07-01CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵Jasper van de Gronde1-6/+215
of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106)
2008-06-23tweak stdout/stderr pipingBob Jamison1-7/+7
(bzr r6027)
2008-06-14Improve "can't find" error msg for pkgconfigBob Jamison1-1/+5
(bzr r5943)
2008-06-06rollup of buildtool/unix work. compiles and links inkscapeBob Jamison1-3/+7
(bzr r5833)
2008-06-06finally debugged. read() on a pipe has different results on different ↵Bob Jamison1-4/+2
boxes. sorry about the many commits (bzr r5832)
2008-06-06rewrite pipe reading to avoid deadlockBob Jamison1-15/+39
(bzr r5831)
2008-06-06rewrite pipe reading to avoid deadlockBob Jamison1-15/+18
(bzr r5830)
2008-06-06minor typo in comparisonBob Jamison1-1/+1
(bzr r5827)
2008-06-05oops. sys/wait.h not on win32Bob Jamison1-1/+2
(bzr r5822)
2008-06-05rewrite execCommand's unix impl to better handle separate stdout and stderr ↵Bob Jamison1-25/+98
spools (bzr r5821)
2008-06-05include <algorithm> for std::sortBob Jamison1-1/+3
(bzr r5820)
2008-06-04improve pipingBob Jamison1-17/+22
(bzr r5807)
2008-05-14Increase substitution depth, remove unused vars warnings. Implement ↵Bob Jamison1-20/+34
verbose, quiet, failOnError. (bzr r5672)
2008-05-13Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello"Bob Jamison1-5/+30
(bzr r5670)
2008-05-12Extensive update. Provide late binding, and aliases for pkg-config.Bob Jamison1-615/+817
(bzr r5657)
2008-05-09Added <echo> task. Need to decide when substitutions are evaluated. More ↵Bob Jamison1-12/+67
work to be done. (bzr r5643)
2008-05-02Add new property to <cc>, refreshCache, to force recompBob Jamison1-8/+14
(bzr r5581)
2008-04-25remove tabsBob Jamison1-10/+12
(bzr r5520)