summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* URL and options correctionsAllen Byrne2020-10-193-3/+5
|
* Mostly whitespace - reorder of inits.Allen Byrne2020-10-194-16/+17
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-1660-173/+668
|
* Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5.git into hdf5_1_12Allen Byrne2020-10-120-0/+0
|\
| * Enable splitter test (#33)Allen Byrne2020-10-111-1/+1
| |
* | Enable splitter testAllen Byrne2020-10-111-1/+1
|/
* Merge pull request #32 from lrknox/hdf5_1_12Larry Knox2020-10-102-2/+2
|\ | | | | Hdf5 1 12
| * Remove 1 addition to src/H5Cmpio.c of member added to H5C_t struct in ↵Larry Knox2020-10-101-1/+1
| | | | | | | | | | | | develop branch inadvertently and partially merged to hdf5_1_12 branch. The addition breaks compile with parallel enabled; removing it restores compile, tested with MPICH 3.3 and OpenMPI 4.0.0. e with '#' will be ignored, and an empty message aborts the commit.
| * Merge branch 'hdf5_1_12' of https://github.com/HDFGroup/hdf5 into hdf5_1_12Larry Knox2020-10-10279-16579/+16364
| |\ | |/ |/|
* | Merge pull request #30 from byrnHDF/hdf5_1_12Larry Knox2020-10-09195-12362/+12270
|\ \ | | | | | | Hdf5 1 12 merge changes from develop
| * | Remove line referencing new cache feature not yet movedAllen Byrne2020-10-081-1/+0
| | |
| * | Merge changes from developAllen Byrne2020-10-08195-12362/+12271
|/ / | | | | | | | | Comments and whitespace Skip file-locking and cache changes
* | Merge pull request #28 from byrnHDF/hdf5_1_12Larry Knox2020-10-0897-4229/+4105
|\ \ | | | | | | Hdf5 1 12
| * | Merge from developAllen Byrne2020-10-0721-3816/+3735
| | | | | | | | | | | | | | | | | | github workflow files parser files bin scripts doc corrections
| * | Cleanup comments in tests, align comments better, update vfd testAllen Byrne2020-10-0568-393/+350
| | |
| * | HDFFV-11096 fix usage ext in h5dumpAllen Byrne2020-10-0510-23/+23
|/ /
| * Fix memory leak in H5PL__find_plugin_in_pathMichael Kuhn2020-10-051-1/+3
| | | | | | | | | | When encountering a directory, the current loop iteration was skipped without freeing the memory allocated for the path.
| * Correct entries related to --enable-build-mode and --enable-profiling inLarry Knox2020-10-032-10/+7
|/ | | | INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
* Merge pull request #2914 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2020-10-012-2/+9
|\ | | | | | | | | | | | | hdf5_1_12 * commit 'e2f38a4a9756211de00f12963adaa7dd25fa397c': Add action options
| * Add action optionsAllen Byrne2020-10-012-2/+9
|/
* Merge pull request #2909 in HDFFV/hdf5 from ↵Allen Byrne2020-10-011118-319767/+321901
|\ | | | | | | | | | | | | ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12 * commit 'f1ba03cea5b82699a984c80bd2deac14fdc8df18': Source formatted
| * Source formattedAllen Byrne2020-10-011118-319767/+321901
|/
* Merge pull request #2903 in HDFFV/hdf5 from ↵Allen Byrne2020-09-30116-8233/+9706
|\ | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12 * commit '3088c6abec27ad477031a71d947ac3be4cb2429d': define name warning format fixes and define name from develop Src file format preventive updates Add clang-format changes from develop.
| * define nameAllen Byrne2020-09-301-1/+1
| |
| * warning format fixes and define name from developAllen Byrne2020-09-307-17/+10
| |
| * Src file format preventive updatesAllen Byrne2020-09-287-281/+293
| |
| * Add clang-format changes from develop.Allen Byrne2020-09-28106-8088/+9556
|/
* Merge pull request #2899 in HDFFV/hdf5 from ~JHENDERSON/hdf52:hdf5_1_12 to ↵Jordan Henderson2020-09-251-1/+1
|\ | | | | | | | | | | | | hdf5_1_12 * commit '6329ff98ce57d87fd1a7d233cb87076dc2fff99d': Fix memory sanity check option in CMake
| * Fix memory sanity check option in CMakeJordan Henderson2020-09-241-1/+1
|/
* Merge pull request #2892 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to ↵Larry Knox2020-09-186-7/+7
|\ | | | | | | | | | | | | hdf5_1_12 * commit '0cbb20b68e83a52d798676a81a3bbca284b1b36b': Snapshot version 1.12 release 1-2. Update version to 1.12.1-3
| * Snapshot version 1.12 release 1-2. Update version to 1.12.1-3Larry Knox2020-09-186-7/+7
|/
* Merge pull request #2875 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Larry Knox2020-09-042-1/+13
|\ | | | | | | | | | | | | | | hdf5_1_12 * commit 'f838fcbe6709c4a6780fe4874709d42d1d6e3bb9': Add zlib and szip pages Correct COPYING path
| * Add zlib and szip pagesAllen Byrne2020-09-041-0/+12
| |
| * Correct COPYING pathAllen Byrne2020-09-041-1/+1
|/
* Merge pull request #2871 in HDFFV/hdf5 from ↵Quincey Koziol2020-09-039-232/+32
|\ | | | | | | | | | | | | | | | | | | | | fix_nil_collective_metadata_write_1_12 to hdf5_1_12 * commit '8b48ddb4c8d02aec2bc5e938fe7b789f6ad9c2b2': Add release note for collective metadata fix Fix mis-merge from develop Update buffer count Revert " Checkin of fix for CGNS bug" Revert "Removed commeted out code from H5C_dump_coll_write_list()"
| * Add release note for collective metadata fixQuincey Koziol2020-09-031-0/+6
| |
| * Fix mis-merge from developQuincey Koziol2020-09-031-6/+1
| |
| * Update buffer countQuincey Koziol2020-09-031-29/+22
| |
| * Revert " Checkin of fix for CGNS bug"Quincey Koziol2020-09-038-207/+8
| | | | | | | | This reverts commit 94c34773ceae5b30c4afb227d0385ebf4ab6ce28.
| * Revert "Removed commeted out code from H5C_dump_coll_write_list()"Quincey Koziol2020-09-031-0/+5
| | | | | | | | This reverts commit eb75dc1bb02e13902d73a36caafe763eea585d02.
* | Merge pull request #2872 in HDFFV/hdf5 from vol_dataset_io_dxpl_fix_1_12 to ↵Quincey Koziol2020-09-032-15/+13
|\ \ | |/ |/| | | | | | | | | hdf5_1_12 * commit '9dde542398800763ab6f26e406c304c2b529a375': Bug fix to allow pass-through VOL connectors to set DXPL properties (like requesting collective operations) on dataset I/O
| * Bug fix to allow pass-through VOL connectors to set DXPL properties (like ↵Quincey Koziol2020-09-032-15/+13
|/ | | | requesting collective operations) on dataset I/O
* Merge pull request #2861 in HDFFV/hdf5 from ↵Quincey Koziol2020-08-288-47/+55
|\ | | | | | | | | | | | | hdf5_1_12_remove_unneeded_tagging to hdf5_1_12 * commit '4174fcb8c0a7f8f5ec5297f223c052eca039d5c3': Remove redundant calls to set the metadata cache tag
| * Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-278-47/+55
| |
* | Merge pull request #2862 in HDFFV/hdf5 from ↵Dana Robinson2020-08-272-13/+72
|\ \ | |/ |/| | | | | | | | | ~DEROBINS/hdf5_der:1_12_vfd_stubs to hdf5_1_12 * commit '2d6b43feefed8328d595469b9159af954e29c099': Adds HDFS VFD stubs to prevent binary compatibility problems
| * Adds HDFS VFD stubs to prevent binary compatibility problemsDana Robinson2020-08-272-13/+72
|/
* Merge pull request #2850 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2020-08-264-4/+11
|\ | | | | | | | | | | | | | | hdf5_1_12 * commit 'afb06550c5dcac37174c335e6876a6140f269eb5': MinGW uses "MinGW Makefiles" The version string has a second use for packaging
| * MinGW uses "MinGW Makefiles"Allen Byrne2020-08-262-2/+7
| |
| * The version string has a second use for packagingAllen Byrne2020-08-262-2/+4
|/
* Merge pull request #2825 in HDFFV/hdf5 from hdf5_1_12_namespace_cleanup to ↵Quincey Koziol2020-08-25359-10155/+6647
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_12 * commit '1077a767ff3885dd23bdbfdfba51037c925ce23c': Minor fixes to align w/state of 1.12 code Correct typos w/HGOTO_DONE & HGOTO_ERROR Move H5T_vlen_reclaim to package scope Switch H5VM inline routines back to single underscope and put a comment in their header about this naming Clean up private / package / static namespace issues (function naming, which header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup.