summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* purge aegis referencesWilliam Deegan2019-09-071-23/+1
* Some more lint-derived cleanupsMats Wichmann2019-04-272-12/+12
* Give sconsign a default filename.Mats Wichmann2019-04-051-39/+50
* [PY 3.8] tempoary fix: move imp importMats Wichmann2019-03-301-1/+2
* [PY 3.8] roll back scons-time to use os.popenMats Wichmann2019-03-301-4/+8
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-2/+5
* [PR #333] close files to avoid scons-time racesMats Wichmann2019-03-291-11/+17
* [PR #3330] try to eliminate race in scons-timeMats Wichmann2019-03-291-23/+3
* Merge branch 'master' into scons-symlinkWilliam Deegan2019-03-121-4/+12
|\
| * [PYPY] [PY 3.8] add context mgr use in scons-timeMats Wichmann2019-03-051-4/+12
* | scons-local version has symlink problemsMats Wichmann2019-01-192-2/+2
|/
* Enhance cpp scanner regex logic to detect if/elif expressions without whitesp...Tobias Herzog2019-01-181-0/+0
* Update scons.bat to first look for scons.py and then scons so that a universa...William Deegan2019-01-081-0/+2
* For sconsign, add a warning message if missing sigsMats Wichmann2018-12-011-3/+56
* For PR #3238: suggestion to use a comprehensionMats Wichmann2018-12-011-3/+2
* For PR #3238: use a try block for str/bytes problemMats Wichmann2018-12-011-1/+4
* Some fixes to sconsignMats Wichmann2018-12-011-21/+47
* Update and add show option to cache configMats Wichmann2018-10-291-46/+83
* Get a little smarter about finding the scons engine.Mats Wichmann2018-10-122-90/+97
* A few syntax cleanupsMats Wichmann2018-10-032-4/+4
* Do not add unnormalised entries to PATH in scons.batRay Donnelly2018-01-181-1/+3
* Apply fix for sconsign.py as wellChristian Sandberg2017-09-241-1/+1
* Fix usage on embedded PythonChristian Sandberg2017-09-241-1/+1
* py2/3 fix version checking for valid versions of python to 2.7.x >=3.5.0: src...William Deegan2017-06-231-5/+5
* Remove ancient Aegis revision control system filesJane Doe2017-05-301-5/+0
* Dirty hack for failing test/sconsign/script/Configure.pyGaurav Juvekar2017-04-141-0/+5
* remove py3 checking codeWilliam Deegan2017-03-131-7/+1
* Merged in rodrigc/scons (pull request #409)William Deegan2017-03-131-5/+5
|\
| * Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-2/+2
| * Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-3/+3
* | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-132-2/+2
|\ \
| * | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-122-3/+3
| |/
* | Use print() function. Fixes py2/3.Craig Rodrigues2017-03-111-3/+5
|/
* use whichdb from dbm for py3, and whichdb from whichdb for py2William Deegan2017-03-111-8/+8
* fix binary/non-binary file writes where appropriate, previous all were binary...William Deegan2017-02-281-1/+1
* fix float formatting and change writting output from binary to non binary fil...William Deegan2017-02-281-2/+4
* comment out code which checks for py3 and failsWilliam Deegan2017-02-281-5/+5
* manually merge packaging updates from 2.5.1William Deegan2016-11-031-0/+1
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-202-140/+140
* revert some py3 changes which fail no py2 on windows and any platform/python ...William Deegan2016-05-151-3/+13
* Commit resolved conflicted merge.Russel Winder2016-04-102-2/+141
|\
| * Merged in techtonik/scons (pull request #308)William Deegan2016-04-091-2/+2
| |\
| | * script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
| * | Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-191-18/+34
| * | Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-192-78/+123
| * | improve behaviourThomas Tanner2016-03-121-7/+23
| * | Change the cache to use the first two characters of the md5 for the directoryThomas Tanner2016-01-301-0/+62
| |/
* | Remove all the six stuff.Russel Winder2016-02-021-8/+2
* | Some more print statements to functions.Russel Winder2016-01-011-1/+2
* | Run futurize --stage1.Russel Winder2016-01-011-0/+2