summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | engine in the site-packages subdirectory as wel. (Charles Crain)
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-66/+134
|
* New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵Steven Knight2003-07-201-5/+14
| | | | add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -.
* 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
|
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-171-1/+1
|
* Fix the comment at the top of the scons.bat file.Steven Knight2001-12-141-1/+1
|
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-283-10/+24
|
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-271-638/+16
|
* Add the scons package.Steven Knight2001-11-166-9/+178
|
* Handle SConscript files in subdirectories.Steven Knight2001-10-291-9/+14
|
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-3/+3
|
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-261-11/+10
|
* Support building (sub)directories.Steven Knight2001-10-251-30/+32
|
* Add -k support and moreSteven Knight2001-10-241-11/+15
|
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-0/+5
|
* Remove the Node.derived attribute.Steven Knight2001-10-151-1/+1
|
* Add the Library() method.Steven Knight2001-10-111-1/+1
|
* Add -i (ignore errors) supportSteven Knight2001-10-101-15/+23
|
* Add support for -c (clean targets).Steven Knight2001-10-091-8/+22
|
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-051-27/+22
|
* Updating licensing.Steven Knight2001-10-033-1/+46
|
* Fix various bugs caused by Python 2.1Steven Knight2001-10-021-1/+1
|
* Handle build errors.Steven Knight2001-10-021-2/+6
|
* Pass in the signature Calculator to the Taskmaster.Steven Knight2001-10-011-33/+12
|
* Add a test for unknown options (both short and long).Steven Knight2001-09-291-4/+9
|
* Add support for SCONSFLAGS.Steven Knight2001-09-261-38/+69
|
* Have SCons report when something is up-to-date.Steven Knight2001-09-211-2/+25
|
* rebuild in response to changed .c fileSteven Knight2001-09-211-3/+9
|
* Error message if no SConstruct file.Steven Knight2001-09-211-6/+8
|
* Install scons, not scons.pySteven Knight2001-09-202-2/+2
|
* Cygwin portability fixes for Windows NT builds.Steven Knight2001-09-201-1/+9
|
* Add support for Default() targets.Steven Knight2001-09-201-0/+9
|
* Clean up the Node.FS class.Steven Knight2001-09-191-4/+1
|
* Add automatic substitution on filename lines.Steven Knight2001-09-172-2/+2
|
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-173-0/+576