Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some misspellings, remove repeated: and | Piotr Kasprzyk | 2018-07-20 | 2 | -4/+4 |
| | | | | Signed-off-by: Piotr Kasprzyk <ciri@ciri.pl> | ||||
* | Fix typos from issue 3194 | Mats Wichmann | 2018-07-17 | 1 | -3/+3 |
| | | | | | | https://github.com/SCons/scons/issues/3149 Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | typo | Hao Wu | 2018-07-11 | 1 | -1/+1 |
| | | | credit: https://stackoverflow.com/questions/39856184/does-scons-customized-decider-function-require-to-be-class-member | ||||
* | Fix invalid xml entities in docs | Mats Wichmann | 2018-04-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Added in support for Sconstruct.py | grbd | 2018-04-15 | 3 | -2/+8 |
| | |||||
* | Added sconstruct.py lowercase | grbd | 2018-04-02 | 3 | -9/+14 |
| | |||||
* | updates to docs for SConstruct.py | grbd | 2018-04-02 | 3 | -6/+11 |
| | |||||
* | Fix running my_command example script in example | William Deegan | 2018-02-19 | 11 | -35/+50 |
| | |||||
* | Remove duplicate example. Likely caused by bad merge | William Deegan | 2018-02-19 | 5 | -52/+38 |
| | | | | Fixes #2983 | ||||
* | Fix nested list formatting in manpage | Mats Wichmann | 2017-12-21 | 1 | -11/+24 |
| | | | | | | | | | The definition of the list term "--debug=list" contains a list of its own; the list tiems in this list need to have their text contents wrapped in paragraph tags. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Remove unused warnings from the man page and Warnings.py | Andrew Featherstone | 2017-12-03 | 1 | -11/+0 |
| | | | | This warning was never used in the code. | ||||
* | Remove testing for hashlib and corresponding support for command line options. | Andrew Featherstone | 2017-12-02 | 1 | -9/+0 |
| | | | | hashlib is part of the standard library since Python 2.5, and SCons supports Python 2.7 and later. | ||||
* | Regenerated docs for 3.0.1 release. | William Deegan | 2017-11-14 | 3 | -22/+6 |
| | |||||
* | Fixed print statement to work with py2/3 | William Deegan | 2017-11-14 | 4 | -24/+24 |
| | |||||
* | Regenerated docs for 3.0.1 release. | William Deegan | 2017-11-14 | 20 | -114/+255 |
| | |||||
* | Doc updates | William Deegan | 2017-11-14 | 2 | -21/+21 |
| | |||||
* | Add printing time processing each SConscript when --debug=time is specified ↵ | William Deegan | 2017-10-20 | 1 | -9/+14 |
| | | | | on command line | ||||
* | Fix logic which was broken by automatic fixers. the sort parameter to ↵ | William Deegan | 2017-10-11 | 1 | -1/+3 |
| | | | | GenerateHelpText() is now actually called. | ||||
* | Simplify main SConstruct. Remove deb and rpm and win executable package ↵ | William Deegan | 2017-10-04 | 1 | -1/+2 |
| | | | | creation as we're moving to pip install being the main install path. | ||||
* | fix spelling for emitter | William Deegan | 2017-09-24 | 1 | -2/+2 |
| | |||||
* | addition to user docs | grbd | 2017-09-24 | 2 | -3/+113 |
| | |||||
* | Regenerated docs for 3.0.0 release. | William Deegan | 2017-09-18 | 12 | -26/+212 |
| | |||||
* | merge | William Deegan | 2017-08-21 | 3 | -3/+11 |
|\ | |||||
| * | Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵ | William Deegan | 2017-08-20 | 2 | -2/+10 |
| | | | | | | | | could not be passed to SetOption | ||||
| * | Fix Bug #3020 - Download link in user guide broken. python setup.py install ↵ | William Deegan | 2017-08-19 | 1 | -1/+1 |
| | | | | | | | | --version-lib broken. Now fixed | ||||
* | | merge default | William Deegan | 2017-08-19 | 9 | -2/+264 |
|\ \ | |/ | |||||
| * | Added fixes for docs / nested test for use of sys.path in toolpath | grbd | 2017-08-04 | 1 | -18/+31 |
| | | |||||
| * | Added docs for use of the PyPackageDir function | grbd | 2017-08-03 | 8 | -2/+111 |
| | | |||||
| * | removed ENV = os.environ from the examples | grbd | 2017-08-02 | 1 | -4/+4 |
| | | |||||
| * | Update to user manual on how to use sys.path for toolpath, and toolpath in ↵ | grbd | 2017-08-01 | 2 | -47/+124 |
| | | | | | | | | | | | | general also small update to tests | ||||
| * | Updated the documentation for nested tools located within subdirs | grbd | 2017-06-19 | 2 | -0/+63 |
| | | |||||
* | | merge | William Deegan | 2017-06-14 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | changes to prep for 3.0.0 alpha | William Deegan | 2017-06-14 | 1 | -2/+2 |
| | | |||||
* | | updates from build machine | William Deegan | 2017-06-14 | 236 | -365/+334 |
|/ | |||||
* | updates to example outputs | William Deegan | 2017-06-14 | 232 | -299/+330 |
| | |||||
* | Fix doc breakage for D tools. Refer to Russel Windsor for full fix. Several ↵ | William Deegan | 2017-06-14 | 6 | -185/+346 |
| | | | | cvars were referred to but deleted in [ 4157:a305db2fec15 Russel Winder <russel@winder.org.uk> 2017-04-21 10:55 First cut at proper documentation for the D tools. ] | ||||
* | Remove ancient Aegis revision control system files | Jane Doe | 2017-05-30 | 6 | -25/+0 |
| | |||||
* | Update docs to remove deprecated sourcecode tools | William Deegan | 2017-03-20 | 24 | -745/+141 |
| | |||||
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 7 | -116/+8 |
| | |||||
* | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 8 | -70/+70 |
| | |||||
* | Fix documentation example output to match actual output (Fix #2788) | Gaurav Juvekar | 2017-01-28 | 1 | -5/+5 |
| | |||||
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 8 | -37/+47 |
|\ | |||||
| * | updated copyright on manpage. TODO: fix update-release-files.sh to do this ↵ | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | | | | | | | | automatically | ||||
| * | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | | |||||
| * | Regenerated docs for 2.5.0 release | William Deegan | 2016-04-09 | 6 | -33/+33 |
| | | |||||
| * | Merged in thosrtanner/scons-cache-name (pull request #302) | William Deegan | 2016-04-08 | 1 | -0/+10 |
| |\ | | | | | | | | | | Change the cache to use 2-character directories rather than one. Also makes a lot more tests run on windows | ||||
| | * | Cleanup of code/comments and rename and rewrite of upgrade script | Thomas Tanner | 2016-03-19 | 1 | -3/+3 |
| | | | |||||
| | * | Update to produce warning message. | Thomas Tanner | 2016-03-13 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | This also means an existing empty cache directory will be treated as v2 (which is probably a good idea...) | ||||
* | | | Resolved conflicting merge. | Russel Winder | 2016-03-01 | 11 | -38/+45 |
|\ \ \ | |/ / | |||||
| * | | Issue 2959: Corrected typo in User Guide for Scanner keyword. | William Blevins | 2016-02-19 | 1 | -1/+1 |
| | | |