aboutsummaryrefslogtreecommitdiff
path: root/src/targetfile.cpp (follow)
AgeCommit message (Collapse)Author
2007-02-08build doesn't tollerate duplicates anymore.Mike Buland
2006-11-23Minor tweak keeps the same old behavior for check, but makes clean removeMike Buland
everything in the produces list.
2006-11-04Getting closer to the percents making some damn sense.Mike Buland
2006-10-27Try out this update, now it scans the pre-provided requirements of each targetMike Buland
for target chaining before performing any other operations. This means libs will be built before anything may reference them, instead of just the exe.
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-14Made more changes, this one has a little extra debug, get the next one.Mike Buland
2006-09-12clean now works, the -c option will come later.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-08-22Added targets, and the global set command, things are really coming along now.Mike Buland