| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -7/+143 |
| | | | | (bzr r6884) | ||||
| * | enable failOnError in TaskDelete | Bob Jamison | 2008-08-26 | 1 | -3/+2 |
| | | | | (bzr r6717) | ||||
| * | fixed bug in removeFile() | Bob Jamison | 2008-08-26 | 1 | -2/+11 |
| | | | | (bzr r6716) | ||||
| * | Fixed svg-path (and display/curve) tests to properly handle closepath and ↵ | Jasper van de Gronde | 2008-08-08 | 1 | -9/+177 |
| | | | | | | made a check target. (bzr r6592) | ||||
| * | Fixed version of stat cache for buildtool.cpp (now invalidates cache entries ↵ | Jasper van de Gronde | 2008-08-02 | 1 | -35/+146 |
| | | | | | | for files that are changed during the build process). (bzr r6522) | ||||
| * | revert r19450. fixes buildtool. | Johan B. C. Engelen | 2008-08-01 | 1 | -24/+10 |
| | | | | (bzr r6501) | ||||
| * | Fix #ifdef type. Closes LP #253859 | Maximilian Albert | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6499) | ||||
| * | 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 |
| | | | | | | change nothing is reduced to about a third (less than ten seconds instead of about 30 seconds on my system). (Obviously a build which changes nothing is not very interesting, but a build which has to change only a few files is very common.) (bzr r6440) | ||||
| * | CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵ | Jasper van de Gronde | 2008-07-01 | 1 | -6/+215 |
| | | | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106) | ||||
| * | tweak stdout/stderr piping | Bob Jamison | 2008-06-23 | 1 | -7/+7 |
| | | | | (bzr r6027) | ||||
| * | Improve "can't find" error msg for pkgconfig | Bob Jamison | 2008-06-14 | 1 | -1/+5 |
| | | | | (bzr r5943) | ||||
| * | rollup of buildtool/unix work. compiles and links inkscape | Bob Jamison | 2008-06-06 | 1 | -3/+7 |
| | | | | (bzr r5833) | ||||
| * | finally debugged. read() on a pipe has different results on different ↵ | Bob Jamison | 2008-06-06 | 1 | -4/+2 |
| | | | | | | boxes. sorry about the many commits (bzr r5832) | ||||
| * | rewrite pipe reading to avoid deadlock | Bob Jamison | 2008-06-06 | 1 | -15/+39 |
| | | | | (bzr r5831) | ||||
| * | rewrite pipe reading to avoid deadlock | Bob Jamison | 2008-06-06 | 1 | -15/+18 |
| | | | | (bzr r5830) | ||||
| * | minor typo in comparison | Bob Jamison | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5827) | ||||
| * | oops. sys/wait.h not on win32 | Bob Jamison | 2008-06-05 | 1 | -1/+2 |
| | | | | (bzr r5822) | ||||
| * | rewrite execCommand's unix impl to better handle separate stdout and stderr ↵ | Bob Jamison | 2008-06-05 | 1 | -25/+98 |
| | | | | | | spools (bzr r5821) | ||||
| * | include <algorithm> for std::sort | Bob Jamison | 2008-06-05 | 1 | -1/+3 |
| | | | | (bzr r5820) | ||||
| * | improve piping | Bob Jamison | 2008-06-04 | 1 | -17/+22 |
| | | | | (bzr r5807) | ||||
| * | Increase substitution depth, remove unused vars warnings. Implement ↵ | Bob Jamison | 2008-05-14 | 1 | -20/+34 |
| | | | | | | verbose, quiet, failOnError. (bzr r5672) | ||||
| * | Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello" | Bob Jamison | 2008-05-13 | 1 | -5/+30 |
| | | | | (bzr r5670) | ||||
| * | Extensive update. Provide late binding, and aliases for pkg-config. | Bob Jamison | 2008-05-12 | 1 | -615/+817 |
| | | | | (bzr r5657) | ||||
| * | Added <echo> task. Need to decide when substitutions are evaluated. More ↵ | Bob Jamison | 2008-05-09 | 1 | -12/+67 |
| | | | | | | work to be done. (bzr r5643) | ||||
| * | Add new property to <cc>, refreshCache, to force recomp | Bob Jamison | 2008-05-02 | 1 | -8/+14 |
| | | | | (bzr r5581) | ||||
| * | remove tabs | Bob Jamison | 2008-04-25 | 1 | -10/+12 |
| | | | | (bzr r5520) | ||||
| * | Tweak "errorOccurred" | Bob Jamison | 2008-04-25 | 1 | -1/+1 |
| | | | | (bzr r5519) | ||||
| * | Typo | Bob Jamison | 2008-04-25 | 1 | -1/+1 |
| | | | | (bzr r5518) | ||||
| * | Add a "continueOnError" flag to TaskCC. If there is an error in one of the ↵ | Bob Jamison | 2008-04-25 | 1 | -12/+25 |
| | | | | | | files, it will continue with other files, but the final result will still be an error. (bzr r5517) | ||||
| * | One more tweak | Bob Jamison | 2008-04-04 | 1 | -3/+3 |
| | | | | (bzr r5334) | ||||
| * | make dependency messages a bit better | Bob Jamison | 2008-04-04 | 1 | -2/+2 |
| | | | | (bzr r5332) | ||||
| * | Improve status messages a bit | Bob Jamison | 2008-04-04 | 1 | -20/+37 |
| | | | | (bzr r5331) | ||||
| * | Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param | Bob Jamison | 2008-04-04 | 1 | -13/+172 |
| | | | | (bzr r5330) | ||||
| * | Add simple <jar> task. Separate "builddist" target | Bob Jamison | 2008-03-31 | 1 | -2/+38 |
| | | | | (bzr r5270) | ||||
| * | Improve buggy, slow invocation of javac | Bob Jamison | 2008-03-14 | 1 | -11/+28 |
| | | | | (bzr r5090) | ||||
| * | Add more javac stuff. Add target="" attribute to javac | Bob Jamison | 2008-03-11 | 1 | -2/+11 |
| | | | | (bzr r5056) | ||||
| * | whitespace fixups | Bryce Harrington | 2007-12-31 | 1 | -5/+5 |
| | | | | (bzr r4347) | ||||
| * | remember to return true from <javac> execute() | Bob Jamison | 2007-12-17 | 1 | -0/+1 |
| | | | | (bzr r4251) | ||||
| * | Add initial support for <javac>. Also fix str compare bug | Bob Jamison | 2007-12-15 | 1 | -6/+74 |
| | | | | (bzr r4233) | ||||
| * | Fixed missing handling of the "environment prefix" and fetching of ↵ | Bob Jamison | 2007-12-15 | 1 | -12/+41 |
| | | | | | | environment variables. (bzr r4232) | ||||
| * | fix string size self-reference bug | Bob Jamison | 2007-11-07 | 1 | -2/+2 |
| | | | | (bzr r4040) | ||||
| * | Add gtkrc to build.xml. Fix native path on <makefile> | Bob Jamison | 2007-06-26 | 1 | -2/+3 |
| | | | | (bzr r3109) | ||||
| * | Minor fixes | Bob Jamison | 2007-05-18 | 1 | -9/+11 |
| | | | | (bzr r3027) | ||||
| * | Add initial attempt at embedded pkg-config | Bob Jamison | 2007-05-18 | 1 | -44/+269 |
| | | | | (bzr r3026) | ||||
| * | Remove warnings. Especially new gcc4.2.0 warnings about assigning a string ↵ | Bob Jamison | 2007-05-18 | 1 | -20/+84 |
| | | | | | | literal to a char * without const. (bzr r3025) | ||||
| * | Fix native path on <fileset>-included objects | Bob Jamison | 2007-05-04 | 1 | -2/+3 |
| | | | | (bzr r2975) | ||||
| * | Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most ↵ | Bob Jamison | 2007-04-20 | 1 | -5/+6 |
| | | | | | | people have it. (bzr r2939) | ||||
| * | Say "skipped" when copying a single file is not necessary | Bob Jamison | 2007-04-20 | 1 | -1/+3 |
| | | | | (bzr r2938) | ||||
| * | Fixed path in include file checks. | Bob Jamison | 2007-04-20 | 1 | -43/+55 |
| | | | | (bzr r2937) | ||||
| * | Improve dependencies using URI normalization. A little faster, too. | Bob Jamison | 2007-03-25 | 1 | -38/+42 |
| | | | | (bzr r2756) | ||||
