aboutsummaryrefslogtreecommitdiff
path: root/src/build.cpp (follow)
AgeCommit message (Collapse)Author
2008-10-04It wasn't creating it's cache files because of the changes to the File class.Mike Buland
It now works correctly.
2008-10-02Damnit...ok...now it builds against the new libbu++.Mike Buland
2007-07-03Since libbu++-reorg is now the trunk, build has been updated to work with it.Mike Buland
2007-04-25Groups are better integrated, and now they also auto-generate commands if thereMike Buland
isn't already one with the same name.
2007-04-24Build groups are finished, there may be more we could do with them, but theyMike Buland
work just fine for what I want. They're cute though, you can put each target in as many groups as you'd like.
2007-04-24Half way there on the road to implementing basic group functionality. You canMike Buland
create groups, you can't do anything with them yet (although the syntax is supported already.)
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-09-20You need this rev to build congo.Mike Buland
2006-09-20Changed the api for variable replacement contexts. There can now be multipleMike Buland
levels of contextual inheritance, so now sub-targets automatically get their parent target's context variables, if they need them.
2006-09-14Added the make-style view...useful sometimes.Mike Buland
2006-09-12Fixed the viewers, and some other good goo.Mike Buland
2006-09-12Added cache functionality, which is really nice, things go much faster now.Mike Buland
2006-09-12Build now builds, it has viewers, and dependancy checking, and everything works.Mike Buland
Now we have to add cleaning, caching, and more viewer hooks / viewers.
2006-09-10Almost done tweaking the variable system, it needed support for local, orMike Buland
"extra" variables.
2006-09-07About to implement Rule, the heart of the porform generation system. OnceMike Buland
that's done, we can actually run the performs, and, most likely build things.
2006-09-07Really getting there, the rest of the work should be in the build class andMike Buland
related build-time components!
2006-08-29Updated a load, now there's a seperate module for performing string processingMike Buland
pre parser, and whatever.
2006-08-23Really close...functions are doing their stuff, we have inputs, almost have ↵Mike Buland
rules.
2006-08-23Loads more stuff...it's nearly working now.Mike Buland
2006-08-22Started on the crazy process of building the stage one compiled data. It'sMike Buland
going pretty quickly, we'll see how the targets go, they'll be the only tricky part.