summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* One more tweakBob Jamison2008-04-041-3/+3
| | | (bzr r5334)
* make dependency messages a bit betterBob Jamison2008-04-041-2/+2
| | | (bzr r5332)
* Improve status messages a bitBob Jamison2008-04-041-20/+37
| | | (bzr r5331)
* Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison2008-04-041-13/+172
| | | (bzr r5330)
* Add simple <jar> task. Separate "builddist" targetBob Jamison2008-03-311-2/+38
| | | (bzr r5270)
* Improve buggy, slow invocation of javacBob Jamison2008-03-141-11/+28
| | | (bzr r5090)
* Add more javac stuff. Add target="" attribute to javacBob Jamison2008-03-111-2/+11
| | | (bzr r5056)
* whitespace fixupsBryce Harrington2007-12-311-5/+5
| | | (bzr r4347)
* remember to return true from <javac> execute()Bob Jamison2007-12-171-0/+1
| | | (bzr r4251)
* Add initial support for <javac>. Also fix str compare bugBob Jamison2007-12-151-6/+74
| | | (bzr r4233)
* Fixed missing handling of the "environment prefix" and fetching of ↵Bob Jamison2007-12-151-12/+41
| | | | | environment variables. (bzr r4232)
* fix string size self-reference bugBob Jamison2007-11-071-2/+2
| | | (bzr r4040)
* Add gtkrc to build.xml. Fix native path on <makefile>Bob Jamison2007-06-261-2/+3
| | | (bzr r3109)
* Minor fixesBob Jamison2007-05-181-9/+11
| | | (bzr r3027)
* Add initial attempt at embedded pkg-configBob Jamison2007-05-181-44/+269
| | | (bzr r3026)
* Remove warnings. Especially new gcc4.2.0 warnings about assigning a string ↵Bob Jamison2007-05-181-20/+84
| | | | | literal to a char * without const. (bzr r3025)
* Fix native path on <fileset>-included objectsBob Jamison2007-05-041-2/+3
| | | (bzr r2975)
* Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most ↵Bob Jamison2007-04-201-5/+6
| | | | | people have it. (bzr r2939)
* Say "skipped" when copying a single file is not necessaryBob Jamison2007-04-201-1/+3
| | | (bzr r2938)
* Fixed path in include file checks.Bob Jamison2007-04-201-43/+55
| | | (bzr r2937)
* Improve dependencies using URI normalization. A little faster, too.Bob Jamison2007-03-251-38/+42
| | | (bzr r2756)
* tweak to compile on linuxBob Jamison2007-03-131-1/+2
| | | (bzr r2633)
* improve timingBob Jamison2007-03-071-3/+3
| | | (bzr r2562)
* remove debug messages that sneaked inBob Jamison2007-03-031-2/+0
| | | (bzr r2529)
* improve error messagesBob Jamison2007-03-031-37/+99
| | | (bzr r2527)
* More cleanup of piping. Add ccompiler listing.Bob Jamison2007-03-031-13/+64
| | | (bzr r2523)
* Add <touch> . Fix piping again.Bob Jamison2007-03-031-21/+82
| | | (bzr r2521)
* fix result piping from shelled-out commands on win32Bob Jamison2007-03-021-3/+14
| | | (bzr r2501)
* Fix parsing of boolsBob Jamison2007-02-071-4/+4
| | | (bzr r2337)
* Allow overriding output name for msgfmtBob Jamison2007-01-111-5/+18
| | | (bzr r2184)
* allow 0-length propertiesBob Jamison2006-12-021-5/+4
| | | (bzr r2062)
* fix minutes/seconds calc. oops.Bob Jamison2006-12-021-1/+1
| | | (bzr r2061)
* get gettimeofday() out of buildtool:: namespaceBob Jamison2006-11-301-11/+13
| | | (bzr r2057)
* prevent compiling error on gettimeofday on mingw compilertheAdib2006-11-291-2/+2
| | | (bzr r2053)
* fix timeBob Jamison2006-11-281-2/+2
| | | (bzr r2049)
* remove tabs, add timeBob Jamison2006-11-281-854/+920
| | | (bzr r2048)
* get it to work on linuxBob Jamison2006-11-281-28/+74
| | | (bzr r2047)
* Add "strip" to <link> so you can do it if linking is successfulBob Jamison2006-11-241-11/+70
| | | (bzr r2030)
* fix status msg for overloadingBob Jamison2006-11-231-1/+1
| | | (bzr r2016)
* Allow msgfmt to create a subdir for each .mo file, such as de/de.moBob Jamison2006-11-231-2/+18
| | | (bzr r2015)
* Speed improvement on dep scanning. Better decision about whether compile ↵Bob Jamison2006-11-211-20/+64
| | | | | needed. (bzr r2001)
* Fix for abs paths on win32. Fix property overloading.Bob Jamison2006-11-181-24/+37
| | | (bzr r1986)
* Add dll capabilitiesBob Jamison2006-11-181-119/+278
| | | (bzr r1981)
* Improve option parsingBob Jamison2006-11-181-33/+137
| | | (bzr r1976)
* Fixed absolute paths in createDirectory()Bob Jamison2006-11-181-4/+5
| | | (bzr r1975)
* Added regex. Greatly improved <fileset> scanning.Bob Jamison2006-11-181-68/+1039
| | | (bzr r1974)
* add <makefile>Bob Jamison2006-11-171-34/+161
| | | (bzr r1972)
* Better file checkingBob Jamison2006-11-171-0/+74
| | | (bzr r1968)
* library tweaksBob Jamison2006-11-171-10/+7
| | | (bzr r1966)
* fix circ dep checkBob Jamison2006-11-161-26/+61
| | | (bzr r1963)