index
:
build.git
main
Intelligent software compilation program.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cache.cpp
(
follow
)
Age
Commit message (
Collapse
)
Author
2014-02-03
Updated 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-08
tabconv: it's all spaces now.
Mike Buland
2011-01-20
Fixes to use libbu++ Bu::String
Mike Buland
2010-01-04
The cache works...really well.
Mike Buland
2009-12-29
Ok, cache stuff is in, and that's good, now we have to use it.
Mike Buland
2009-12-21
Removed the old trunk contents. About to load up m3
Mike Buland
2009-11-12
Works with libbu++ changes.
Mike Buland
2007-07-03
Since libbu++-reorg is now the trunk, build has been updated to work with it.
Mike Buland
2006-09-22
Sigh, more of the same...
Mike Buland
2006-09-22
More 64bit fixes.
Mike Buland
2006-09-22
The cache may be 64-bit compatable now...maybe...
Mike Buland
2006-09-12
Added cache functionality, which is really nice, things go much faster now.
Mike Buland
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-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-05
Build now uses a cachefile for all of it's requires that are generated from
Mike Buland
other means (running other programs). It's really fast, and seems to work pretty well.