summaryrefslogtreecommitdiffstats
path: root/fortran/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-10/+11
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-10/+4
|
* HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-10/+10
| | | | This is now fixed via the HDFFV-10325 fix.
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-30/+30
|
* Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
|
* Add missing target depends commandAllen Byrne2016-09-211-0/+3
|
* Fix typoAllen Byrne2016-09-211-1/+1
|
* Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-211-19/+52
|
* [svn-r29862] Convert source list names from *_SRCS to *_SOURCES.Allen Byrne2016-05-041-4/+4
| | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR.
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-2/+2
|
* [svn-r27676] Fix dependencies of generated fileAllen Byrne2015-09-041-17/+20
|
* [svn-r27674] Attempt to fix race condition on windowsAllen Byrne2015-09-031-28/+44
|
* [svn-r27648] Fortran executables depend on modules created by test library, ↵Allen Byrne2015-09-011-1/+16
| | | | add command to explictly enforce the building of the library before building executables.
* [svn-r27625] Added preprocessor commands for PGI compiler.Scot Breitenfeld2015-08-311-60/+60
| | | | tested: h5committest
* [svn-r27586] HDFFV-9497: Add back ALLOW_UNSUPPORTED OPTION.Allen Byrne2015-08-261-26/+26
| | | | Added new option SKIP_HDF5_FORTRAN_SHARED
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-63/+80
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-80/+63
|
* [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-33/+202
| | | | Tested: local linux with CMake
* [svn-r27375] Moved generating Fortran 'test' code from the fortran src ↵Scot Breitenfeld2015-07-131-2/+36
| | | | directory to the fortran 'test' directory. Updated autotools and cmake.
* [svn-r27326] Working version of cmake on linux.Scot Breitenfeld2015-07-021-2/+2
|
* [svn-r27140] fixed interger*16 supportScot Breitenfeld2015-06-031-1/+1
|
* [svn-r26869] removed the --enable-fortran2003 option, it is now just ↵Scot Breitenfeld2015-04-211-27/+25
| | | | --enable-fortran
* [svn-r26847] combined H5test_kind programsScot Breitenfeld2015-04-201-12/+2
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-19/+39
| | | | Tested: local linux
* [svn-r26253] Update CMake with fortran source properties and defines, ↵Allen Byrne2015-02-201-1/+5
| | | | correct name of hl fortran examples option check
* [svn-r26208] Update cmake minimumsAllen Byrne2015-02-181-1/+1
|
* [svn-r25291] Fix for:Scot Breitenfeld2014-06-161-1/+6
| | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof
* [svn-r25286] Fix for:Scot Breitenfeld2014-06-161-1/+7
| | | | | | | HDFFV-8653 replace non-standard sizeof in the fortran tests with c_sizeof Tested: jam (gnu, intel) with make and cmake.
* [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and ↵Scot Breitenfeld2014-05-061-2/+0
| | | | | | fortranlib_test.f90. Thus removing the dependency on tH5F.f90, which was causing compilation race-conditions in cmake. Tested: jam (gnu)
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-0/+4
| | | | | | | | | | compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
* [svn-r24948] Group tests by Common nameAllen Byrne2014-04-021-2/+2
| | | | | | Remove WIN32 AND NOT CYGWIN if blocks - should be just WIN32 Tested: local linux CMake
* [svn-r24895] Add INTERFACE properties to libsAllen Byrne2014-03-251-2/+8
|
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-55/+55
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-13/+1
| | | | | | developers. Tested: local linux
* [svn-r23745] HDFFV-8461: Add Windows /MT supportAllen Byrne2013-06-101-6/+7
| | | | This adds the UserMacros.cmake support needed.
* [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function.Scot Breitenfeld2013-02-181-0/+1
| | | | Tested: (jam, gnu,intel compilers)
* [svn-r23160] HDFFV-8227: Mac DARWIN requires CMake 2.8.10Allen Byrne2013-01-141-1/+1
|
* [svn-r23066] HDFFV-8265: create .def file during configure, added F2003 ↵Allen Byrne2012-11-291-2/+2
| | | | | | optional functions and refactor ISO_C_BINDING usage in cmake files Tested: local cmake
* [svn-r22828] Scot Breitenfeld2012-09-271-0/+1
| | | | | | HDFFV-8007:Add missing H5O Fortran functions Added new F03 test file for new H5O functions.
* [svn-r22195] Add PASS_REGULAR_EXPRESSION property to fortran tests to verify ↵Allen Byrne2012-03-291-0/+3
| | | | | | 0 errors. Some platforms do not return proper value in CMake ADD_TEST and results in a false positive. Tested: local linux
* [svn-r21804] Update CMake Required version in all folders to match current ↵Allen Byrne2011-12-051-1/+1
| | | | standard 2.8.6
* [svn-r21710] CMake FindMPI module changed to look for fortran libs. Cmake ↵Allen Byrne2011-11-031-8/+2
| | | | | | | | files updated to link with fortran mpi libs. Updated cacheinit.cmake to set num of procs to 3 for hdf testing. Tested: local linux and on windows 7
* [svn-r21667] Update FOLDER solution option for target properties. Added ↵Allen Byrne2011-10-251-3/+10
| | | | | | OPTION command for solution folder and no packaging. Tested: local linux
* [svn-r21435] Add F2003 IF-ENDIF protection blocks around _F03 file processingAllen Byrne2011-09-301-0/+25
|
* [svn-r21298] Add fortran library depends to test fortran library buildAllen Byrne2011-08-231-2/+6
| | | | Tested: local linux
* [svn-r20201] Order fflush tests - fflush2 DEPENDS on fflush1Allen Byrne2011-03-081-0/+1
|
* [svn-r20153] Move ext lib handling for ext project building to a common ↵Allen Byrne2011-02-241-4/+4
| | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows
* [svn-r20141] Bring 1.8 r20139 cmake and windows changes to trunkAllen Byrne2011-02-221-13/+0
|
* [svn-r19914] Correct format of empty parameterAllen Byrne2011-01-051-1/+1
| | | | bring r19913 from 1.8