summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Script/SConsOptions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could...William Deegan2017-08-201-0/+1
* Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu...William Deegan2017-03-101-1/+14
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-58/+12
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-49/+3
| * fix spelling mistakes found by debian lintian tool list here: https://lintian...William Deegan2015-09-281-1/+1
| * Improve invalid --config value handling for multiple choices:anatoly techtonik2014-12-281-8/+8
* | Merged with [default]Stefan Zimmermann2014-03-311-1/+66
|\ \ | |/
| * - fixed the handling of long options in the command-line parsing (#2929)Dirk Baechle2014-02-081-1/+66
* | Merged with [default]Stefan Zimmermann2014-03-311-19/+28
|\ \ | |/
| * support for --cache-readonlyTom Tanner2013-10-011-0/+7
| * Allow multiple options with --debugTom Tanner2013-09-301-19/+21
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+1
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-4/+4
|/
* 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
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-011-1/+1
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-011-1/+1
* Change the -l, --load-average, --max-load option to take a float valueRobert Managan2010-09-221-1/+1
* Update deprecated features to the next life-cycle stageGreg Noel2010-05-211-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-6/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-10/+10
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-16/+16
* Better fix for #2530: dont exit at all on unimplemented options, just print a...Gary Oberbrunner2009-12-161-2/+0
* Integrated patch for bug 2530: SCons should not exit with 0 (success) on unim...Gary Oberbrunner2009-12-151-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Issue 1646: Block-wise signature computation for large filesLudwig Hähne2008-09-281-0/+13
* Evaluate compat module transparently when SCons is instantiatedGreg Noel2008-09-111-2/+0
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-29/+40
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-18/+33
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-2/+21
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-2/+67
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-0/+819