aboutsummaryrefslogtreecommitdiff
path: root/src/function.h (unfollow)
AgeCommit message (Expand)Author
2011-06-03Corrected a precedence issue with the << operator which was causing shift/reduceMike Buland
2011-06-03Well, that was strange. Support for the raw << operator was everywhere exceptMike Buland
2011-06-03Apparently I un-registered the range function when I added the open function.Mike Buland
2011-06-03Updated the man file to include the new functions.Mike Buland
2011-06-03I added basic support for "opaque" type variables. I think there's one moreMike Buland
2011-06-03Added a range function. It works a lot like the range function in python,Mike Buland
2011-04-10Corrected a minor bug that caused the qt4 exe rule override to fail with aMike Buland
2011-04-07Minor typo in the vim syntax hilighter.Mike Buland
2011-04-07Two minor changes, first off the c and cpp requires rules both ignore missingMike Buland
2011-03-30Build was still using the old trimBack function, which no longer exists. I wentMike Buland
2011-03-29Updated to use args instead of format in Bu::String.Mike Buland
2011-03-10Accidentally left in some debugging.Mike Buland
2011-03-10Added rules for building java classes and jar files.Mike Buland
2011-01-20Fixes to use libbu++ Bu::StringMike Buland
2010-08-10Fixed a really minor bug that's been bothering me for a while. The proper topMike Buland
2010-06-18Fixed some things that broke when Process changed it's functionality slightly.Mike Buland
2010-05-16The build shell helper is up to date.Mike Buland
2010-05-16Works with the minor changes that have happened to libbu++, it's ready for newMike Buland
2010-02-03Here's the new build you need. I fixed it so you can use complex expressionsMike Buland
2010-01-25Corrected the rules to not assume that files are in a subdirectory, the codeMike Buland
2010-01-19Fixed some bugs and typos in the install portions of the build default.bld file.Mike Buland
2010-01-15Used the new help features in Bu::OptParser.Mike Buland
2010-01-07Updated the general rules to use the new regex function, they're safer now,Mike Buland
2010-01-06Wow, ok, well, I added some more error handling, that's positive, also switchedMike Buland
2010-01-05Turns out the statcache broke other things, and didn't help at all. It's deadMike Buland
2010-01-05Removed some silly debugging output and added the StatCache, it turns out thisMike Buland
2010-01-05More view tweaks, it's nice.Mike Buland
2010-01-04Ok, now I've cleaned up the output to match the new revised build requiresMike Buland
2010-01-04The cache works...really well.Mike Buland
2010-01-04Requires no longer effect build order, so do not count officially as "deps",Mike Buland
2009-12-30Minor changes to the way requires are computed, getting ready for caching.Mike Buland
2009-12-29Ok, cache stuff is in, and that's good, now we have to use it.Mike Buland