| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the Copyright years to include 2004. | Steven Knight | 2004-01-07 | 1 | -2/+2 |
|
|
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 1 | -1/+8 |
|
|
* | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -8/+1 |
|
|
* | Python 1.5.2 portability in the previous script fix. | Steven Knight | 2003-10-12 | 2 | -6/+10 |
|
|
* | More flexible RPM building. (Gerard Patel) Have scripts look for the build ... | Steven Knight | 2003-10-12 | 3 | -4/+14 |
|
|
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 1 | -66/+134 |
|
|
* | New sconsign script fixes: print timestamp values correctly (Chad Austin); a... | Steven Knight | 2003-07-20 | 1 | -5/+14 |
|
|
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 3 | -2/+239 |
|
|
* | Fix the scons.bat file for the new library packaging. | Steven Knight | 2003-02-10 | 1 | -2/+2 |
|
|
* | Fix case-sensitive packaging problem on Win32. | Steven Knight | 2003-02-07 | 1 | -19/+44 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 3 | -3/+3 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 3 | -3/+3 |
|
|
* | Package a standalone scons-local package. | Steven Knight | 2002-12-04 | 1 | -6/+10 |
|
|
* | Supply more specific version info, including build date. | Steven Knight | 2002-06-18 | 1 | -2/+12 |
|
|
* | Improve the scons.bat script. (Alex Jacques) | Steven Knight | 2002-04-30 | 1 | -2/+13 |
|
|
* | Initialize the new branch. | Steven Knight | 2002-02-25 | 1 | -0/+4 |
|
|
* | Bring CVS in sync with Aegis: Add missing .aeignore files. | Steven Knight | 2002-02-06 | 1 | -0/+5 |
|
|
* | Support installation in arbitrary --prefix values. | Steven Knight | 2002-01-30 | 1 | -4/+21 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 3 | -3/+3 |
|
|
* | Add /usr/local/scons* to sys.path. | Steven Knight | 2001-12-29 | 1 | -2/+11 |
|
|
* | Make SCONS_LIB_DIR actually work | Steven Knight | 2001-12-17 | 1 | -1/+1 |
|
|
* | Fix the comment at the top of the scons.bat file. | Steven Knight | 2001-12-14 | 1 | -1/+1 |
|
|
* | Change packaging to the new /usr/lib/scons/ scheme | Steven Knight | 2001-11-28 | 3 | -10/+24 |
|
|
* | Move most of the code from the scons script into a SCons module. | Steven Knight | 2001-11-27 | 1 | -638/+16 |
|
|
* | Add the scons package. | Steven Knight | 2001-11-16 | 6 | -9/+178 |
|
|
* | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 1 | -9/+14 |
|
|
* | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 1 | -3/+3 |
|
|
* | Make up-to-date messages get printed out in the correct order Mark II | Steven Knight | 2001-10-26 | 1 | -11/+10 |
|
|
* | Support building (sub)directories. | Steven Knight | 2001-10-25 | 1 | -30/+32 |
|
|
* | Add -k support and more | Steven Knight | 2001-10-24 | 1 | -11/+15 |
|
|
* | Portability fixes for tests on Windows Nt. | Steven Knight | 2001-10-17 | 1 | -0/+5 |
|
|
* | Remove the Node.derived attribute. | Steven Knight | 2001-10-15 | 1 | -1/+1 |
|
|
* | Add the Library() method. | Steven Knight | 2001-10-11 | 1 | -1/+1 |
|
|
* | Add -i (ignore errors) support | Steven Knight | 2001-10-10 | 1 | -15/+23 |
|
|
* | Add support for -c (clean targets). | Steven Knight | 2001-10-09 | 1 | -8/+22 |
|
|
* | Use the Node Walker to build dependencies in order. | Steven Knight | 2001-10-05 | 1 | -27/+22 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 3 | -1/+46 |
|
|
* | Fix various bugs caused by Python 2.1 | Steven Knight | 2001-10-02 | 1 | -1/+1 |
|
|
* | Handle build errors. | Steven Knight | 2001-10-02 | 1 | -2/+6 |
|
|
* | Pass in the signature Calculator to the Taskmaster. | Steven Knight | 2001-10-01 | 1 | -33/+12 |
|
|
* | Add a test for unknown options (both short and long). | Steven Knight | 2001-09-29 | 1 | -4/+9 |
|
|
* | Add support for SCONSFLAGS. | Steven Knight | 2001-09-26 | 1 | -38/+69 |
|
|
* | Have SCons report when something is up-to-date. | Steven Knight | 2001-09-21 | 1 | -2/+25 |
|
|
* | rebuild in response to changed .c file | Steven Knight | 2001-09-21 | 1 | -3/+9 |
|
|
* | Error message if no SConstruct file. | Steven Knight | 2001-09-21 | 1 | -6/+8 |
|
|
* | Install scons, not scons.py | Steven Knight | 2001-09-20 | 2 | -2/+2 |
|
|
* | Cygwin portability fixes for Windows NT builds. | Steven Knight | 2001-09-20 | 1 | -1/+9 |
|
|
* | Add support for Default() targets. | Steven Knight | 2001-09-20 | 1 | -0/+9 |
|
|
* | Clean up the Node.FS class. | Steven Knight | 2001-09-19 | 1 | -4/+1 |
|
|
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 2 | -2/+2 |
|
|