summaryrefslogtreecommitdiff
path: root/src/script/sconsign.py
Commit message (Expand)AuthorAgeFilesLines
* Dirty hack for failing test/sconsign/script/Configure.pyGaurav Juvekar2017-04-141-0/+5
* remove py3 checking codeWilliam Deegan2017-03-131-7/+1
* use whichdb from dbm for py3, and whichdb from whichdb for py2William Deegan2017-03-101-8/+8
* comment out code which checks for py3 and failsWilliam Deegan2017-02-281-5/+5
* revert some py3 changes which fail no py2 on windows and any platform/python ...William Deegan2016-05-151-3/+13
* Remove all the six stuff.Russel Winder2016-02-021-8/+2
* Some more print statements to functions.Russel Winder2016-01-011-1/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-21/+29
|\
| * Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-201-2/+2
| * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+9
| * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-20/+20
* | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-2/+33
* | - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-271-1/+1
|/
* fix issue #2051 - broken installation with easy_install on WindowsAnatoly Techtonik2011-04-141-14/+15
* Convert old-style classes in src/script to new-style classes.Steven Knight2010-05-201-2/+2
* Fix regression tests (imports not happening as expected)Greg Noel2010-04-251-9/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* Add a stub compat/_scon_dbm.py module and copy whichdb.whichdb() toSteven Knight2010-04-141-8/+12
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-8/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-14/+12
* Issue 2051: Support execution when installed via easy_install.Steven Knight2010-02-211-0/+13
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-111-9/+10
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-0/+4
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-32/+73
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-1/+3
* Win32 portability.Steven Knight2005-08-071-1/+1
* Add a --raw option to the sconsign script.Steven Knight2005-06-251-4/+23
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-21/+33
* Fix SCons on SuSE/AMD-64 Linux by having the wrapper script also check for th...Steven Knight2004-09-161-0/+17
* Store the different dependencies in binfo separately.Steven Knight2004-06-011-3/+5
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-32/+66
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-2/+2
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-251-48/+111
* Update the Copyright years to include 2004.Steven Knight2004-01-071-2/+2
* Sync CVS log from master Aegis repository.Steven Knight2003-11-031-1/+8
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-8/+1
* Python 1.5.2 portability in the previous script fix.Steven Knight2003-10-121-3/+5
* More flexible RPM building. (Gerard Patel) Have scripts look for the build ...Steven Knight2003-10-121-1/+6
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-66/+134
* New sconsign script fixes: print timestamp values correctly (Chad Austin); a...Steven Knight2003-07-201-5/+14
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-0/+223