summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/SConsign.py
Commit message (Expand)AuthorAgeFilesLines
* When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-121-6/+6
* PEP-8 fixesWilliam Deegan2017-02-261-1/+11
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-5/+5
* centralize the preferred pickle protocol; use highest protocol.Daniel Holth2016-06-201-2/+4
* Some more print statements to functions.Russel Winder2016-01-011-5/+5
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-7/+31
|\
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-7/+31
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-4/+5
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-8/+8
|/
* Add tests of using SConsignFile() with Python dbm modules.Steven Knight2010-08-211-1/+7
* 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