summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of ↵Jacob Smith2019-09-23456-35207/+57451
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Merge pull request #1937 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-09-235-33/+33
| |\ | | | | | | | | | | | | | | | * commit 'cf9eff93e05c9e68d82ebb1fc1e02319e428af35': Remove obsolete symbol small syntax changes
| | * Remove obsolete symbolAllen Byrne2019-09-201-14/+13
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-196-59/+62
| | |\ | | |/ | |/| | | | | | | * commit '93e8bbd9f47d6a2eace95f2ed3b2dd4b6336940a': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
| * | Merge pull request #1936 in HDFFV/hdf5 from ↵Dana Robinson2019-09-196-59/+62
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'a6930a2bcfd37ea3610baafb608faec883286315': Renamed get/set_time() calls in the tools library to avoid name clash when building static parallel HDF5 w/ static linking to OpenMPI.
| | * | Renamed get/set_time() calls in the tools library to avoid nameDana Robinson2019-09-196-59/+62
| | | | | | | | | | | | | | | | clash when building static parallel HDF5 w/ static linking to OpenMPI.
| | | * small syntax changesAllen Byrne2019-09-195-20/+21
| | |/ | |/|
| * | Merge pull request #1926 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-1926-1154/+1203
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8cddc96f73e8f90f67792405f5142b419e9061d7': Change unused variable to generic form Whitespace cleanup Add missing HD prefix HDFFV-10740 - skip copying dirs in for loops Correct HDF5 options to tristate values. HDFFV-10905 fix test scripts for no zlib HDFFV-10903 - fix VFD constants in JNI
| | * | Change unused variable to generic formAllen Byrne2019-09-191-1/+1
| | | |
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-191-0/+2
| | |\ \ | | |/ / | |/| | | | | | | | | | * commit '4d4a88a9f3775d1c6be820208a2699ae38d586b4': Fix for H5EA debug package when built in release mode.
| * | | Merge pull request #1932 in HDFFV/hdf5 from ↵Dana Robinson2019-09-181-0/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '911b1ca67fdf7c2f3a32dd42c591e4e9b2fa1950': Fix for H5EA debug package when built in release mode.
| | * | Fix for H5EA debug package when built in release mode.Dana Robinson2019-09-181-0/+2
| |/ /
| | * Whitespace cleanupAllen Byrne2019-09-1816-1111/+1112
| | |
| | * Add missing HD prefixAllen Byrne2019-09-181-1/+1
| | |
| | * HDFFV-10740 - skip copying dirs in for loopsAllen Byrne2019-09-184-26/+54
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-187-38/+18
| | |\ | | |/ | |/| | | | | | | * commit '57f1a2124c65283fc48c4ca700392e1682d0e754': Moved NDEBUG guards to H5EA_DEBUG in H5EA package.
| * | Merge pull request #1930 in HDFFV/hdf5 from ↵Dana Robinson2019-09-187-38/+18
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '431123503d387bce30b1f6db7dc4ad3a33bc51bb': Moved NDEBUG guards to H5EA_DEBUG in H5EA package.
| | * | Moved NDEBUG guards to H5EA_DEBUG in H5EA package.Dana Robinson2019-09-177-38/+18
| | | |
| | | * Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
| | | |
| | | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-172-0/+16
| | | |\ | | |_|/ | |/| | | | | | | | | | * commit 'ab52a0effa605ad6d75cb77cf708bba795cba641': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| * | | Merge pull request #1927 in HDFFV/hdf5 from ↵Dana Robinson2019-09-172-0/+16
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit 'f5a84c9856888446e329dd36bff842e5a2db708c': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| | * | Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-172-0/+16
| |/ / | | | | | | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| | * HDFFV-10905 fix test scripts for no zlibAllen Byrne2019-09-172-7/+11
| | |
| | * HDFFV-10903 - fix VFD constants in JNIAllen Byrne2019-09-171-2/+14
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-173-4/+26
| | |\ | | |/ | |/| | | | | | | | | | * commit '046e6e8770212dc020279aba1d7a5c9aa5ec5913': Added a release note for HDFFV-10892 (fcntl lock bug). Fix segfault after H5VL_loc_params_t fix merge
| * | Merge pull request #1924 in HDFFV/hdf5 from ↵Dana Robinson2019-09-161-0/+22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '387d2e671c597a51b4166667a16e740a8e1449fa': Added a release note for HDFFV-10892 (fcntl lock bug).
| | * | Added a release note for HDFFV-10892 (fcntl lock bug).Dana Robinson2019-09-161-0/+22
| | | |
| * | | Merge pull request #1923 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-09-162-4/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | * commit 'db1022ef5dad4ee450ca092b8b471040f405bbcf': Fix segfault after H5VL_loc_params_t fix merge
| | * | Fix segfault after H5VL_loc_params_t fix mergeJordan Henderson2019-09-162-4/+4
| |/ /
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-163-6/+6
| | |\ | | |/ | |/| | | | | | | * commit 'c1c522f6ce8f6d7e44e6ea99860b19228f46952a': Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t structure was passed via varargs
| * | Merge pull request #1922 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-168-646/+533
| |\ \ | | |/ | | | | | | | | | * commit 'b477f9bcc7bb83d7c06e1d09f428030f51d71897': HDFFV-10901 add missing config options
| | * HDFFV-10901 add missing config optionsAllen Byrne2019-09-138-646/+533
| | |
| * | Merge pull request #1887 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-09-163-6/+6
| |\ \ | | |/ | |/| | | | | | | * commit '0de0965c61823186ac61c0d6876d4d77578e5bcc': Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t structure was passed via varargs
| | * Fix issue in H5Lcreate_hard and H5Olink where entire H5VL_loc_params_t ↵Jordan Henderson2019-08-213-6/+6
| | | | | | | | | | | | structure was passed via varargs
| * | Merge pull request #1920 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-09-1317-201/+545
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '05f49d5ffdbd4cf9e967d60a3a0efd0ca7f2c820': (22 commits) HDFFV-10854 add release note for windows Fix get home dir for windows Use variable for test output Allow tests to dump output if not comparing revert as CHECK will first check for exception Clear exception for getting JNI string to clear the exception Correct Windows check revert windows change Windows ssl headers are not in system loacation Add include dirs and default lib for windows Add policy to use <package>_ROOT Add statement for label if code unimplemented Update Windows require for CURL to CMake 3.13 Fix unused var Add updated find module for earlier CMake versions Correct label and var names Add back missing java implementation use h5test.h add test library special windows override ...
| | * | HDFFV-10854 add release note for windowsAllen Byrne2019-09-121-3/+28
| | | |
| | * | Fix get home dir for windowsAllen Byrne2019-09-121-23/+26
| | | |
| | * | Use variable for test outputAllen Byrne2019-09-111-1/+2
| | | |
| | * | Allow tests to dump output if not comparingAllen Byrne2019-09-111-0/+8
| | | |
| | * | revert as CHECK will first check for exceptionAllen Byrne2019-09-101-6/+6
| | | |
| | * | Clear exception for getting JNI string to clear the exceptionAllen Byrne2019-09-101-6/+6
| | | |
| | * | Correct Windows checkAllen Byrne2019-09-061-4/+1
| | | |
| | * | revert windows changeAllen Byrne2019-09-061-4/+4
| | | |
| | * | Windows ssl headers are not in system loacationAllen Byrne2019-09-061-5/+5
| | | |
| | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-09-061-151/+173
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5b9f3660d7419fde023e3f277fb8f7d742fa255e': Reworked the previously refactorred code. Improvement of test code
| | * | | Add include dirs and default lib for windowsAllen Byrne2019-09-051-0/+4
| | | | |
| | * | | Add policy to use <package>_ROOTAllen Byrne2019-09-051-0/+4
| | | | |
| | * | | Add statement for label if code unimplementedAllen Byrne2019-09-051-0/+2
| | | | |
| | * | | Update Windows require for CURL to CMake 3.13Allen Byrne2019-09-053-196/+3
| | | | |
| | * | | Fix unused varAllen Byrne2019-09-051-2/+6
| | | | |