summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script
Commit message (Expand)AuthorAgeFilesLines
* Improve invalid --config value handling for multiple choices:anatoly techtonik2014-12-281-8/+8
* Split __VERSION__ string in EnsureSConsVersion to avoid replacementanatoly techtonik2014-09-261-1/+2
* - fix for issue #2971 (Interactive build doesn't work anymore)Dirk Baechle2014-09-271-1/+8
* Do not fail on EnsureSConsVersion when running from checkoutanatoly techtonik2014-08-111-0/+4
* Speed up SCons execution by creating DefaultEnvironment foranatoly techtonik2014-06-011-1/+5
* Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
* - switched argument type of fs_delete and _clean_targets to bool (was int bef...Dirk Baechle2014-04-281-4/+4
* - fixed NoClean for multi-target buildersDirk Baechle2014-04-271-25/+29
* Switch unit tests to configurable runneranatoly techtonik2014-03-211-2/+4
* Merged in dirkbaechle/scons (pull request #103)Gary Oberbrunner2014-03-082-3/+3
|\
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-192-3/+3
* | - fixed the handling of long options in the command-line parsing (#2929)Dirk Baechle2014-02-081-1/+66
|/
* Added release_target_info() to File nodes, reduces memory consumption.Dirk Baechle2013-12-191-0/+1
* Merge pull request #88 (for real this time). Prev commit was actually #87.Gary Oberbrunner2013-11-022-28/+48
|\
| * Merged scons/scons into defaultTom Tanner2013-10-301-1/+4
| |\
| * | Revert stdout/stderr to the initial ones in a few places.Tom Tanner2013-10-011-4/+13
| * | Added stack dump on build errorTom Tanner2013-10-011-5/+6
| * | support for --cache-readonlyTom Tanner2013-10-012-0/+8
| * | Allow multiple options with --debugTom Tanner2013-09-301-19/+21
* | | Merged scons/scons into defaultTom Tanner2013-10-301-1/+4
|\ \ \ | | |/ | |/|
| * | - now counting instances only when requested via --debug=countDirk Baechle2013-10-251-1/+4
| |/
* | Fix names in several places and refer to the .PHONY commandTom Tanner2013-10-071-5/+9
* | Added Pseudo command to environment and tests. If a target is declared asTom Tanner2013-09-301-1/+16
* | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-0/+1
|/
* - switched to different schemaLocation URIDirk Baechle2013-05-032-2/+2
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-032-54/+222
* Added note in Announce.txt re: deprecating python versions older than 2.7.Gary Oberbrunner2013-03-031-13/+14
* Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
* Removed some pre-Python 2.4 compatibility codeanatoly techtonik2012-12-071-7/+2
* Add hints about valid choices to error messages from option parseranatoly techtonik2012-12-071-6/+12
* Hide deprecated --debug={dtree,stree,tree} from --help outputanatoly techtonik2012-11-221-10/+11
* Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-221-1/+1
* Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-181-1/+1
* fix for issue 2976edA-qa mort-ora-y2012-05-051-1/+2
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-012-1/+3
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-012-1/+3
* Change the -l, --load-average, --max-load option to take a float valueRobert Managan2010-09-221-1/+1
* Fix <variablelist> formatting in some new function definitions: make someSteven Knight2010-08-021-78/+156
* Print the path to the SCons package in use in scons --versionGary Oberbrunner2010-07-281-0/+5
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-221-78/+78
* Move the authoritative source for functions from the man page to variousSteven Knight2010-07-212-0/+1141
* cleanup .cvsignore garbageAnatoly Techtonik2010-07-051-1/+0
* Set module metadata for site_scons/site_init.py files. From Arve Knudsen; cl...Gary Oberbrunner2010-07-041-2/+14
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-041-6/+56
* Prepare for checkpoint release. Everything should be set up and readyGreg Noel2010-05-301-5/+5
* Start the deprecation cycle for the BuildDir() method and the build_dirGreg Noel2010-05-262-16/+6
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-1/+1
* Commit old-style classes in Node/__init__.py to new-style classes.Steven Knight2010-05-161-5/+3
* Convert old-style classes in Script/SConscript.py to new-style classes.Steven Knight2010-05-141-2/+2
* Convert old-style classes in Script/Main.py to new-style classes.Steven Knight2010-05-141-5/+5