summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Added some details comments to _function_contents() which is used to generate...William Deegan2016-12-221-6/+15
* | | Added some details comments to _code_contents() which is used to generate act...William Deegan2016-12-221-14/+38
* | | fixes get function/object signatures working on python 3 (and 2.7)William Deegan2016-12-212-17/+29
|/ /
* | Merged in mbyt/scons/python3win32 (pull request #369)William Deegan2016-12-201-9/+21
|\ \
| * | fixing typo, it must be _scons_filepython3win32mbyt2016-11-291-1/+1
| * | the file builtin does not exist in python3mbyt2016-10-191-9/+21
* | | merge headsWilliam Deegan2016-11-283-4/+5
|\ \ \ | |_|/ |/| |
| * | Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-282-3/+3
| * | Add better error messaging when missing (or surplus) shared library targets w...William Deegan2016-11-281-1/+2
| * | update from upstreamWilliam Deegan2016-11-251-2/+2
| |\ \
| * \ \ update from upstreamWilliam Deegan2016-11-164-1/+18
| |\ \ \
| * \ \ \ Merged scons/scons into defaultWilliam Deegan2016-10-1750-281/+602
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | tests for msvc version specific PCHPDBFLAGS changesWilliam Deegan2016-11-281-9/+16
* | | | | update from upstreamWilliam Deegan2016-11-2713-58/+155
|\ \ \ \ \
| * | | | | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and defau...William Deegan2016-11-272-9/+15
| * | | | | Merged in rviney/scons (pull request #249)William Deegan2016-11-273-3/+13
| |\ \ \ \ \
| | * | | | | Added entry to src/CHANGES.txtRichard Viney2016-07-101-0/+4
| | * | | | | Merged scons/scons into defaultRichard Viney2016-07-10174-4246/+2381
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged scons/scons into defaultRichard Viney2015-09-2529-398/+1198
| | |\ \ \ \ \ \
| | * | | | | | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when using...Richard Viney2015-09-182-3/+9
| * | | | | | | | Merged in mbyt/scons/python3raise (pull request #368)William Deegan2016-11-261-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | python3 compatibility. Exceptions might have more arguments.mbyt2016-10-191-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | reorder entries to be correctWilliam Deegan2016-11-251-15/+15
| * | | | | | | | Merged in ricklupton/scons (pull request #374)William Deegan2016-11-253-31/+85
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update CHANGES.txtRick Lupton2016-11-241-0/+3
| | * | | | | | | | Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-232-31/+82
| * | | | | | | | | Merged in dmoody256/scons (pull request #373)William Deegan2016-11-252-0/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | add changes to CHANGES.txtDaniel Moody2016-11-111-0/+4
| | * | | | | | | | | fix for invalid xml getting generated to SCons generated visual studio projectsDaniel Moody2016-11-111-0/+2
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merged in williamblevins/scons (pull request #366)William Deegan2016-11-251-3/+7
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | * | | | | | | | Fixed src/engine/SCons/ExecutorTests.py under Python3William Blevins2016-10-021-3/+7
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merged in williamblevins/scons (pull request #365)William Deegan2016-11-241-2/+2
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Fixes for str/bytes in Scanners: resolves ~150 tests.William Blevins2016-10-021-2/+2
| | |/ / / / / /
| * | | | | | | add 2.5.1 change infoWilliam Deegan2016-11-051-0/+8
| * | | | | | | return file to devel modeWilliam Deegan2016-11-032-1/+8
| * | | | | | | manually merge packaging updates from 2.5.1William Deegan2016-11-032-0/+2
| |/ / / / / /
* | | | | | | Fix some minor formatting issues flagged by pycharmsWilliam Deegan2016-10-253-12/+22
* | | | | | | PEP8 fixes.William Deegan2016-09-301-8/+14
* | | | | | | update from upstreamWilliam Deegan2016-09-3050-281/+602
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Revert src/engine/SCons/Scanner/Fortran.py changes.William Blevins2016-09-241-6/+6
| * | | | | Ensuring that FS.get_text_contents returns actual text.William Blevins2016-09-242-3/+7
| * | | | | Initial python3 cut of test/Fortran.William Blevins2016-09-232-7/+7
| * | | | | Merged in williamblevins/scons (pull request #357)William Deegan2016-09-222-0/+3
| |\ \ \ \ \
| | * | | | | Updated CHANGES.TXT.William Blevins2016-09-181-0/+1
| | * | | | | Sorting RPM tarball sources to correct nondeterminism in ordering.William Blevins2016-09-181-0/+2
| * | | | | | Fixed difference in types MethodType argument list between 2/3 which allowed ...William Blevins2016-09-211-4/+12
| * | | | | | Updating to_str and to_bytes between QMTest and SCons.Util.William Blevins2016-09-211-5/+3
| * | | | | | Fixing QMTest str and bytes issues.William Blevins2016-09-201-1/+1
| * | | | | | Futurize stage 2 2to3 fixes only.William Blevins2016-09-2043-247/+247
| * | | | | | Work around src/engine/SCons/SConfTests.py failing without decentralizing pic...William Blevins2016-09-201-1/+3