summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* OESS-98 Update plugin build option - HDF5 1 12 (#173)Allen Byrne2020-12-151-24/+40
| | | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list * OESS-98 Update plugin build option
* Merge VOL framework versioning to 1.12 (#154)Quincey Koziol2020-12-101-0/+8
| | | | | * Enforce VOL framework version compatibility when registering connectors. Also add a version for the connector itself, some refactoring on the register calls, and move the logic for matching / rejecting a VOL connector class from the plugin module to the VOL module. (#151) * Revise VOL framework version compatibility for the 1.12 release branch
* Snapshot version 1.12 release 1-3. Update version to 1.12.1-4. (#116)Larry Knox2020-11-231-1/+1
|
* hdf5 1 12 release text (#110)hdf5-1.12.1-rc1Allen Byrne2020-11-217-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 autotoolsAllen Byrne2020-11-132-0/+12
|
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-122-0/+19
|
* HDFFV-10868 merge from developAllen Byrne2020-10-281-0/+8
|
* OESS-98 - add option to build plugin library with hdf5Allen Byrne2020-10-231-5/+5
|
* URL and options correctionsAllen Byrne2020-10-191-1/+1
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-163-8/+131
|
* Correct entries related to --enable-build-mode and --enable-profiling inLarry Knox2020-10-031-4/+7
| | | | INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
* Add clang-format changes from develop.Allen Byrne2020-09-281-0/+10
|
* Snapshot version 1.12 release 1-2. Update version to 1.12.1-3Larry Knox2020-09-181-1/+1
|
* Add release note for collective metadata fixQuincey Koziol2020-09-031-0/+6
|
* Added release note for MPI type fixQuincey Koziol2020-08-211-0/+6
|
* HDFFV-9989 Merge h5repack merge/prune from developAllen Byrne2020-08-151-0/+9
|
* spellingAllen Byrne2020-08-131-3/+3
|
* HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-0/+9
|
* Added RELEASE.txt note for HDFFV-11027Dana Robinson2020-08-111-0/+15
|
* Merge pull request #2693 in HDFFV/hdf5 from ↵Vailin Choi2020-07-211-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-1hdftest2020-07-191-1/+1
| | | | Update version to 1.12.1-2
* CMake updates:Allen Byrne2020-07-152-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 developLarry Knox2020-07-061-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 Koziol2020-06-181-0/+5
|
* Update release notes for last ID caching.Quincey Koziol2020-06-111-0/+5
|
* Add info to release notes about improvement for single element I/O.Quincey Koziol2020-06-111-1/+7
|
* Add info to release notes about improvement to metdata cache tagging for ↵Quincey Koziol2020-06-101-0/+5
| | | | chunked datasets.
* Add info about optimization to release notesQuincey Koziol2020-06-071-0/+5
|
* Add note about H5DOappend() optimization.Quincey Koziol2020-06-051-0/+6
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-05-081-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 Koziol2020-05-071-1/+4
| |
* | OESS-65 Fix packagingAllen Byrne2020-05-081-0/+1
|/
* OESS-65 replace szip with aec libraryAllen Byrne2020-04-273-1/+20
|
* Snapshot version 1.12 release 1 (snap0)hdftest2020-04-271-1/+1
| | | | Update version to 1.12.1-1
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-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 warningsAllen Byrne2020-04-031-0/+2
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-302-7/+21
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-03-291-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 Koziol2020-03-251-0/+3
| |
* | TRILAB-24 use CheckStructHasMember CMake moduleAllen Byrne2020-03-271-0/+6
|/
* Fixed configure issue when building HDF5 with NAG Fortran 7.0.M. Scot Breitenfeld2020-02-281-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 Knox2020-02-281-9/+1
|
* Clear RELEASE.txt HDF5 1.12.0 entries.Larry Knox2020-02-281-207/+3
|
* Update examples and fix version referencesAllen Byrne2020-02-268-210/+212
|
* Update Windows platformsAllen Byrne2020-02-241-5/+1
|
* Merge pull request #2391 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2020-02-242-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 versionAllen Byrne2020-02-232-1/+8
| |
* | Partial fix for HDFFV-10792Jordan Henderson2020-02-211-0/+15
|/
* update HDFFV-11029M. Scot Breitenfeld2020-02-181-0/+6
|
* Update release noteAllen Byrne2020-02-111-3/+12
|