Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-20 | Viewer is nice now. | Mike Buland | |
2006-09-12 | Fixed the viewers, and some other good goo. | Mike Buland | |
2006-09-12 | Made the plain view a lot more like pymake's normal view. | Mike Buland | |
2006-09-12 | Build 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-08-18 | Gutted, deleted almost all the source, too many changes to keep it around, we'll | Mike Buland | |
see what happens next. | |||
2006-08-06 | A load of updates, most of these made me realize that I probably could do this | Mike Buland | |
whole thing a lot better. We'll see how that works out later, once I figure out how to do it better. | |||
2006-08-05 | Tweaked the cache format, it's no longer compatable with the old version, but it | Mike Buland | |
is less than one tenth the size, without using anything as slow as a compresion system, I just store each string only once (it's sort of compression). I also updated the plain viewer to not be so annoying if it doesn't have anything to do. | |||
2006-08-02 | Fixed a few minor bugs and added the new viewer system, it allows you to add new | Mike Buland | |
front ends that will display what build is doing in any way you want. cool! So far we have plain and percent, verbose and make are coming, make should be really easy, just print out the commands and nothing else. |