summaryrefslogtreecommitdiff
path: root/test/Fortran
Commit message (Expand)AuthorAgeFilesLines
* Merged in williamblevins/scons (pull request #376)William Deegan2016-11-2842-629/+127
|\
| * Revert of minor debug change for python3 update.William Blevins2016-11-271-1/+1
| * Python3 test fixes for Fortran/Side-effect.William Blevins2016-11-2742-630/+128
* | Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-2810-52/+119
|/
* Moved common my<xxx>.py functions to global fixture and resolve byte/str.William Blevins2016-10-0320-452/+235
* Updating tests to use fixture wrapper.py.William Blevins2016-09-2421-126/+21
* Updated remaining Fortran tests to use fixture over import.William Blevins2016-09-2430-78/+42
* Initial python3 cut of test/Fortran.William Blevins2016-09-232-86/+3
* Removed deprecate fortran lib handling.William Blevins2016-08-101-1/+0
* Fixed Fortran tests which were throughing missing include directory warning.William Blevins2016-05-154-4/+16
* Issue 2264: Updated tests to reflect Node changes.William Blevins2015-05-171-28/+28
* Update Fortran tooling to support .f08 file extensions.Russel Winder2015-01-077-0/+821
* - fixes for some test, making them work on newer Linux distrosDirk Baechle2014-08-202-0/+13
* Expand references to tigris.org bug trackeranatoly techtonik2014-05-281-1/+2
* - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-281-1/+1
* - first swoop of changes for getting all Buildbot slaves to run successfully ...dirkbaechle2012-09-051-1/+5
* Merged fix from Dirk Baechle/Arve Knudsen: FORTRANPPFILESUFFIXES test.Gary Oberbrunner2012-05-121-0/+89
|\
| * - added test for FORTRANPPFILESUFFIXES by Arve Knudsendirkbaechle2012-05-071-0/+89
|/
* Support for Fortran 03, from Luca Falavigna.Gary Oberbrunner2010-07-307-0/+839
* Fix #2574: case sensitivity issue with Fortran module scanner.Gary Oberbrunner2010-06-171-0/+66
* Increase the default timeout of TestSCons.wait_for() to 20.0 seconds.Steven Knight2010-06-104-8/+8
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-2527-88/+43
* Add missing "import string" to test that uses string.replace().Steven Knight2009-11-291-0/+2
* Issue 2306: Exclude non-test files from regression tests. While runtest.pyGreg Noel2009-05-081-0/+1
* Undo changes to unrelated files accidentally included in r4036.Steven Knight2009-02-221-2/+1
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-221-1/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0949-0/+294
* Remove (lots) more unnecessary imports.Steven Knight2009-02-064-4/+0
* Remove unnecessary imports.Steven Knight2009-02-0646-119/+18
* Various Windows fixes:Steven Knight2009-01-181-4/+13
* Merged revisions 2949-2953,2955-3056 via svnmerge from0.98.5Steven Knight2008-06-101-0/+140
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-3/+9
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-1941-1445/+1249
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-178-9/+8
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-313-6/+6
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-134-4/+4
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+5
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-0416-17/+17
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-0236-219/+342
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-1424-48/+48
* Explicit "skipping test" messages for a few straggling tests.Steven Knight2005-09-262-2/+2
* Handle Fortran MODULE definitions in the same file. (Craig Scott)Steven Knight2005-08-211-0/+92
* Update test infrastructure and ae2cvs utility to latest. Fix runtest.py's sw...Steven Knight2005-08-171-0/+1
* Update Fortran tests that relied on the order of the -c option.Steven Knight2005-08-138-104/+104
* Allow access to both TARGET and SOURCE in hBcfunctions within CPPPATH expansi...Steven Knight2005-08-131-19/+125
* Handle Visual Studio project and solution files in Unicode. (Chen Lee)Steven Knight2005-08-132-66/+275
* Add a skip_test() method to the infrastructure and use it for test scripts th...Steven Knight2005-08-133-10/+17
* Look up Fortran modules relative to . (Craig Scott)Steven Knight2005-08-111-0/+93
* Add Fortran COMSTR variables for output customizability.Steven Knight2004-11-208-0/+760
* Fix handling of ${F77,F90,F95,FORTRAN}COM so they can be overridden properly.Steven Knight2004-08-118-0/+1094