Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-01-13 | 1 | -2/+2 |
|\ | | | | | | | | | * commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb': tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. | ||||
| * | tools/test/h5diff/testh5diff.sh.in: | lrknox | 2017-01-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build. tools/test/misc/testh5repart.sh.in: Change the name of the temporary test directory from "testfiles" which is also used for 2 h5mkgrp test files under source control to "testrepart" to avoid deleting source controlled files when running "make check" in the source directory. Fix test scripts that remove source-controlled files during "make check" when run in-source. Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory. Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean". | ||||
* | | Fix test output file name | Allen Byrne | 2017-01-12 | 1 | -2/+2 |
| | | |||||
* | | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 2 | -16/+158 |
| | | | | | | Also converted tests to use macros | ||||
* | | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 7 | -87/+87 |
|/ | |||||
* | Enabled commented out code, | M. Scot Breitenfeld | 2017-01-06 | 1 | -45/+42 |
| | | | | HDFFV-9498 -- PGI COMPILER BUG: READ(...,pos,) fails for pgf90 causes offset test to fail | ||||
* | Correct typo in variable format | Allen Byrne | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | Fix:HDFFV-9987 | M. Scot Breitenfeld | 2016-10-14 | 6 | -48/+66 |
| | | | | | | | 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 unused H5T_NATIVE_INTEGER_# variables due to NAG fixes. | M. Scot Breitenfeld | 2016-10-14 | 1 | -5/+1 |
| | | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler | ||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -0/+1 |
| | |||||
* | Correct name and usage of cmake variable | Allen Byrne | 2016-10-10 | 2 | -4/+4 |
| | |||||
* | removed the use of C_SIZEOF for non BIND(C) derived type | M. Scot Breitenfeld | 2016-10-03 | 1 | -5/+1 |
| | |||||
* | Fixed test to use storage_size instead of c_sizeof when available. | M. Scot Breitenfeld | 2016-09-29 | 1 | -4/+4 |
| | |||||
* | Removed unused variables. | M. Scot Breitenfeld | 2016-09-29 | 1 | -12/+12 |
| | |||||
* | Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵ | M. Scot Breitenfeld | 2016-09-29 | 3 | -12/+20 |
| | | | | not available. | ||||
* | Removed duplicate FCFLAG | M. Scot Breitenfeld | 2016-09-29 | 1 | -3/+0 |
| | |||||
* | Removed duplicate FCFLAG. | M. Scot Breitenfeld | 2016-09-29 | 1 | -4/+0 |
| | |||||
* | Added number of integer KINDs found to the header files. | M. Scot Breitenfeld | 2016-09-26 | 3 | -27/+33 |
| | |||||
* | Added path to source include files when building buidiface. | M. Scot Breitenfeld | 2016-09-26 | 2 | -2/+2 |
| | |||||
* | Added rule to build buildiface program, without a rule, build would add ↵ | M. Scot Breitenfeld | 2016-09-26 | 2 | -2/+9 |
| | | | | repeated compile options when using the NAG compiler. | ||||
* | Misc. cleaning up of the program. | M. Scot Breitenfeld | 2016-09-23 | 2 | -92/+15 |
| | |||||
* | misc. format code-cleanup | M. Scot Breitenfeld | 2016-09-22 | 1 | -6/+0 |
| | |||||
* | Code clean-up. | M. Scot Breitenfeld | 2016-09-22 | 1 | -2/+1 |
| | |||||
* | Merge branch 'develop' of ↵ | M. Scot Breitenfeld | 2016-09-22 | 2 | -33/+108 |
|\ | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop | ||||
| * | Add missing target depends command | Allen Byrne | 2016-09-21 | 1 | -0/+3 |
| | | |||||
| * | Fix typo | Allen Byrne | 2016-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add gen file technique to HL and test fortran libraries | Allen Byrne | 2016-09-21 | 1 | -19/+52 |
| | | |||||
| * | Add WORKING_DIR to command | Allen Byrne | 2016-09-20 | 1 | -0/+2 |
| | | |||||
| * | Add target depends require separate folders | Allen Byrne | 2016-09-20 | 1 | -6/+37 |
| | | |||||
| * | Add another source property | Allen Byrne | 2016-09-20 | 1 | -0/+1 |
| | | |||||
| * | Update generated files commands and properties | Allen Byrne | 2016-09-20 | 1 | -7/+6 |
| | | |||||
| * | Chage command proces to generate file before use. | Allen Byrne | 2016-09-20 | 1 | -37/+20 |
| | | |||||
| * | Add missing command to set shared generated file | Allen Byrne | 2016-09-19 | 1 | -2/+2 |
| | | |||||
| * | Separate fortran generation into static and shared folders. | Allen Byrne | 2016-09-16 | 1 | -2/+25 |
| | | |||||
* | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler | M. Scot Breitenfeld | 2016-09-22 | 7 | -234/+181 |
|/ | | | | Fixes issues with KIND = BYTE assumptions. | ||||
* | [svn-r30259] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵ | Scot Breitenfeld | 2016-08-05 | 1 | -1/+5 |
| | | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel) | ||||
* | [svn-r30089] fixed issue of CHARACTER argument of c_loc having a length of 1 | Scot Breitenfeld | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | [svn-r30087] fixed issue of CHARACTER argument of c_loc having a length of 1 | Scot Breitenfeld | 2016-06-16 | 1 | -2/+2 |
| | |||||
* | [svn-r30085] changed from CHARACTER to CHARACTER(LEN=*), and moved the LEN ↵ | Scot Breitenfeld | 2016-06-16 | 2 | -3/+4 |
| | | | | of an optional argument into the optional check loop. | ||||
* | [svn-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library. | Scot Breitenfeld | 2016-06-15 | 6 | -40/+38 |
| | | | | Tested Jelly. | ||||
* | [svn-r30058] Correct typo in compile scripts that causes dropping of ↵ | Larry Knox | 2016-06-08 | 1 | -1/+1 |
| | | | | | | filename in -o outfile. Addresses HDFFV-9530 and HDFFV-9938. | ||||
* | [svn-r29952] merged change 29951 from | Scot Breitenfeld | 2016-05-23 | 1 | -0/+2 |
| | | | | | | https://svn.hdfgroup.uiuc.edu/hdf5/branches/hdf5_1_10_0/fortran/src into trunk. | ||||
* | [svn-r29946] comment cleanup/reformatting | Scot Breitenfeld | 2016-05-18 | 1 | -57/+51 |
| | |||||
* | [svn-r29939] HDFFV-9917: compile time error with H5f90global.f90 | Scot Breitenfeld | 2016-05-16 | 1 | -4/+4 |
| | | | | | | | Fix:Made datatypes the same type and kind for both args to MAX(). Tested: jam (gnu) | ||||
* | [svn-r29866] Add files to clear test generated files tests. | Allen Byrne | 2016-05-04 | 1 | -1/+92 |
| | |||||
* | [svn-r29862] Convert source list names from *_SRCS to *_SOURCES. | Allen Byrne | 2016-05-04 | 3 | -15/+19 |
| | | | | Add/convert most tools to use new HDF5_TOOLS_DIR instead of HDF5_TOOLS_SRC_DIR CMake VAR. | ||||
* | [svn-r29591] Changed buf variable in h5awrite_f from INOUT to IN | Scot Breitenfeld | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | [svn-r29379] Add individual LT_VERS_* variables for wrapper libraries: c++, ↵ | Larry Knox | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fortran, java, hl, hl/c++, hl/fortran to so that the shared object version numbers can be incremented independently. Disabled auto-increment of shared object version numbers by h5vers. Files modified: config/lt_vers.am java/src/jni/Makefile.am hl/src/Makefile.am hl/c++/src/Makefile.am hl/fortran/src/Makefile.am c++/src/Makefile.am bin/h5vers fortran/src/Makefile.am | ||||
* | [svn-r29337] Cleaning warnings in Fortran code. | Dana Robinson | 2016-03-08 | 1 | -2/+2 |
| | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran | ||||
* | [svn-r29336] Removed unused variables from Fortran code. | Dana Robinson | 2016-03-08 | 6 | -45/+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 |