summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+11
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-0/+2
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-4/+8
* Don't eat scanner exceptions.Steven Knight2003-03-031-0/+2
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-4/+4
* Add the --random option.Steven Knight2003-02-061-5/+20
* Change the default behavior when no arguments are specified to building every...Steven Knight2003-02-051-0/+2
* Add CacheDir support.Steven Knight2003-02-031-12/+19
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-5/+13
* Fix a bug when -c is used with -n. (Steve Leblanc)Steven Knight2003-01-251-2/+3
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-2/+2
* Update Copyright years.Steven Knight2003-01-161-2/+2
* Necessary changes towards supporting Jython.Steven Knight2003-01-151-1/+5
* Add --debug-includes. (Anthony Roach)Steven Knight2003-01-141-2/+11
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-1/+0
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-6/+6
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-0/+1
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-14/+12
* Implement the Clean() function.Steven Knight2002-12-271-13/+12
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-26/+3
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-6/+26
* Make the 'Do not know how to build' error message catch more cases. (Anthony...Steven Knight2002-12-161-29/+34
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-4/+4
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-101-3/+9
* Prevent -n from unlinking files.Steven Knight2002-12-051-0/+1
* Serialize calls to Node.prepare() (Anthony Roach)Steven Knight2002-11-271-31/+33
* Provide graceful failures when a source file doesn't exist and can't be build...Steven Knight2002-11-271-0/+6
* Make building source files fail like Make.Steven Knight2002-11-231-0/+2
* Make Default(source) and -U fail gracefully. (Anthony Roach)Steven Knight2002-11-221-2/+8
* Refactor command-line parsing. (Steve Leblanc)Steven Knight2002-11-061-659/+424
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-041-4/+9
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-3/+2
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-2/+3
* Allow new ReadingSteven Knight2002-10-141-13/+33
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-301-8/+24
* Windows portabilitySteven Knight2002-09-251-0/+2
* Warn when -c can't remove a file.Steven Knight2002-09-091-17/+9
* Win32 portability: Fix error status passing back when calling sys.exit().Steven Knight2002-09-071-2/+3
* Provide a message if there are no command-line targets specified and no Defau...Steven Knight2002-08-311-0/+4
* Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...Steven Knight2002-08-051-0/+1
* Make -U be case insensitive on Win32 (Bug 589292) (Anthony Roach)Steven Knight2002-08-051-2/+4
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-1/+1
* Repository support (first cut).Steven Knight2002-07-171-1/+15
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-0/+9
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-121-0/+9
* Fix scons -v on win32. (Anthony Roach)Steven Knight2002-07-121-5/+10
* Use the correct prefix for pdb.py. (Terrel Shumway)Steven Knight2002-07-121-2/+2
* Add support for side effect targets. (Anthony Roach)Steven Knight2002-07-041-2/+2
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+3
* Supply more specific version info, including build date.Steven Knight2002-06-181-3/+14