summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
...
* 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-052-2/+9
* Add CacheDir support.Steven Knight2003-02-032-12/+20
* 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
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-0/+13
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-203-4/+4
* Update Copyright years.Steven Knight2003-01-163-4/+4
* Fix bug in Clean() functionality. (Steve Leblanc)Steven Knight2003-01-161-4/+9
* 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-272-13/+29
* 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-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