summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Add functions for getting and setting the number of jobs. (Anthony Roach)Steven Knight2002-12-102-3/+23
* 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
* Document Repository and other methods, plus some added documentation to SCons...Steven Knight2002-11-131-8/+8
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-0/+1
* Add the ParseConfig() method. (Steve Leblanc)Steven Knight2002-11-121-1/+2
* 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-042-5/+23
* 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
* Fix some file headers. (Charles Crain)Steven Knight2002-10-151-1/+1
* Allow new ReadingSteven Knight2002-10-141-13/+33
* Add Python and SCons version checking functions. (Anthony Roach)Steven Knight2002-10-101-0/+25
* Add output to tell people when we're reading SConscript files versus when we'...Steven Knight2002-09-302-14/+29
* Add customizable variable helper. (Anthony Roach)Steven Knight2002-09-261-0/+6
* 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 Local() functionality to Repository support.Steven Knight2002-08-061-0/+9
* 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-292-6/+6
* Repository support (first cut).Steven Knight2002-07-172-4/+19
* Add --implicit-deps-changed. (Anthony Roach)Steven Knight2002-07-141-0/+9
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-122-0/+24
* 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
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-0/+5
* 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-202-0/+5
* Supply more specific version info, including build date.Steven Knight2002-06-181-3/+14
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-152-2/+10
* Differentiate help text for -D, -u and -U.Steven Knight2002-06-081-12/+24
* Changes from Charles Crain.Steven Knight2002-06-051-23/+79
* Print an error message if a file can't be unlinked before being built, rather...Steven Knight2002-06-051-0/+3
* Add --debug=time option. (Anthony Roach)Steven Knight2002-05-231-0/+29
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-3/+2
* Add a Platform() method.Steven Knight2002-05-091-0/+2
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-5/+29
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to SCon...Steven Knight2002-05-021-1/+4
* Add a Split() function (like argmunge()) in anticipation of removing the auto...Steven Knight2002-05-021-0/+1
* Add 'dirs' and 'names' keyword arguments to SConscript for easier specificati...Steven Knight2002-04-291-36/+87
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-0/+2
* Fix importing of modules from the SConscript directory (Anthony Roach)Steven Knight2002-04-161-1/+9
* Change the meaning of -U, and made -D work like -U used to. (Anthony Roach)Steven Knight2002-04-111-6/+21
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-3/+5