Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hdf5 1 12 release text (#110)hdf5-1.12.1-rc1 | Allen Byrne | 2020-11-21 | 7 | -4320/+9200 |
| | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list | ||||
* | Add doxygen framework for CMake and autotools | Allen Byrne | 2020-11-13 | 2 | -0/+12 |
| | |||||
* | Correct TARGET variable and CMake config file location | Allen Byrne | 2020-11-12 | 2 | -0/+19 |
| | |||||
* | HDFFV-10868 merge from develop | Allen Byrne | 2020-10-28 | 1 | -0/+8 |
| | |||||
* | OESS-98 - add option to build plugin library with hdf5 | Allen Byrne | 2020-10-23 | 1 | -5/+5 |
| | |||||
* | URL and options corrections | Allen Byrne | 2020-10-19 | 1 | -1/+1 |
| | |||||
* | OESS-98 add CMake option to build plugins project within hdf5 | Allen Byrne | 2020-10-16 | 3 | -8/+131 |
| | |||||
* | Correct entries related to --enable-build-mode and --enable-profiling in | Larry Knox | 2020-10-03 | 1 | -4/+7 |
| | | | | INSTALL file, and remove obsolete SZIP paragraph from COPYING file. | ||||
* | Add clang-format changes from develop. | Allen Byrne | 2020-09-28 | 1 | -0/+10 |
| | |||||
* | Snapshot version 1.12 release 1-2. Update version to 1.12.1-3 | Larry Knox | 2020-09-18 | 1 | -1/+1 |
| | |||||
* | Add release note for collective metadata fix | Quincey Koziol | 2020-09-03 | 1 | -0/+6 |
| | |||||
* | Added release note for MPI type fix | Quincey Koziol | 2020-08-21 | 1 | -0/+6 |
| | |||||
* | HDFFV-9989 Merge h5repack merge/prune from develop | Allen Byrne | 2020-08-15 | 1 | -0/+9 |
| | |||||
* | spelling | Allen Byrne | 2020-08-13 | 1 | -3/+3 |
| | |||||
* | HDFFV-11127 - force RTLD_LOCAL in dlopen | Allen Byrne | 2020-08-12 | 1 | -0/+9 |
| | |||||
* | Added RELEASE.txt note for HDFFV-11027 | Dana Robinson | 2020-08-11 | 1 | -0/+15 |
| | |||||
* | Merge pull request #2693 in HDFFV/hdf5 from ↵ | Vailin Choi | 2020-07-21 | 1 | -0/+14 |
| | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
* | Snapshot version 1.12.1-1 | hdftest | 2020-07-19 | 1 | -1/+1 |
| | | | | Update version to 1.12.1-2 | ||||
* | CMake updates: | Allen Byrne | 2020-07-15 | 2 | -0/+33 |
| | | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags | ||||
* | Merge pull request #2670 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2020-07-06 | 1 | -0/+9 |
| | | | | | * commit 'fc69de0e8ae30e80c1c3c542b156226a75444525': Lib files needed are now copied to a subdirectory in the java/test directory, and on Macs the loader path for libhdf5.xxxs.so is changed in the temporary copy of libhdf5_java.dylib. Fix for HDFFV-11063 | ||||
* | Add info to release notes. | Quincey Koziol | 2020-06-18 | 1 | -0/+5 |
| | |||||
* | Update release notes for last ID caching. | Quincey Koziol | 2020-06-11 | 1 | -0/+5 |
| | |||||
* | Add info to release notes about improvement for single element I/O. | Quincey Koziol | 2020-06-11 | 1 | -1/+7 |
| | |||||
* | Add info to release notes about improvement to metdata cache tagging for ↵ | Quincey Koziol | 2020-06-10 | 1 | -0/+5 |
| | | | | chunked datasets. | ||||
* | Add info about optimization to release notes | Quincey Koziol | 2020-06-07 | 1 | -0/+5 |
| | |||||
* | Add note about H5DOappend() optimization. | Quincey Koziol | 2020-06-05 | 1 | -0/+6 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) | Allen Byrne | 2020-05-08 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | | | | | | | * commit '943129f61000899e394b75405723a3f110a21205': Add note to release notes. Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's request. Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads implementation ought to be portable to any system that has POSIX Threads. On Windows, I use the same API call as before. Align contents of CMake and autotools testfile cleanup lists. Avoid allocating a chunk index for datasets with 0-sized dimensions, until the dataset is extended. | ||||
| * | Add note to release notes. | Quincey Koziol | 2020-05-07 | 1 | -1/+4 |
| | | |||||
* | | OESS-65 Fix packaging | Allen Byrne | 2020-05-08 | 1 | -0/+1 |
|/ | |||||
* | OESS-65 replace szip with aec library | Allen Byrne | 2020-04-27 | 3 | -1/+20 |
| | |||||
* | Snapshot version 1.12 release 1 (snap0) | hdftest | 2020-04-27 | 1 | -1/+1 |
| | | | | Update version to 1.12.1-1 | ||||
* | TRILAB-192 - merge changes from develop | Allen Byrne | 2020-04-07 | 1 | -3/+5 |
| | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags. | ||||
* | Update release note for CMake warnings | Allen Byrne | 2020-04-03 | 1 | -0/+2 |
| | |||||
* | TRILAB-192 merging warnings changes from develop | Allen Byrne | 2020-03-30 | 2 | -7/+21 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) | Allen Byrne | 2020-03-29 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | | | * commit '16b909a7488d8288206dd0bb7cf9ef7036d7f543': Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). Was checking the wrong compiler macro. Correct failure when allocation tracking are disabled. Remove VCS merge conflict Revise API for H5get_alloc_stats() to take a struct instead of separate values. Add routines to query the library's free list sizes and allocation stats. | ||||
| * | Update release notes about H5get_alloc_stats() and H5get_free_list_sizes(). | Quincey Koziol | 2020-03-25 | 1 | -0/+3 |
| | | |||||
* | | TRILAB-24 use CheckStructHasMember CMake module | Allen Byrne | 2020-03-27 | 1 | -0/+6 |
|/ | |||||
* | Fixed configure issue when building HDF5 with NAG Fortran 7.0. | M. Scot Breitenfeld | 2020-02-28 | 1 | -0/+6 |
| | | | | | | | HDF5 now accounts for the addition of half-precision floating-point in NAG 7.0 with a KIND=16. (MSB - 2020/02/28, HDFFV-11033) | ||||
* | One more change to RELEASE.txt. | Larry Knox | 2020-02-28 | 1 | -9/+1 |
| | |||||
* | Clear RELEASE.txt HDF5 1.12.0 entries. | Larry Knox | 2020-02-28 | 1 | -207/+3 |
| | |||||
* | Update examples and fix version references | Allen Byrne | 2020-02-26 | 8 | -210/+212 |
| | |||||
* | Update Windows platforms | Allen Byrne | 2020-02-24 | 1 | -5/+1 |
| | |||||
* | Merge pull request #2391 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵ | Allen Byrne | 2020-02-24 | 2 | -1/+8 |
|\ | | | | | | | | | | | | | | | | | hdf5_1_12 * commit '5b5ff6ee094033f2ecd974b8e0bdaac2b0c7e617': Correct usage of add_compile_definitions Merge changes from develop mostly cmake 3.12 minimum version Merge changes from develop for CMake and Java | ||||
| * | Merge changes from develop mostly cmake 3.12 minimum version | Allen Byrne | 2020-02-23 | 2 | -1/+8 |
| | | |||||
* | | Partial fix for HDFFV-10792 | Jordan Henderson | 2020-02-21 | 1 | -0/+15 |
|/ | |||||
* | update HDFFV-11029 | M. Scot Breitenfeld | 2020-02-18 | 1 | -0/+6 |
| | |||||
* | Update release note | Allen Byrne | 2020-02-11 | 1 | -3/+12 |
| | |||||
* | HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵ | Muqun Yang | 2020-02-10 | 1 | -0/+15 |
| | | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt. | ||||
* | HDFFV-11012 fix fortran include properties | Allen Byrne | 2020-02-05 | 1 | -0/+42 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12) | Allen Byrne | 2020-01-28 | 1 | -1/+1 |
|\ | | | | | | | | | * commit '91d29817413e00f1dcd006d13790df6ce7aeb5c0': Update version to 1.12.1-snap0 for hdf5_1_12 branch. |