aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Expand)Author
2022-09-29Oops, assumed bash, using sh now.Mike Buland
2018-11-20Correcting build issues.Mike Buland
2015-08-25The open function now truncates the file like fopen. I would like for it toMike Buland
2014-02-03Updated the build.sh script to be a little more friendly.Mike Buland
2012-11-08...apparently I forgot to copyright this. Now it's BSD licensed.Mike Buland
2012-11-08tabconv: it's all spaces now.Mike Buland
2012-11-08Fixed a few condition issues, and the install script is a little better, I th...Mike Buland
2012-11-08Packaging updates, started on the manual, too.Mike Buland
2012-11-06Slightly optimized list operations, and added list subtraction. If you subtractMike Buland
2012-04-15Minor tweak to the shell-execute substring parser. You can escape close parensMike Buland
2012-04-05Added unique function and a workaround for non-matching inputs to rules passingMike Buland
2012-04-03Tweaks to help with the new libbu++ and windows compatibility.Mike Buland
2011-06-14Fix to the file lib code to cast opaque values to ints in a more cross-platformMike Buland
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-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-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-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-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-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
2009-12-28Location data is being tracked (for the most part, filenames...not as much),Mike Buland
2009-12-24Fixed the blocking-forever-when-no-file-exists issue, now it reports an error.Mike Buland
2009-12-21Wow, that was aweful. There was a horrible problem with rule generated targetsMike Buland
2009-12-21We're getting closer and closer, qt4 is more configurable and gets QT flagsMike Buland
2009-12-21Wow, it's much more general now, I like that.Mike Buland
2009-12-21m3 is copied into trunk, we should be good to go, now.Mike Buland
2009-12-21Removed the old trunk contents. About to load up m3Mike Buland
2009-11-12Works with libbu++ changes.Mike Buland
2009-08-14Corrected a minor bug preventing custom actions from being executed.Mike Buland
2009-08-14Corrected some logic, and ensured that build always builds against the staticMike Buland
2009-05-13FBasicString changed a little, I had to fix some empty string tests. This isMike Buland
2008-10-04It wasn't creating it's cache files because of the changes to the File class.Mike Buland
2008-10-02Damnit...ok...now it builds against the new libbu++.Mike Buland
2008-10-01Build compiles against the new changes to libbu++ now. Also got rid of thoseMike Buland