summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Change octal constants in QT testsMats Wichmann2018-07-252-2/+2
* Fix for py2.7 + 3.5+William Deegan2018-07-081-0/+1
* stop using obsolete distutils.sysconfig to find python include, link paths,an...William Deegan2018-07-081-2/+3
* Merge branch 'master' into appveyor_issuesWilliam Deegan2018-07-072-35/+148
|\
| * Test FORTRANMODDIR.py: use F90 everywhere.maiphi2018-05-271-8/+8
| * Make test FORTRANMODDIR.py work with non-empty FORTRANMODDIRPREFIX.maiphi2018-05-271-31/+37
| * Added a gfortran test without FORTRANMODDIR set.maiphi2018-05-261-3/+33
| * Added missing FORTRANMODDIRPREFIX=-J to the gfortran tool.maiphi2018-05-261-0/+77
* | Merge pull request #4 from dmoody256/pr-3052-Add-method-for-individual-tools-...William Deegan2018-07-064-18/+50
|\ \
| * | pr-3052: moved some 64 bit logic to TestCmd and used TestCmd system checksDaniel Moody2018-05-251-2/+3
| * | pr-3052: Needed to define target arch in the non-windows caseDaniel Moody2018-05-251-1/+3
| * | pr-3052: made target arch transparent to non windows platformsDaniel Moody2018-05-251-3/+3
| * | pr-3052: removed debug print statementsDaniel Moody2018-05-251-2/+2
| * | Merge remote-tracking branch 'bd/appveyor_issues' into pr-3052-Add-method-for...Daniel Moody2018-05-258-17/+24
| |\ \
| * | | pr-3052: added a missing comma to the environment argsDaniel Moody2018-05-251-1/+1
| * | | pr-3052: Updated swig tool with some default paths and fixed test to build on...Daniel Moody2018-05-251-11/+33
| * | | pr-3052: updated swig test to work for windows.Daniel Moody2018-05-251-5/+1
| * | | fixed swig tests to work on windowsDaniel Moody2018-05-254-8/+19
| * | | Merge remote-tracking branch 'scons/master' into pr-3052-Add-method-for-indiv...Daniel Moody2018-05-2539-36/+250
| |\ \ \ | | | |/ | | |/|
| * | | removed binary read and write so newlines are crossplatform and updated path ...Daniel Moody2018-04-101-3/+3
| * | | updated yacc tool to add default paths, updated to test to use the tool speci...Daniel Moody2018-04-093-8/+14
| * | | Fix clang and mingw testsWilliam Deegan2018-03-251-0/+2
* | | | pr-3052: updated pkg-config test to work on windowsDaniel2018-05-261-10/+23
* | | | Merge remote-tracking branch 'bd/appveyor_issues' into pr-3052-fix-pkg-config...Daniel2018-05-2617-38/+108
|\ \ \ \
| * | | | pr-3052: updated the expected result to work for windowsDaniel Moody2018-05-251-1/+2
| * | | | pr-3052: fixed some missing quotes for some tests that use the new default ja...Daniel Moody2018-05-253-9/+9
| | |_|/ | |/| |
| * | | remove mingw tool as it's breaking non win testsWilliam Deegan2018-05-251-1/+1
| * | | Handful of changes to get clang tests passing on windows. Use glob to find o...William Deegan2018-05-258-18/+25
| * | | removed binary read and write so newlines are crossplatform and updated path ...Daniel Moody2018-05-251-3/+3
| * | | updated yacc tool to add default paths, updated to test to use the tool speci...Daniel Moody2018-05-253-8/+14
| * | | Fix clang and mingw testsWilliam Deegan2018-05-251-0/+2
| | |/ | |/|
| * | Added missing pass_test() to Literal.py testmaiphi2018-05-221-0/+2
| * | Added a test case for expansion of Literal objects in ${_concat()}Philipp Maierhoefer2018-05-211-0/+52
* | | pr-3052: updated pkg-config test to handle backslashes and spaces on windowsDaniel2018-05-261-3/+5
|/ /
* | change test to skip initializing any tools in DefaulEnvironment. Should speed...William Deegan2018-05-111-0/+10
* | move test files from QMTest to testing/framework. QMtest hasn't been used in ...William Deegan2018-04-303-4/+4
* | Change bug references from tigris -> githubMats Wichmann2018-04-2415-19/+19
* | Fix wiki references to point to gihub wikiMats Wichmann2018-04-238-8/+8
* | Merge branch 'master' into msvcbatch_gh_issue_3106William Deegan2018-04-165-0/+104
|\ \
| * | Added in support for Sconstruct.pygrbd2018-04-151-0/+9
| * | Merge branch 'master' into masterRichard W2018-04-144-0/+77
| |\ \
| | * | Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket...William Deegan2018-04-114-0/+77
| | |/
| * | Added sconstruct.py lowercasegrbd2018-04-021-0/+9
| * | Added test for the use of SConstruct.pygrbd2018-04-011-0/+9
| |/
* | Fix test so use os.sep instead of hardcoded backslash for MSVC_BATCH=true /Fo...William Deegan2018-03-241-5/+6
* | fix #3106 MSVC handling MSVC_BATCH with targetdir which requires escaping.William Deegan2018-03-246-3/+48
|/
* Merge pull request #3098 from dmoody256/JavaSconsFilesWilliam Deegan2018-02-141-3/+4
|\
| * fix for issue 3042, Jar method was not respecting variant dirs when using os....Daniel Moody2018-02-111-3/+4
* | Replace all instances of `int main()` with `int main(void)`Jonathon Reinhart2018-02-1129-35/+35
|/
* Merge pull request #3045 from gabrielrussell/masterWilliam Deegan2018-01-301-0/+80
|\