summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
...
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 fix packagingAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 includes cleanupAllen Byrne2018-01-101-3/+1
|
* Correct folder typoAllen Byrne2018-01-091-2/+2
|
* 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-072-11/+11
| | | | This is now fixed via the HDFFV-10325 fix.
* fixed check output string to match testM. Scot Breitenfeld2017-06-091-1/+1
|
* Fix for shared fortran libraries on mac (HDFFV-2772).M. Scot Breitenfeld2017-05-183-9/+9
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-2537-222/+159
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-3/+3
|
* Fix test output file nameAllen Byrne2017-01-121-2/+2
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-12/+102
| | | Also converted tests to use macros
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-35/+35
|
* Enabled commented out code,M. Scot Breitenfeld2017-01-061-45/+42
| | | | HDFFV-9498 -- PGI COMPILER BUG: READ(...,pos,) fails for pgf90 causes offset test to fail
* Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-141-2/+2
|\ | | | | | | | | | | | | * commit '052ca6a74199005efe7f324f2a3ac508b18cdc27': Correct name and usage of cmake variable Add STGZ to mac cpack list Merge from master cmake_conf project
| * Correct name and usage of cmake variableAllen Byrne2016-10-101-2/+2
| |
* | Fix:HDFFV-9987M. Scot Breitenfeld2016-10-102-2/+2
|/ | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
* removed the use of C_SIZEOF for non BIND(C) derived typeM. Scot Breitenfeld2016-10-031-5/+1
|
* Fixed test to use storage_size instead of c_sizeof when available.M. Scot Breitenfeld2016-09-291-4/+4
|
* Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵M. Scot Breitenfeld2016-09-292-2/+5
| | | | not available.
* Removed duplicate FCFLAG.M. Scot Breitenfeld2016-09-291-4/+0
|
* Added path to source include files when building buidiface.M. Scot Breitenfeld2016-09-261-1/+1
|
* Added rule to build buildiface program, without a rule, build would add ↵M. Scot Breitenfeld2016-09-261-2/+6
| | | | repeated compile options when using the NAG compiler.
* Merge branch 'develop' of ↵M. Scot Breitenfeld2016-09-221-18/+54
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * 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
| |
* | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-222-27/+17
|/ | | | Fixes issues with KIND = BYTE assumptions.
* [svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+5
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library.Scot Breitenfeld2016-06-156-40/+38
| | | | Tested Jelly.
* [svn-r29866] Add files to clear test generated files tests.Allen Byrne2016-05-041-1/+92
|
* [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-r29336] Removed unused variables from Fortran code.Dana Robinson2016-03-084-37/+2
| | | | | | | Updated gnu Fortran flags. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-2/+2
|
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-221-7/+0
| | | | | | | | | | | | external dataset storage path behavior. This check-in fixes a bug in the original check-in where the external path stored in the file struct was not copied on reopen causing subsequent dataset operations to fail. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ fortran and C++ autotools parallel (MPICH 3.1.4) w/ fortran
* [svn-r29172] Fixed double word typo in #ifdef H5_FORTRAN_HAVE_C_SIZEOFScot Breitenfeld2016-02-191-1/+1
|
* [svn-r29165] Various rododoc fixes. Effects comments only.Scot Breitenfeld2016-02-196-12/+11
|
* [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵Scot Breitenfeld2016-02-191-1/+1
| | | | | | functions Tested: h5committest.new
* [svn-r29092] Fixed uninitialized return value from fortran API.Scot Breitenfeld2016-02-111-2/+2
|
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-082-0/+480
| | | | Tested: h5committest.new
* [svn-r27794] Reintegration merge of features/autotools_rework branch with trunkDana Robinson2015-09-151-1564/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTES: - Developers will have to run autogen.sh before building with the autotools. - autogen.sh takes the -p option to mimic the old bin/reconfigure behavior. - The generated error, overflow and version headers have been left in place. - The generated H5LT parser code has also been left in place. - There are no changes for CMake users at this time. Tested on: h5committest
| * [svn-r27745] Merge trunk revision 27744Allen Byrne2015-09-103-43/+74
| |
| * [svn-r27683] Restored the _POSIX_C_SOURCE flag that had been commented outDana Robinson2015-09-051-2/+2
| | | | | | | | | | | | | | and modified the fortran/test/ Makefile.am to remove the build error with Intel Fortran. Tested on: h5committest
| * [svn-r27638] Merged r27500-27631 from trunk.Dana Robinson2015-09-0133-98/+222
| |\
| * \ [svn-r27507] Merge of r27237-27500 from the trunk.Dana Robinson2015-08-1429-2027/+2069
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested w/ h5committest NOTES: - The manifest may still be messed up. - Cmake fails since the dual binary work needs to be merged with this repo's CMake externals.
| * \ \ [svn-r27222] Merge of r27035-27221 from the trunk.Dana Robinson2015-06-171-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM: Serial: C++ and Fortran 2003 Parallel: Fortran
| * \ \ \ [svn-r27038] Merge of r26393-27031 from the trunk.Dana Robinson2015-05-0718-956/+1012
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Tested on 64-bit linux VM w/ C++ and Fortran 2003
| * \ \ \ \ [svn-r26274] Merge of r26096 to r26271 from trunk.Dana Robinson2015-02-226-32/+42
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on: jam - serial: C++/Fortran parallel: Fortran
| * | | | | | [svn-r26132] reverted change 26177Scot Breitenfeld2015-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn merge -c -26117 . Shared Fortran libraries don't work on Mac, the check for building shared on Mac needs to stay in.