Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve invalid --config value handling for multiple choices: | anatoly techtonik | 2014-12-28 | 1 | -8/+8 |
| | | | | | | | | | | | | | Changes output of `scons --config` from: usage: scons [OPTION] [TARGET] ... SCons Error: --config option requires an argument To: usage: scons [OPTION] [TARGET] ... SCons Error: --config option requires an argument (choose from auto, force, cache) | ||||
* | Split __VERSION__ string in EnsureSConsVersion to avoid replacement | anatoly techtonik | 2014-09-26 | 1 | -1/+2 |
| | | | | | during package build process. This fixes SCons warning that it runs in development mode. | ||||
* | - fix for issue #2971 (Interactive build doesn't work anymore) | Dirk Baechle | 2014-09-27 | 1 | -1/+8 |
| | |||||
* | Do not fail on EnsureSConsVersion when running from checkout | anatoly techtonik | 2014-08-11 | 1 | -0/+4 |
| | |||||
* | Speed up SCons execution by creating DefaultEnvironment for | anatoly techtonik | 2014-06-01 | 1 | -1/+5 |
| | | | | SCons.SConf.CreateConfigHBuilder only if necessary. | ||||
* | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | - switched argument type of fs_delete and _clean_targets to bool (was int ↵ | Dirk Baechle | 2014-04-28 | 1 | -4/+4 |
| | | | | before) | ||||
* | - fixed NoClean for multi-target builders | Dirk Baechle | 2014-04-27 | 1 | -25/+29 |
| | |||||
* | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+4 |
| | |||||
* | Merged in dirkbaechle/scons (pull request #103) | Gary Oberbrunner | 2014-03-08 | 2 | -3/+3 |
|\ | | | | | | | Documentation editor configuration for XXE5 | ||||
| * | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 2 | -3/+3 |
| | | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE | ||||
* | | - fixed the handling of long options in the command-line parsing (#2929) | Dirk Baechle | 2014-02-08 | 1 | -1/+66 |
|/ | |||||
* | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 1 | -0/+1 |
| | |||||
* | Merge pull request #88 (for real this time). Prev commit was actually #87. | Gary Oberbrunner | 2013-11-02 | 2 | -28/+48 |
|\ | | | | | | | | | | | | | * Allow multiple options to be specified with --debug=a,b,c * Add support for a readonly cache (--cache-readonly) * Always print stats if requested * Generally try harder to print out a message on build errors | ||||
| * | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+4 |
| |\ | |||||
| * | | Revert stdout/stderr to the initial ones in a few places. | Tom Tanner | 2013-10-01 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | There are some situations where scons error messages can just disappear, and sometimes it's because a build rule or an SConscript or something has temporarily redirected stdout/stderr. | ||||
| * | | Added stack dump on build error | Tom Tanner | 2013-10-01 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | Added message if nothing found to build Always produce profile stats, no matter what sort of exit Print message if you drop out with a build error | ||||
| * | | support for --cache-readonly | Tom Tanner | 2013-10-01 | 2 | -0/+8 |
| | | | | | | | | | | | | Setting this will fetch data from the cache but won't update it. | ||||
| * | | Allow multiple options with --debug | Tom Tanner | 2013-09-30 | 1 | -19/+21 |
| | | | |||||
* | | | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+4 |
|\ \ \ | | |/ | |/| | |||||
| * | | - now counting instances only when requested via --debug=count | Dirk Baechle | 2013-10-25 | 1 | -1/+4 |
| |/ | |||||
* | | Fix names in several places and refer to the .PHONY command | Tom Tanner | 2013-10-07 | 1 | -5/+9 |
| | | | | | | | | in the documentation. | ||||
* | | Added Pseudo command to environment and tests. If a target is declared as | Tom Tanner | 2013-09-30 | 1 | -1/+16 |
| | | | | | | | | Pseudo, it must NOT exist after the build rule is executed. | ||||
* | | Addition of warning if build doesn't build expected targets. | Tom Tanner | 2013-09-26 | 1 | -0/+1 |
|/ | | | | Added option to runtest.py to stop on first error | ||||
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 2 | -2/+2 |
| | |||||
* | - rewrote all tool/builder docs to new SCons XSD | Dirk Baechle | 2013-05-03 | 2 | -54/+222 |
| | |||||
* | Added note in Announce.txt re: deprecating python versions older than 2.7. | Gary Oberbrunner | 2013-03-03 | 1 | -13/+14 |
| | | | | Fixed deprecation warning message. (Includes some whitespace cleanup) | ||||
* | Raised deprecated python version to be anything less than 2.7 to prep for ↵ | William Deegan | 2013-02-22 | 1 | -1/+1 |
| | | | | moving the required version to 2.7 after the next major release | ||||
* | Removed some pre-Python 2.4 compatibility code | anatoly techtonik | 2012-12-07 | 1 | -7/+2 |
| | |||||
* | Add hints about valid choices to error messages from option parser | anatoly techtonik | 2012-12-07 | 1 | -6/+12 |
| | |||||
* | Hide deprecated --debug={dtree,stree,tree} from --help output | anatoly techtonik | 2012-11-22 | 1 | -10/+11 |
| | |||||
* | Merged pull request #38, from eyan: add target name to debug=time | Gary Oberbrunner | 2012-09-22 | 1 | -1/+1 |
| | | | | Fixes #2873. | ||||
* | Adding target name to output of --debug=time. Fix for Issue 2873 | Edmund Yan | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | fix for issue 2976 | edA-qa mort-ora-y | 2012-05-05 | 1 | -1/+2 |
| | |||||
* | New debug option --debug=duplicate to debug Variant-dir duplication | Gary Oberbrunner | 2011-03-01 | 2 | -1/+3 |
| | |||||
* | New debug option --debug=prepare to watch targets being prepared | Gary Oberbrunner | 2011-03-01 | 2 | -1/+3 |
| | |||||
* | Change the -l, --load-average, --max-load option to take a float value | Robert Managan | 2010-09-22 | 1 | -1/+1 |
| | | | | instead of an integer. | ||||
* | Fix <variablelist> formatting in some new function definitions: make some | Steven Knight | 2010-08-02 | 1 | -78/+156 |
| | | | | | overlooked terms <literal>, and rearrange tags so the regular expression substitution in bin/scons-proc.py match them. | ||||
* | Print the path to the SCons package in use in scons --version | Gary Oberbrunner | 2010-07-28 | 1 | -0/+5 |
| | |||||
* | Add the generated function documentation to the User's Guide as an appendix. | Steven Knight | 2010-07-22 | 1 | -78/+78 |
| | | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input. | ||||
* | Move the authoritative source for functions from the man page to various | Steven Knight | 2010-07-21 | 2 | -0/+1141 |
| | | | | | | .xml files (some new, some updated) next to the modules that implement them. Generate the man page using the output generated from the .xml file by bin/scons-proc.py. | ||||
* | cleanup .cvsignore garbage | Anatoly Techtonik | 2010-07-05 | 1 | -1/+0 |
| | |||||
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵ | Gary Oberbrunner | 2010-07-04 | 1 | -2/+14 |
| | | | | closes issue 2520. | ||||
* | Add all the per-system and per-user site_scons dirs, per discussion in SEP 002. | Gary Oberbrunner | 2010-07-04 | 1 | -6/+56 |
| | |||||
* | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | to go. Update various files to have the correct date, time, version, and floor. Rework Script/Main.py and QMTest/TestSCons.py to make automated updating possible in the future. Remove a duplicate MANIFEST-xml.in entry. Fix TeX tests, which ran 'kpsewitch' before determining if the TeX tools were installed. | ||||
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 2 | -16/+6 |
| | | | | | | | | | | | | | | | | | | | | | | keyword parameter. Several existing tests were still using BuildDir() or build_dir; they were converted to use VariantDir() and variant_dir. New tests were added to validate that the --warn=deprecated-build-dir option and the SetOption method did the right thing. This led to the discovery that a commonly-used test pattern provided by the infrastructure gobbled up too much, causing tests to succeed when they should have failed. Fixing the pattern led to other tests needing to be fixed. In the process, it was discovered that the SCONSFLAG environment variable was not getting correctly reset to its original value. Fixing this also caused additional tests to misbehave, requiring them to be updated. And test/Sig.py, which tests the deprecated SCons.Sig module, was moved to the test/Deprecated directory. All in all, quite a lot of action for what was supposed to be a simple change. | ||||
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -1/+1 |
| | |||||
* | Commit old-style classes in Node/__init__.py to new-style classes. | Steven Knight | 2010-05-16 | 1 | -5/+3 |
| | | | | | Fix a ripple-effect in Script/Main.py by using obj.__class__.__name_ to, uh, fetch the name of a class. | ||||
* | Convert old-style classes in Script/SConscript.py to new-style classes. | Steven Knight | 2010-05-14 | 1 | -2/+2 |
| | |||||
* | Convert old-style classes in Script/Main.py to new-style classes. | Steven Knight | 2010-05-14 | 1 | -5/+5 |
| |