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