summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConsign.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-style classes in SConsign.py to new-style classes.Steven Knight2010-05-141-2/+2
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-6/+8
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-69/+110
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+0
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-2/+13
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-7/+3
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-1/+0
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-2/+17
* Handle Repositories without an SConsignFile() in them.Steven Knight2005-05-301-15/+25
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-22/+88
* Normalize directory paths in SConsignFile() database files. (Chad Austin)Steven Knight2005-04-011-2/+10
* Smarter sync'ing of the .sconsign file when it's written out at the end. (St...Steven Knight2004-10-231-8/+18
* Add an option to not save the --debug=explain information.Steven Knight2004-06-151-9/+2
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-103/+10
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-0/+323