summaryrefslogtreecommitdiffstats
path: root/hl
Commit message (Collapse)AuthorAgeFilesLines
* Ran bin/reconfigurebyrn2019-10-0714-0/+42
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-2814-56/+70
| | | | bin/reconfigur.
* Fix merge issues for MPIAllen Byrne2019-08-231-6/+6
|
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-226-92/+92
|
* Correct test logicAllen Byrne2019-08-181-5/+5
|
* Merge mostly whitespace changes from 1.10 branchAllen Byrne2019-08-1816-1029/+1020
|
* Fix fortran SHARED issues from mergeAllen Byrne2019-08-072-17/+17
|
* HDFFV-10845 More changes from 1.10 branchAllen Byrne2019-07-316-7/+17
|
* Merge of HDFFV-10845, 10529 from developAllen Byrne2019-07-2720-484/+604
|
* Removed h5watch and java makefilesdpopat2019-07-261-53/+0
|
* Reconfigured autoconf filesdpopat2019-07-1916-85/+121
|
* Updated change for options to build tools & tests for 1_8Dhvanil Popat2019-07-161-0/+53
|
* Added options to build tools and tests for HDF5_ 1_8Dhvanil Popat2019-07-164-8/+33
|
* Add tabs for entire block in Makefile.Larry Knox2019-05-112-16/+16
|
* Makefile needed tab instead of spaces.Larry Knox2019-05-112-2/+2
|
* Merge pull request #1697 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Larry Knox2019-05-102-4/+34
|\ | | | | | | | | | | | | | | hdf5_1_8 * commit 'dc7852104184dcb647382fa0a10e734c01d3d005': Add RELEASE.txt entry for HDFFV-10596. Add links to lib files from hl/fortran with names that match those of the other hl libs; e.g. libhdf5_hl_fortran.so -> libhdf5hl_fortran.so. Fix for HDFFV-10596.
| * Add links to lib files from hl/fortran with names that match those ofLarry Knox2019-05-092-4/+34
| | | | | | | | | | the other hl libs; e.g. libhdf5_hl_fortran.so -> libhdf5hl_fortran.so. Fix for HDFFV-10596.
* | Add fixes that were mistakenly omitted from merge of pull request 1594Neil Fortner2019-05-091-2/+2
| | | | | | | | to 1.8 branch.
* | Fix issue with direct chunk write not updating the "last chunk" indexNeil Fortner2019-05-071-5/+216
|/ | | | | cache. Fix issues involving datasets being "not allocated" when they contain cached raw data.
* Merge in CMake changes from developAllen Byrne2019-04-043-6/+6
|
* Snapshot version 1.8 release 22 (snap0)hdftest2019-04-012-74/+74
|
* Add missing SKIP_HDF5_FORTRAN_SHARED to all fortran cmakeAllen Byrne2018-11-013-4/+4
|
* Remove invalid file referenceAllen Byrne2018-10-301-4/+1
|
* Merge CMake changes from 1.10 to 1.8Allen Byrne2018-10-0216-267/+314
|
* Updated support branch version number to 1.8.22lrknox2018-05-132-74/+74
|
* HDFFV-10444 fix so numbersAllen Byrne2018-04-103-8/+8
|
* Correct name of hl compile scriptAllen Byrne2018-03-281-2/+2
|
* Merge from develop HDFFV-8359 and remove FindMPI copiesAllen Byrne2018-03-092-0/+93
|
* Change CMake min to 3.10Allen Byrne2018-03-0914-14/+14
|
* HDFFV-10398 Merge from developAllen Byrne2018-02-014-11/+11
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-228-28/+10
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-101-10/+5
|
* Update link target commandsAllen Byrne2017-12-213-16/+8
|
* Snapshot version 1.8 release 21 (snap0)hdftest2017-12-112-74/+74
|
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-0414-308/+784
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-173-21/+21
|
* HDFFV-10321 merge from developAllen Byrne2017-11-027-7/+7
|
* updated configure changes with bin/reconfigM. Scot Breitenfeld2017-10-272-74/+74
|
* Snapshot version 1.8 release 20 (snap6)HDF Tester2017-10-092-74/+74
|
* reconfigure needed after commit of test/Makefile.am on 8/22/2017.lrknox2017-09-192-74/+74
| | | | | Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
* Snapshot version 1.8 release 20 (snap3)HDF Tester2017-09-042-74/+74
|
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-2516-130/+102
|\ | | | | | | into hdf5_1_8
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-1414-0/+14
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-1214-56/+14
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
| * Ran bin/reconfigure after so number change.lrknox2017-06-063-9/+9
| |
| * Update version to 1.8.19-pre1.lrknox2017-06-022-74/+74
| |
* | Snapshot version 1.8 release 20 (snap1)HDF Tester2017-08-082-74/+74
| |
* | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-042-74/+74
| |
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-042-74/+74
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * \ Merge pull request #618 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-08-031-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit 'c7465bdfb8ebd857dbdd36a6e9e89236241add7e': changed comments, (HDFFV-10037) merged NAG changes from develop, (HDFFV-10037) merged NAG changes from develop, (HDFFV-10037) Removed extra Fortran flags, (HDFFV-10037) Rearranged where the substitution occurs. added chmod 755 for h5fc libtool does not pass the correct argument linking (-WL,-WL,,) for the NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)