summaryrefslogtreecommitdiffstats
path: root/buildtool.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-25Tweak "errorOccurred"Bob Jamison1-1/+1
2008-04-25TypoBob Jamison1-1/+1
2008-04-25Add a "continueOnError" flag to TaskCC. If there is an error in one of the f...Bob Jamison1-12/+25
2008-04-04One more tweakBob Jamison1-3/+3
2008-04-04make dependency messages a bit betterBob Jamison1-2/+2
2008-04-04Improve status messages a bitBob Jamison1-20/+37
2008-04-04Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/paramBob Jamison1-13/+172
2008-03-31Add simple <jar> task. Separate "builddist" targetBob Jamison1-2/+38
2008-03-14Improve buggy, slow invocation of javacBob Jamison1-11/+28
2008-03-11Add more javac stuff. Add target="" attribute to javacBob Jamison1-2/+11
2007-12-31whitespace fixupsBryce Harrington1-5/+5
2007-12-17remember to return true from <javac> execute()Bob Jamison1-0/+1
2007-12-15Add initial support for <javac>. Also fix str compare bugBob Jamison1-6/+74
2007-12-15Fixed missing handling of the "environment prefix" and fetching of environmen...Bob Jamison1-12/+41
2007-11-07fix string size self-reference bugBob Jamison1-2/+2
2007-06-26Add gtkrc to build.xml. Fix native path on <makefile>Bob Jamison1-2/+3
2007-05-18Minor fixesBob Jamison1-9/+11
2007-05-18Add initial attempt at embedded pkg-configBob Jamison1-44/+269
2007-05-18Remove warnings. Especially new gcc4.2.0 warnings about assigning a string l...Bob Jamison1-20/+84
2007-05-04Fix native path on <fileset>-included objectsBob Jamison1-2/+3
2007-04-20Switch from the HAVE_GETTIMEOFDAY option to NEED_GETTIMEOFDAY since most peop...Bob Jamison1-5/+6
2007-04-20Say "skipped" when copying a single file is not necessaryBob Jamison1-1/+3
2007-04-20Fixed path in include file checks.Bob Jamison1-43/+55
2007-03-25Improve dependencies using URI normalization. A little faster, too.Bob Jamison1-38/+42
2007-03-13tweak to compile on linuxBob Jamison1-1/+2
2007-03-07improve timingBob Jamison1-3/+3
2007-03-03remove debug messages that sneaked inBob Jamison1-2/+0
2007-03-03improve error messagesBob Jamison1-37/+99
2007-03-03More cleanup of piping. Add ccompiler listing.Bob Jamison1-13/+64
2007-03-03Add <touch> . Fix piping again.Bob Jamison1-21/+82
2007-03-02fix result piping from shelled-out commands on win32Bob Jamison1-3/+14
2007-02-07Fix parsing of boolsBob Jamison1-4/+4
2007-01-11Allow overriding output name for msgfmtBob Jamison1-5/+18
2006-12-02allow 0-length propertiesBob Jamison1-5/+4
2006-12-02fix minutes/seconds calc. oops.Bob Jamison1-1/+1
2006-11-30get gettimeofday() out of buildtool:: namespaceBob Jamison1-11/+13
2006-11-29prevent compiling error on gettimeofday on mingw compilertheAdib1-2/+2
2006-11-28fix timeBob Jamison1-2/+2
2006-11-28remove tabs, add timeBob Jamison1-854/+920
2006-11-28get it to work on linuxBob Jamison1-28/+74
2006-11-24Add "strip" to <link> so you can do it if linking is successfulBob Jamison1-11/+70
2006-11-23fix status msg for overloadingBob Jamison1-1/+1
2006-11-23Allow msgfmt to create a subdir for each .mo file, such as de/de.moBob Jamison1-2/+18
2006-11-21Speed improvement on dep scanning. Better decision about whether compile nee...Bob Jamison1-20/+64
2006-11-18Fix for abs paths on win32. Fix property overloading.Bob Jamison1-24/+37
2006-11-18Add dll capabilitiesBob Jamison1-119/+278
2006-11-18Improve option parsingBob Jamison1-33/+137
2006-11-18Fixed absolute paths in createDirectory()Bob Jamison1-4/+5
2006-11-18Added regex. Greatly improved <fileset> scanning.Bob Jamison1-68/+1039
2006-11-17add <makefile>Bob Jamison1-34/+161