aboutsummaryrefslogtreecommitdiff
path: root/src/viewermake.h (unfollow)
AgeCommit message (Expand)Author
2006-09-22Two-token bug fix. Build segfaulted when no build.conf was found.Mike Buland
2006-09-21We have a working Makefile, and no more Buildfile....I'll make a more generalMike Buland
2006-09-21The plain view now effectively uses command stacks, the results are prettyMike Buland
2006-09-21Added two command line parameters, -i or --info will list available actions,Mike Buland
2006-09-21Auto target chaining based on requirements is now in place. This means that ifMike Buland
2006-09-21The percent view now takes the terminal's width into account, pretty cool!Mike Buland
2006-09-20You need this rev to build congo.Mike Buland
2006-09-20Updated these two functions, they now work exactly how they should.Mike Buland
2006-09-20Viewer is nice now.Mike Buland
2006-09-20Full chaining now works, fixed a bug I didn't notice a few minutes ago...Mike Buland
2006-09-20Changed the api for variable replacement contexts. There can now be multipleMike Buland
2006-09-14Made more changes, this one has a little extra debug, get the next one.Mike Buland
2006-09-14david - a couple of random things mike told me to fixDavid
2006-09-14david - different debug dump...David
2006-09-14Ok, now I've actually added the make viewer.Mike Buland
2006-09-14Added the make-style view...useful sometimes.Mike Buland
2006-09-12clean now works, the -c option will come later.Mike Buland
2006-09-12One last viewer fix for a little bit.Mike Buland
2006-09-12Fixed the viewers, and some other good goo.Mike Buland
2006-09-12Made the plain view a lot more like pymake's normal view.Mike Buland
2006-09-12Added cache functionality, which is really nice, things go much faster now.Mike Buland
2006-09-12Minor update, it does filtering now. Things are really looking up.Mike Buland
2006-09-12Auto targets from functions now work well, but filtering is completely disabled.Mike Buland
2006-09-12Added more goo, it may be good goo.Mike Buland
2006-09-12Build now builds, it has viewers, and dependancy checking, and everything works.Mike Buland
2006-09-10Almost done tweaking the variable system, it needed support for local, orMike Buland
2006-09-08Added targets to the performs.Mike Buland
2006-09-08Getting steaddily closer.Mike Buland
2006-09-07About to implement Rule, the heart of the porform generation system. OnceMike Buland
2006-09-07Really getting there, the rest of the work should be in the build class andMike Buland
2006-08-29Updated a load, now there's a seperate module for performing string processingMike Buland
2006-08-28Finished getting everything to build with the new changes. Parser is now theMike Buland
2006-08-28Renamed Builder to BuildParser, soon I'll add the Parser base class and makeMike Buland
2006-08-23Really close...functions are doing their stuff, we have inputs, almost have r...Mike Buland
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
2006-08-22Added targets, and the global set command, things are really coming along now.Mike Buland
2006-08-22Fixed the lexer to complain about invalid escape sequences in strings.Mike Buland
2006-08-22The basic outline for all of the initial functions and rules has been set. TheMike Buland
2006-08-21Alright, the grammer is almost there, just debugging, in what I call extreme-Mike Buland
2006-08-21Getting there, it compiles, now for the fun sophisticated pieces where theMike Buland
2006-08-18Gutted, deleted almost all the source, too many changes to keep it around, we'llMike Buland
2006-08-07A bug in the lexer was causing the line count to be off by 3 for every lineMike Buland
2006-08-07Added support for setting and adding the output of commands to variables.Mike Buland
2006-08-07Updated the lexer to not include + or = in string literals outside of quotes.Mike Buland
2006-08-06A load of updates, most of these made me realize that I probably could do thisMike Buland
2006-08-05Tweaked the cache format, it's no longer compatable with the old version, but itMike Buland
2006-08-05Build now uses a cachefile for all of it's requires that are generated fromMike Buland
2006-08-04Better error handling again, and about to add more language features.Mike Buland
2006-08-04Fixed the pymake file.Mike Buland