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
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-10334
/
+0
2016-08-05
btool: Fix for C++11
Alex Valavanis
1
-1
/
+2
2016-03-30
buildtool: Comment a verbose debug message (that usually hides actual compile...
Eduard Braun
1
-1
/
+1
2016-03-05
btool: Switch regex library from T-Rex to SLRE
Eduard Braun
1
-667
/
+462
2014-05-15
fix buildtool cxxflags bug
Johan B. C. Engelen
1
-1
/
+1
2014-05-15
make buildtool cxxflags actually work
Johan B. C. Engelen
1
-1
/
+1
2014-05-15
add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...
Johan B. C. Engelen
1
-1
/
+13
2014-05-15
add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...
Johan B. C. Engelen
1
-1
/
+13
2014-05-13
fix windows 64bit build. (changes already committed to trunk)
Johan B. C. Engelen
1
-74
/
+74
2014-05-11
fix btool for 64-bit compilation. (would run into infinite loop on line 2404)
Johan B. C. Engelen
1
-74
/
+74
2014-03-23
fix build with newer mingw64 (#define clashes ...)
Johan B. C. Engelen
1
-0
/
+2
2014-01-10
btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)
Bryce Harrington
1
-3
/
+33
2013-10-29
btool: i know the whole multithread thing was a hack :-) so the fprinting sho...
Johan B. C. Engelen
1
-2
/
+2
2013-10-27
reduce the amount of cmdline output from btool, make it easier to see compile...
Johan B. C. Engelen
1
-9
/
+12
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
[next]