summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | 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
|
* Allow build directories outside the SConstruct tree; add a FindFile() ↵Steven Knight2002-07-101-0/+5
| | | | function to search for files with a specified name; add to the shared-object g++ and gcc command lines. (Charles Crain)
* 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, ↵Steven Knight2002-06-051-0/+3
| | | | rather than just silently terminating the build. (Anthony Roach)
* 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, ↵Steven Knight2002-05-061-5/+29
| | | | unless the builder is marked as multicall safe. (Anthony Roach)
* Fix a bug that caused BuildDir(duplicate=1) along with passing a Node to ↵Steven Knight2002-05-021-1/+4
| | | | SConscript() to act as if BuildDir() wasn't used.
* Add a Split() function (like argmunge()) in anticipation of removing the ↵Steven Knight2002-05-021-0/+1
| | | | automatic white-space splitting from Builders in 0.08.
* Add 'dirs' and 'names' keyword arguments to SConscript for easier ↵Steven Knight2002-04-291-36/+87
| | | | specification of subsidiary SConscript files. (Chad Austin)
* 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. ↵Steven Knight2002-04-111-3/+5
| | | | (Anthony Roach)
* Change to SConscript directory when reading it. (Steve Leblanc)Steven Knight2002-04-111-0/+15
|
* Implement implicit dependency caching.Steven Knight2002-04-111-8/+17
|
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-1/+17
|
* Fix various problems with --profile (Anthony Roach)Steven Knight2002-04-051-3/+7
|
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-2/+13
|
* Make -c work with -n: don't remove the files!Steven Knight2002-03-311-1/+8
|
* Add WhereIs() functionality.Steven Knight2002-03-271-1/+2
|
* Add support for target Aliases.Steven Knight2002-03-251-3/+5
|
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its ↵Steven Knight2002-03-241-3/+2
| | | | name.
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-1/+1
|
* Add a --profile=file option.Steven Knight2002-03-121-0/+9
|
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-3/+15
|
* Changes to the CommandGenerator functionality. (Charles Crain)Steven Knight2002-03-081-0/+1
|
* Add the -q option.Steven Knight2002-02-211-1/+15
|
* Fix the --debug=pdb option on Windows.Steven Knight2002-02-211-9/+7
|
* Remove all built targets even if some don't exist.Steven Knight2002-02-211-3/+10
|
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-20/+64
|
* Filter out a file's ignore list from all of its dependencies, direct or ↵Steven Knight2002-02-121-1/+1
| | | | indirect.
* Allow the exported variables in an SConscript() call to be a UserList, too.Steven Knight2002-02-101-4/+6
|
* Create all of the directories for a target list before trying to build the ↵Steven Knight2002-02-101-0/+1
| | | | targets.
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-2/+5
|
* Make scons return an error code (Anthony Roach)Steven Knight2002-02-041-1/+4
|
* Flush sys.stdout after every write() so it intermixes properly with ↵Steven Knight2002-01-311-0/+11
| | | | sys.stderr when redirected.
* Update Copyright lines for the new year.Steven Knight2002-01-293-4/+4
|
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-271-1/+15
|
* Fix for previous Tasks change.Steven Knight2002-01-271-8/+12
|
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-4/+12
|