summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Skip import.sty test when Latex package missingRick Lupton2016-11-291-0/+5
| | | |
* | | | Fixing merge conflict resolution: removed old test files.William Blevins2016-11-2914-41/+0
| | | |
* | | | Merged in williamblevins/scons (pull request #376)William Deegan2016-11-2845-633/+131
|\ \ \ \ | | | | | | | | | | | | | | | Python3 test fixes for Fortran/Side-effect.
| * | | | Revert of minor debug change for python3 update.William Blevins2016-11-281-1/+1
| | | | |
| * | | | Reverted Python3 change to runtest.py.William Blevins2016-11-281-1/+1
| | | | |
| * | | | Python3 test fixes for Fortran/Side-effect.William Blevins2016-11-2846-635/+133
| | | | |
* | | | | fix test to work after updates to ar.py toolWilliam Deegan2016-11-281-2/+2
| | | | |
* | | | | merge headsWilliam Deegan2016-11-2814-0/+41
|\ \ \ \ \
| * \ \ \ \ update from upstreamWilliam Deegan2016-09-28225-1270/+828
| |\ \ \ \ \
| * \ \ \ \ \ update from upstreamWilliam Deegan2016-08-183-8/+301
| |\ \ \ \ \ \
* | \ \ \ \ \ \ merge headsWilliam Deegan2016-11-2816-57/+134
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-2815-56/+132
| | | | | | | |
| * | | | | | | Add better error messaging when missing (or surplus) shared library targets ↵William Deegan2016-11-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with file extension
| * | | | | | | update from upstreamWilliam Deegan2016-11-251-2/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ update from upstreamWilliam Deegan2016-11-166-5/+24
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ merge headsWilliam Deegan2016-11-280-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merged scons/scons into defaultWilliam Deegan2016-10-17266-2499/+1472
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | tests for msvc version specific PCHPDBFLAGS changesWilliam Deegan2016-11-281-9/+16
| | | | | | | | |
* | | | | | | | | update from upstreamWilliam Deegan2016-11-27124-1375/+855
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix PCHPDBFLAGS changes to not crash if version of MSVC is unknown, and ↵William Deegan2016-11-272-9/+15
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | default to old value
| * | | | | | | | 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-10464-6386/+5417
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merged scons/scons into defaultRichard Viney2015-09-2545-533/+2039
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix PCHPDBFLAGS causing a deprecation warning on MSVC v8 and later when ↵Richard Viney2015-09-182-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using PCHs and PDBs together
| * | | | | | | | | | | Merged in mbyt/scons/python3raise (pull request #368)William Deegan2016-11-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3 compatibility. Exceptions might have more arguments.
| | * | | | | | | | | | | python3 compatibility. Exceptions might have more arguments.mbyt2016-10-191-1/+1
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Especially the UnicodeDecodeError takes 5 arguments. Without this change, are TypeError: function takes exactly 5 arguments is raised at this position.
| * | | | | | | | | | | reorder entries to be correctWilliam Deegan2016-11-251-15/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Merged in ricklupton/scons (pull request #374)William Deegan2016-11-255-31/+319
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Find dependencies using LaTeX "import" package commands (updated)
| | * | | | | | | | | | Update CHANGES.txtRick Lupton2016-11-241-0/+3
| | | | | | | | | | | |
| | * | | | | | | | | | Find dependencies using LaTeX "import" package commandsRick Lupton2016-11-234-31/+316
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The import package adds new commands for including files, similar to \input and \include, but with better handling of subdirectories. These changes extend the LaTeX Scanner to look for these commands.
| * | | | | | | | | | | Merged in dmoody256/scons (pull request #373)William Deegan2016-11-2514-14/+45
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for invalid xml getting generated to SCons generated visual studio projects
| | * | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | made test for this in commit ebf8e9ebf3ac
| | * | | | | | | | | | | Wrote tests to make sure the xml is valid for visual studio project files ↵Daniel Moody2016-11-112-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generated by scons This can occur when the user puts invalid characters that don't get converted to xml ampersands escapes
| | * | | | | | | | | | | The percent signs are causing syntax error on windows, switched to more ↵Daniel Moody2016-11-1111-11/+22
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatible code
| * | | | | | | | | | | Merged in williamblevins/scons (pull request #366)William Deegan2016-11-251-3/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Fixed src/engine/SCons/ExecutorTests.py under Python3
| | * | | | | | | | | | 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.
| | * | | | | | | | | 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-033-2/+9
| | | | | | | | | |
| * | | | | | | | | manually merge packaging updates from 2.5.1William Deegan2016-11-033-3/+7
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-0395-1299/+421
| |/ / / / / / /
* | | | | | | | 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-30227-1278/+1129
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Moved fixture directory under #test.William Blevins2016-09-244-1/+1
| | | | | | | |
| * | | | | | | 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
| | | | | | | |