index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buildtool.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)
Bryce Harrington
2014-01-10
1
-3
/
+33
*
btool: i know the whole multithread thing was a hack :-) so the fprinting sho...
Johan B. C. Engelen
2013-10-29
1
-2
/
+2
*
reduce the amount of cmdline output from btool, make it easier to see compile...
Johan B. C. Engelen
2013-10-27
1
-9
/
+12
*
buildtool: update help message
Johan B. C. Engelen
2012-04-25
1
-0
/
+1
*
clean up
Johan B. C. Engelen
2012-03-15
1
-4
/
+0
*
buildtool: don't create build output folders in parallel. superfast in series...
Johan B. C. Engelen
2012-03-14
1
-15
/
+24
*
buildtool: allow parallel builds with btool -j :)
Johan B. C. Engelen
2012-03-14
1
-19
/
+77
*
Return empty string instead of false where needed.
Jasper van de Gronde
2011-07-24
1
-1
/
+1
*
Memory leak fixes (Bug #812497)
Kris De Gussem
2011-07-20
1
-2
/
+9
*
Fix file permissions (Bug #314381).
Nicolas Dufour
2010-08-30
1
-0
/
+0
*
Win32. Adding revno in the splash screen.
Nicolas Dufour
2010-03-08
1
-16
/
+43
*
Fix FD leak in buildtool.cpp
Krzysztof Kosi??ski
2010-02-07
1
-0
/
+1
*
Fix for LP #386256 (Inkscape-0.47pre0 does not build on win32).
Nicolas Dufour
2009-07-31
1
-0
/
+6
*
Merging from trunk
Ted Gould
2008-10-11
1
-7
/
+143
*
enable failOnError in TaskDelete
Bob Jamison
2008-08-26
1
-3
/
+2
*
fixed bug in removeFile()
Bob Jamison
2008-08-26
1
-2
/
+11
*
Fixed svg-path (and display/curve) tests to properly handle closepath and mad...
Jasper van de Gronde
2008-08-08
1
-9
/
+177
*
Fixed version of stat cache for buildtool.cpp (now invalidates cache entries ...
Jasper van de Gronde
2008-08-02
1
-35
/
+146
*
revert r19450. fixes buildtool.
Johan B. C. Engelen
2008-08-01
1
-24
/
+10
*
Fix #ifdef type. Closes LP #253859
Maximilian Albert
2008-08-01
1
-1
/
+1
*
By caching stat results in buildtool the build time for a build which has to ...
Jasper van de Gronde
2008-07-28
1
-10
/
+24
*
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...
Jasper van de Gronde
2008-07-01
1
-6
/
+215
*
tweak stdout/stderr piping
Bob Jamison
2008-06-23
1
-7
/
+7
*
Improve "can't find" error msg for pkgconfig
Bob Jamison
2008-06-14
1
-1
/
+5
*
rollup of buildtool/unix work. compiles and links inkscape
Bob Jamison
2008-06-06
1
-3
/
+7
*
finally debugged. read() on a pipe has different results on different boxes....
Bob Jamison
2008-06-06
1
-4
/
+2
*
rewrite pipe reading to avoid deadlock
Bob Jamison
2008-06-06
1
-15
/
+39
*
rewrite pipe reading to avoid deadlock
Bob Jamison
2008-06-06
1
-15
/
+18
*
minor typo in comparison
Bob Jamison
2008-06-06
1
-1
/
+1
*
oops. sys/wait.h not on win32
Bob Jamison
2008-06-05
1
-1
/
+2
*
rewrite execCommand's unix impl to better handle separate stdout and stderr s...
Bob Jamison
2008-06-05
1
-25
/
+98
*
include <algorithm> for std::sort
Bob Jamison
2008-06-05
1
-1
/
+3
*
improve piping
Bob Jamison
2008-06-04
1
-17
/
+22
*
Increase substitution depth, remove unused vars warnings. Implement verbose,...
Bob Jamison
2008-05-14
1
-20
/
+34
*
Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello"
Bob Jamison
2008-05-13
1
-5
/
+30
*
Extensive update. Provide late binding, and aliases for pkg-config.
Bob Jamison
2008-05-12
1
-615
/
+817
*
Added <echo> task. Need to decide when substitutions are evaluated. More wo...
Bob Jamison
2008-05-09
1
-12
/
+67
*
Add new property to <cc>, refreshCache, to force recomp
Bob Jamison
2008-05-02
1
-8
/
+14
*
remove tabs
Bob Jamison
2008-04-25
1
-10
/
+12
*
Tweak "errorOccurred"
Bob Jamison
2008-04-25
1
-1
/
+1
*
Typo
Bob Jamison
2008-04-25
1
-1
/
+1
*
Add a "continueOnError" flag to TaskCC. If there is an error in one of the f...
Bob Jamison
2008-04-25
1
-12
/
+25
*
One more tweak
Bob Jamison
2008-04-04
1
-3
/
+3
*
make dependency messages a bit better
Bob Jamison
2008-04-04
1
-2
/
+2
*
Improve status messages a bit
Bob Jamison
2008-04-04
1
-20
/
+37
*
Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param
Bob Jamison
2008-04-04
1
-13
/
+172
*
Add simple <jar> task. Separate "builddist" target
Bob Jamison
2008-03-31
1
-2
/
+38
*
Improve buggy, slow invocation of javac
Bob Jamison
2008-03-14
1
-11
/
+28
*
Add more javac stuff. Add target="" attribute to javac
Bob Jamison
2008-03-11
1
-2
/
+11
*
whitespace fixups
Bryce Harrington
2007-12-31
1
-5
/
+5
[next]