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
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
2007-11-07
fix string size self-reference bug
Bob Jamison
1
-2
/
+2
2007-06-26
Add gtkrc to build.xml. Fix native path on <makefile>
Bob Jamison
1
-2
/
+3
2007-05-18
Minor fixes
Bob Jamison
1
-9
/
+11
2007-05-18
Add initial attempt at embedded pkg-config
Bob Jamison
1
-44
/
+269
2007-05-18
Remove warnings. Especially new gcc4.2.0 warnings about assigning a string l...
Bob Jamison
1
-20
/
+84
2007-05-04
Fix native path on <fileset>-included objects
Bob Jamison
1
-2
/
+3
2007-04-20
Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most peop...
Bob Jamison
1
-5
/
+6
2007-04-20
Say "skipped" when copying a single file is not necessary
Bob Jamison
1
-1
/
+3
2007-04-20
Fixed path in include file checks.
Bob Jamison
1
-43
/
+55
2007-03-25
Improve dependencies using URI normalization. A little faster, too.
Bob Jamison
1
-38
/
+42
2007-03-13
tweak to compile on linux
Bob Jamison
1
-1
/
+2
2007-03-07
improve timing
Bob Jamison
1
-3
/
+3
2007-03-03
remove debug messages that sneaked in
Bob Jamison
1
-2
/
+0
2007-03-03
improve error messages
Bob Jamison
1
-37
/
+99
2007-03-03
More cleanup of piping. Add ccompiler listing.
Bob Jamison
1
-13
/
+64
2007-03-03
Add <touch> . Fix piping again.
Bob Jamison
1
-21
/
+82
2007-03-02
fix result piping from shelled-out commands on win32
Bob Jamison
1
-3
/
+14
2007-02-07
Fix parsing of bools
Bob Jamison
1
-4
/
+4
2007-01-11
Allow overriding output name for msgfmt
Bob Jamison
1
-5
/
+18
2006-12-02
allow 0-length properties
Bob Jamison
1
-5
/
+4
2006-12-02
fix minutes/seconds calc. oops.
Bob Jamison
1
-1
/
+1
2006-11-30
get gettimeofday() out of buildtool:: namespace
Bob Jamison
1
-11
/
+13
2006-11-29
prevent compiling error on gettimeofday on mingw compiler
theAdib
1
-2
/
+2
2006-11-28
fix time
Bob Jamison
1
-2
/
+2
2006-11-28
remove tabs, add time
Bob Jamison
1
-854
/
+920
2006-11-28
get it to work on linux
Bob Jamison
1
-28
/
+74
2006-11-24
Add "strip" to <link> so you can do it if linking is successful
Bob Jamison
1
-11
/
+70
2006-11-23
fix status msg for overloading
Bob Jamison
1
-1
/
+1
2006-11-23
Allow msgfmt to create a subdir for each .mo file, such as de/de.mo
Bob Jamison
1
-2
/
+18
2006-11-21
Speed improvement on dep scanning. Better decision about whether compile nee...
Bob Jamison
1
-20
/
+64
[next]