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
*
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
*
remember to return true from <javac> execute()
Bob Jamison
2007-12-17
1
-0
/
+1
*
Add initial support for <javac>. Also fix str compare bug
Bob Jamison
2007-12-15
1
-6
/
+74
*
Fixed missing handling of the "environment prefix" and fetching of environmen...
Bob Jamison
2007-12-15
1
-12
/
+41
*
fix string size self-reference bug
Bob Jamison
2007-11-07
1
-2
/
+2
*
Add gtkrc to build.xml. Fix native path on <makefile>
Bob Jamison
2007-06-26
1
-2
/
+3
*
Minor fixes
Bob Jamison
2007-05-18
1
-9
/
+11
*
Add initial attempt at embedded pkg-config
Bob Jamison
2007-05-18
1
-44
/
+269
*
Remove warnings. Especially new gcc4.2.0 warnings about assigning a string l...
Bob Jamison
2007-05-18
1
-20
/
+84
*
Fix native path on <fileset>-included objects
Bob Jamison
2007-05-04
1
-2
/
+3
*
Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most peop...
Bob Jamison
2007-04-20
1
-5
/
+6
*
Say "skipped" when copying a single file is not necessary
Bob Jamison
2007-04-20
1
-1
/
+3
*
Fixed path in include file checks.
Bob Jamison
2007-04-20
1
-43
/
+55
*
Improve dependencies using URI normalization. A little faster, too.
Bob Jamison
2007-03-25
1
-38
/
+42
*
tweak to compile on linux
Bob Jamison
2007-03-13
1
-1
/
+2
[next]