summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix -U when no Default() targets are specified.Steven Knight2003-03-231-1/+4
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+11
|
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-141-0/+2
| | | | pointing to an SConstruct file using -f.
* 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 ↵Steven Knight2003-02-261-4/+4
| | | | to SConscript(). (Charles Crain)
* Add the --random option.Steven Knight2003-02-061-5/+20
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-051-0/+2
| | | | everything in (or below) the current directory.
* 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 ↵Steven Knight2002-12-191-26/+3
| | | | moving exception handling into the Taskmaster.Task class.
* Refactor action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-6/+26
| | | | Taskmaster.Task class, not Node.build().
* Make the 'Do not know how to build' error message catch more cases. ↵Steven Knight2002-12-161-29/+34
| | | | (Anthony Roach)
* 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 ↵Steven Knight2002-11-271-0/+6
| | | | build, and when a nonexistent drive letter is used on Win32.
* 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 ↵Steven Knight2002-09-301-8/+24
| | | | we're building targets.
* 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 ↵Steven Knight2002-08-311-0/+4
| | | | Default() targets.
* Add a decent error message for corrupted .sconsign files (Bug 579666). ↵Steven Knight2002-08-051-0/+1
| | | | (Anthony Roach)
* 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
| | | | SetBuildSignatureType() function. (Anthony Roach)
* 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
|