summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Add check for python 3.0.0 or higher and exit with message.William Deegan2009-11-101-0/+13
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-081-5/+5
* replace execfile() by equivalent exec statementGreg Noel2009-03-021-11/+21
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-095-0/+30
* Applied Benoit Belley's patch in ticket 1957 improve the robustness ofGary Oberbrunner2008-10-291-0/+2
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-071-2/+2
* Issue 2005: Avoid an infinite loop looking for the Python librarySteven Knight2008-09-112-18/+20
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-101-6/+17
* Merged revisions 2928-2932,2934-2946 via svnmerge fromSteven Knight2008-05-181-0/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+6
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+3
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-13/+57
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-32/+73
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-16/+46
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-1/+1
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-112-0/+77
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-164-2/+1442
* Fix line endings on DOS files that want CRLF preserved.Steven Knight2006-04-151-15/+15
* 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-162-0/+34
* @REM, not just REM, in the scons.bat file.Steven Knight2004-08-191-4/+4
* Change the copyright statement to reflect ownership by the foundation. Add a...Steven Knight2004-07-301-0/+2
* 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-122-6/+10
* More flexible RPM building. (Gerard Patel) Have scripts look for the build ...Steven Knight2003-10-123-4/+14
* 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-183-2/+239
* Fix the scons.bat file for the new library packaging.Steven Knight2003-02-101-2/+2
* Fix case-sensitive packaging problem on Win32.Steven Knight2003-02-071-19/+44
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-203-3/+3
* Update Copyright years.Steven Knight2003-01-163-3/+3
* Package a standalone scons-local package.Steven Knight2002-12-041-6/+10
* Supply more specific version info, including build date.Steven Knight2002-06-181-2/+12
* Improve the scons.bat script. (Alex Jacques)Steven Knight2002-04-301-2/+13
* Initialize the new branch.Steven Knight2002-02-251-0/+4
* Bring CVS in sync with Aegis: Add missing .aeignore files.Steven Knight2002-02-061-0/+5
* Support installation in arbitrary --prefix values.Steven Knight2002-01-301-4/+21
* Update Copyright lines for the new year.Steven Knight2002-01-293-3/+3
* Add /usr/local/scons* to sys.path.Steven Knight2001-12-291-2/+11