Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10444 fix soversion numbers for libraries | Allen Byrne | 2018-04-10 | 1 | -4/+4 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | HDFFV-10398 use the target name for custom commands | Allen Byrne | 2018-01-30 | 1 | -4/+2 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -10/+0 |
| | |||||
* | Fix fortran cmake variable usage | Allen Byrne | 2018-01-11 | 1 | -15/+15 |
| | |||||
* | Correct whitespace | Allen Byrne | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | HDFFV-10385 multi-config builders need folder set | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix packaging | Allen Byrne | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 includes cleanup | Allen Byrne | 2018-01-10 | 1 | -3/+1 |
| | |||||
* | Correct folder typo | Allen Byrne | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 fix platform errors | Allen Byrne | 2018-01-09 | 1 | -10/+11 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -10/+4 |
| | |||||
* | HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake | M. Scot Breitenfeld | 2017-12-07 | 2 | -11/+11 |
| | | | | This is now fixed via the HDFFV-10325 fix. | ||||
* | fixed check output string to match test | M. Scot Breitenfeld | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Fix for shared fortran libraries on mac (HDFFV-2772). | M. Scot Breitenfeld | 2017-05-18 | 3 | -9/+9 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 37 | -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 develop | Quincey Koziol | 2017-03-14 | 1 | -3/+3 |
| | |||||
* | Fix test output file name | Allen Byrne | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -12/+102 |
| | | | Also converted tests to use macros | ||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -35/+35 |
| | |||||
* | 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 | ||||
* | Merge pull request #67 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2016-10-14 | 1 | -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 variable | Allen Byrne | 2016-10-10 | 1 | -2/+2 |
| | | |||||
* | | Fix:HDFFV-9987 | M. Scot Breitenfeld | 2016-10-10 | 2 | -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 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 |
| | |||||
* | Fixed: Fortran_DOUBLE was being set to C_LONG_DOUBLE when C_LONG_DOUBLE is ↵ | M. Scot Breitenfeld | 2016-09-29 | 2 | -2/+5 |
| | | | | not available. | ||||
* | Removed duplicate FCFLAG. | M. Scot Breitenfeld | 2016-09-29 | 1 | -4/+0 |
| | |||||
* | Added path to source include files when building buidiface. | M. Scot Breitenfeld | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Added rule to build buildiface program, without a rule, build would add ↵ | M. Scot Breitenfeld | 2016-09-26 | 1 | -2/+6 |
| | | | | repeated compile options when using the NAG compiler. | ||||
* | Merge branch 'develop' of ↵ | M. Scot Breitenfeld | 2016-09-22 | 1 | -18/+54 |
|\ | | | | | | | 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 |
| | | |||||
* | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler | M. Scot Breitenfeld | 2016-09-22 | 2 | -27/+17 |
|/ | | | | 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-r30078] Fixed -- HDFFV-9675 Removed unused variables in Fortran Library. | Scot Breitenfeld | 2016-06-15 | 6 | -40/+38 |
| | | | | Tested Jelly. | ||||
* | [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 | 1 | -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 Robinson | 2016-03-08 | 4 | -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 Byrne | 2016-02-29 | 1 | -2/+2 |
| | |||||
* | [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configure | Dana Robinson | 2016-02-22 | 1 | -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_SIZEOF | Scot Breitenfeld | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | [svn-r29165] Various rododoc fixes. Effects comments only. | Scot Breitenfeld | 2016-02-19 | 6 | -12/+11 |
| | |||||
* | [svn-r29155] HDFFV-9652: Add fortran wrappers/test for collective metadata ↵ | Scot Breitenfeld | 2016-02-19 | 1 | -1/+1 |
| | | | | | | functions Tested: h5committest.new | ||||
* | [svn-r29092] Fixed uninitialized return value from fortran API. | Scot Breitenfeld | 2016-02-11 | 1 | -2/+2 |
| | |||||
* | [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers. | Scot Breitenfeld | 2016-02-08 | 2 | -0/+480 |
| | | | | Tested: h5committest.new | ||||
* | [svn-r27794] Reintegration merge of features/autotools_rework branch with trunk | Dana Robinson | 2015-09-15 | 1 | -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 |