aboutsummaryrefslogtreecommitdiff
path: root/src/target.cpp (follow)
AgeCommit message (Collapse)Author
2014-02-03Updated the build.sh script to be a little more friendly.Mike Buland
Updated copyright date.
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
2011-01-20Fixes to use libbu++ Bu::StringMike Buland
2010-05-16Works with the minor changes that have happened to libbu++, it's ready for newMike Buland
features and fixes :)
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
they are still influencing things such as filetime build decisions, but this change to the policy simplifies everything and makes building faster.
2009-12-30Minor changes to the way requires are computed, getting ready for caching.Mike Buland
2009-12-21Wow, that was aweful. There was a horrible problem with rule generated targetsMike Buland
not getting the variables from the parent target.
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
2006-09-21Added two command line parameters, -i or --info will list available actions,Mike Buland
maybe more later. -c or --clean will set all of the commands in the current action to clean, so now you don't have to create clean rules. Also, every viewer should now support stacks of targets, they don't now, and it can look a little funny.
2006-09-21Auto target chaining based on requirements is now in place. This means that ifMike Buland
a requirement is set for a target that needs to be built, and that requirement is another target, that target will be processed when it is needed.
2006-08-23Loads more stuff...it's nearly working now.Mike Buland
2006-08-22Added targets, and the global set command, things are really coming along now.Mike Buland
2006-08-18Gutted, deleted almost all the source, too many changes to keep it around, we'llMike Buland
see what happens next.
2006-07-31It almost builds, we need to get rid of duplicate list entries and actuallyMike Buland
store the commands somewhere so the target handler can decide if they need to be run.
2006-07-31We're almost to rule/command generation, then only a couple of steps before itMike Buland
will do it all!
2006-07-31I still can't get the pymake file to auto-make the bison and flex .c files, butMike Buland
besides that everything is looking great. There's only one thing left to parse and interpret before we can try actually building something.