| Commit message (Expand) | Author | Age | Files | Lines |
* | improved comment around changed code | William Deegan | 2013-02-22 | 1 | -0/+1 |
|
|
* | Changes to setup.py to allow it to be parsed by python3.x. This allows it to ... | William Deegan | 2013-02-22 | 1 | -2/+13 |
|
|
* | Commented out failing log.info calls (pasted from distutils I think) since th... | Gary Oberbrunner | 2011-05-03 | 1 | -2/+3 |
|
|
* | add .py extensions to scripts on Windows | Anatoly Techtonik | 2011-04-15 | 1 | -0/+6 |
|
|
* | setup.py: correct note tense, clean pre-2.4 code, add comments | Anatoly Techtonik | 2011-04-13 | 1 | -17/+11 |
|
|
* | add NOTE about the way Python installed and why it is not importable, please ... | Anatoly Techtonik | 2011-04-13 | 1 | -0/+12 |
|
|
* | scons.py: os.link() is the proper function for hard links | Anatoly Techtonik | 2011-04-12 | 1 | -1/+1 |
|
|
* | setup.py: minor code comments | Anatoly Techtonik | 2011-04-12 | 1 | -2/+1 |
|
|
* | setup.py: clean up distutils imports, as it's a standard module for Python 2.x | Anatoly Techtonik | 2011-04-12 | 1 | -17/+8 |
|
|
* | Revert App Paths patch. `cmd.exe` doesn't use App Paths and | Anatoly Techtonik | 2011-04-07 | 1 | -5/+0 |
|
|
* | Convert old-style classes in src/script to new-style classes. | Steven Knight | 2010-05-20 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -2/+0 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -6/+6 |
|
|
* | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -0/+1 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 2112: create a separate single-line description and make the | Steven Knight | 2008-08-26 | 1 | -1/+4 |
|
|
* | Merged revisions 2949-2953,2955-3056 via svnmerge from | Steven Knight | 2008-06-10 | 1 | -0/+17 |
|
|
* | Merged revisions 2898-2901,2903-2927 via svnmerge from | Steven Knight | 2008-04-30 | 1 | -0/+1 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -2/+3 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -1/+0 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -3/+3 |
|
|
* | Merged revisions 1884-1905 via svnmerge from | Steven Knight | 2007-05-18 | 1 | -1/+1 |
|
|
* | Merged revisions 1826-1882 via svnmerge from | Steven Knight | 2007-04-13 | 1 | -11/+5 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -4/+27 |
|
|
* | Merged revisions 1767-1783 via svnmerge from | Steven Knight | 2007-01-21 | 1 | -0/+1 |
|
|
* | Merged revisions 1757-1765 via svnmerge from | Steven Knight | 2007-01-08 | 1 | -1/+7 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -3/+10 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -1/+1 |
|
|
* | Version installation of scripts. | Steven Knight | 2005-03-16 | 1 | -83/+188 |
|
|
* | Enhance setup.py to install troff man pages on UNIX/Linux. | Steven Knight | 2005-03-05 | 1 | -7/+42 |
|
|
* | Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2004-12-02 | 1 | -2/+4 |
|
|
* | On Win32, install scons.bat from setup.py. | Steven Knight | 2004-09-29 | 1 | -1/+1 |
|
|
* | Add new Options flavors. (Hartmut Goebel) | Steven Knight | 2003-11-04 | 1 | -0/+1 |
|
|
* | Build a Debian package, too. | Steven Knight | 2003-08-20 | 1 | -1/+10 |
|
|
* | When installing from setup.py to a non-standard prefix, suppress the warning ... | Steven Knight | 2003-07-27 | 1 | -0/+1 |
|
|
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 1 | -1/+1 |
|
|
* | Initialize the 0.12 branch | Steven Knight | 2003-02-11 | 1 | -2/+2 |
|
|
* | Fix the Win32 installer package. | Steven Knight | 2003-02-10 | 1 | -4/+6 |
|
|
* | Fix case-sensitive packaging problem on Win32. | Steven Knight | 2003-02-07 | 1 | -28/+145 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Refactor command-line parsing. (Steve Leblanc) | Steven Knight | 2002-11-06 | 1 | -0/+1 |
|
|
* | Check in the Tool() interface. (SK and Charles Crain) | Steven Knight | 2002-06-20 | 1 | -1/+2 |
|
|
* | Add some help to setup.py if distutils isn't installed on the local system. | Steven Knight | 2002-05-09 | 1 | -2/+12 |
|
|
* | Add a Platform() method. | Steven Knight | 2002-05-09 | 1 | -0/+1 |
|
|
* | Extend SConstruct et al. to build .zip files, and to build the scons-src pack... | Steven Knight | 2002-02-26 | 1 | -3/+4 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
* | Prepare for release. | Steven Knight | 2001-12-24 | 1 | -3/+0 |
|
|
* | Create the Script directory | Steven Knight | 2001-12-21 | 1 | -1/+2 |
|
|
* | Fix setup.py so it doesn't require an argument. | Steven Knight | 2001-12-17 | 1 | -2/+5 |
|
|