Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix logic to include Platfrom/virtualenv.py in doc build | William Deegan | 2018-12-05 | 1 | -1/+3 |
| | |||||
* | PR #3238: sconsign manpage wording for unknown format. | Mats Wichmann | 2018-12-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Some fixes to sconsign | Mats Wichmann | 2018-12-01 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Two locations which attempt to directly print an item tipped over on py3, so they now decode(). There seem to be cases where implicit dependencies do not have signatures, so instead of looping through the dep list and indexing into the signature list (IndexError), the two lists are now zipped, which means nothing is printed, but sconsign does not die (the zip technique is used in FS.py in the engine). Minor PEP8 changes: spaces around operators; shorter lines; two-blanks rule around classes/functions. Also unused args changed to _ to show it was intentional. Manpage updated slightly - the internal whichdb function explicitly looks for the .dblite suffix, so the claim that if it's not .dbm it is assumed to be dblite was not true. sconsign still will not work on a dblite file which is not suffixed .dblite, but that is an existing problem, not a newly introduced one. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | initial support for virtualenv | Paweł Tomulik | 2018-11-10 | 2 | -0/+61 |
| | |||||
* | Updated docs post updating Java tool xml file | William Deegan | 2018-10-15 | 7 | -213/+233 |
| | |||||
* | Allow to override build date with SOURCE_DATE_EPOCH | Bernhard M. Wiedemann | 2018-10-15 | 1 | -2/+3 |
| | | | | | | | | | | | in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Also consistently use ISO 8601 date format to be understood everywhere. Also use gmtime to be independent of timezone. | ||||
* | Resync generated docs | Mats Wichmann | 2018-10-03 | 8 | -58/+92 |
| | | | | | | | | There have been a few doc changes since 3.0.1, this commit resyncs the generated docs to pick up fixes and wording. No code or test effect. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | 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 |
|\ |