summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore deleted function _scons_file() in win32.py.William Deegan2016-05-131-0/+7
* Fixed print()'s.William Deegan2016-05-131-1/+1
* fix print statement in embedded string which generates SConstructWilliam Deegan2016-05-131-1/+1
* Seeems like EnvironmentError is not yielding the proper error output from SCo...William Deegan2016-05-121-2/+2
* fix print() conversion on testWilliam Deegan2016-05-121-5/+8
* fix error where IOError and OSError exceptions were falling through to the wr...William Deegan2016-05-121-3/+7
* fix broken test. 2to3 print changes broke some formatting. Changed output to ...William Deegan2016-05-121-5/+8
* remove reference to six package.. unusedWilliam Deegan2016-05-121-1/+0
* fix whitespace in generated dsp file to match expected in test harness. Edit...William Deegan2016-05-121-5/+5
* copy src/engine/SCons/Tool/__init__.py as the merge had issues at some point ...William Deegan2016-05-121-132/+43
* Fixed print()'s. Still some remaining issues. Check later.William Deegan2016-05-091-2/+2
* Fixed print()'s. Still some remaining issues. Check later.William Deegan2016-05-091-8/+8
* Fixed print()'sWilliam Deegan2016-05-091-8/+8
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-9/+9
* Fixed print()'sWilliam Deegan2016-05-091-3/+3
* Fixed print()'sWilliam Deegan2016-05-091-1/+1
* Fix typo in comment.William Deegan2016-05-091-1/+1
* Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-5/+5
* Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-2/+2
* Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-16/+16
* Fixed usage of linknames which needed to be defined outside of the two method...William Deegan2016-05-091-1/+4
* Fix missing right parent in print () function in generated SConstruct.William Deegan2016-05-091-1/+2
* Add from future import print_function to fix broken tests under python2.7William Deegan2016-05-091-1/+6
* py2/3 compatibility changes.William Deegan2016-05-091-4/+18
* Guard checking for subprocess.mswindows by checking if on win32 platformWilliam Deegan2016-05-091-2/+2
* mergedWilliam Deegan2016-05-08463-8884/+11646
|\
| * Commit resolved conflicted merge.Russel Winder2016-04-1058-216/+494
| |\
| | * reset files to development modeWilliam Deegan2016-04-094-45/+48
| | * Merged in rel_2.5.0 (pull request #312)William Deegan2016-04-0916-152/+157
| | |\
| | | * updated copyright on manpage. TODO: fix update-release-files.sh to do this au...William Deegan2016-04-091-2/+2
| | | * changes for 2.5.0 releaseWilliam Deegan2016-04-098-31/+31
| | | * Updates to Changes, Release, AnnounceWilliam Deegan2016-04-094-86/+91
| | | * Regenerated docs for 2.5.0 releaseWilliam Deegan2016-04-096-33/+33
| | | * Added tag 2.5.0 for changeset 97f8f2f9186fWilliam Deegan2016-04-090-0/+0
| | | * Final auto updates for 2.5.0 releaseWilliam Deegan2016-04-090-0/+0
| | |/
| | * Merged in techtonik/scons (pull request #308)William Deegan2016-04-092-6/+6
| | |\
| | | * Fix formatting in SConf check exampleanatoly techtonik2016-03-021-4/+4
| | | * script/scons.py - improve error message on missing engine filesanatoly techtonik2016-03-021-2/+2
| | * | Merged in thosrtanner/scons-cache-name (pull request #302)William Deegan2016-04-0842-73/+309
| | |\ \
| | | * | Migrate stuff to the right placeThomas Tanner2016-03-202-8/+8
| | | * | Add some release notesThomas Tanner2016-03-191-0/+8
| | | * | oopaThomas Tanner2016-03-191-4/+2
| | | * | Add some error recovery, cleanup scons-configure-cacheThomas Tanner2016-03-192-24/+56
| | | * | Cleanup of code/comments and rename and rewrite of upgrade scriptThomas Tanner2016-03-196-103/+151
| | | * | Update to produce warning message.Thomas Tanner2016-03-134-6/+39
| | | * | improve behaviourThomas Tanner2016-03-125-19/+73
| | | * | *sigh* Remove commented out code which I couldn't do with an amendThomas Tanner2016-01-311-1/+0