summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
Commit message (Collapse)AuthorAgeFilesLines
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-184/+172
|
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-66/+28
|\
| * Minor normalizations with 1.12 branchDana Robinson2020-08-011-8/+8
| |
| * Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-021-69/+31
| |
| * Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
| |
| * Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-201-3/+14
| |
| * Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-0/+5
| |
| * Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-02-071-1/+39
| | | | | | | | that are missing <inttypes.h>.
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-0/+12
| |
| * Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-3/+3
| | | | | | | | branch.
| * Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-171-0/+3
| | | | | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| * Snapshot version 1.11 release 5.hdftest2019-05-021-2/+2
| | | | | | | | Update version to 1.11.6.
| * Snapshot version 1.11 release 4.hdftest2019-04-011-2/+2
| | | | | | | | Update version to 1.11.5.
| * Snapshot version 1.11 release 3.hdftest2018-11-051-2/+2
| |
* | Trim trailing whitespaceQuincey Koziol2020-05-201-1/+1
| |
* | Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-05-201-3/+14
| |
* | Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-05-201-0/+5
| |
* | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-05-201-1/+39
| | | | | | | | that are missing <inttypes.h>.
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-0/+12
| |
* | Straggler: add htri_to_string() for converting htri_t to a stringDavid Young2020-03-301-0/+11
| | | | | | | | constant.
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-3/+6
| | | | | | | | | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* | Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.David Young2019-10-031-57/+67
|/
* Snapshot version 1.11 release 2.hdftest2018-09-201-2/+2
|
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
| | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-4/+4
| | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.
* Snapshot version 1.10 release 3 (snap3)hdftest2018-06-241-2/+2
|
* Snapshot version 1.10 release 3 (snap2)hdftest2018-06-041-2/+2
|
* Updated version to 1.10.3-snap2hdftest2018-05-291-2/+2
|
* Updated version to 1.10.3-snap1hdftest2018-04-301-2/+2
|
* Updated version to 1.10.3-snap0lrknox2018-03-141-3/+3
|
* Snapshot version 1.10 release 2 (snap9)hdftest2018-02-111-2/+2
|
* Snapshot version 1.10 release 2 (snap8)hdftest2018-01-081-2/+2
|
* Snapshot version 1.10 release 2 (snap7)hdftest2017-12-311-2/+2
|
* Snapshot version 1.10 release 2 (snap6)hdftest2017-12-241-2/+2
|
* Snapshot version 1.10 release 2 (snap5)hdftest2017-12-171-2/+2
|
* Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-0/+1
|\
| * Normalization with VOL integration branch.Dana Robinson2017-11-301-0/+1
| |
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-3/+3
| | | | | | | | | | | | | | | | version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
* | Snapshot version 1.10 release 2 (snap4)hdftest2017-12-111-2/+2
| |
* | Snapshot version 1.10 release 2 (snap3)hdftest2017-11-201-2/+2
| |
* | Snapshot version 1.10 release 2 (snap2)HDF Tester2017-10-161-2/+2
| |
* | Snapshot version 1.10 release 2 (snap1)hdftest2017-08-091-2/+2
| |
* | Snapshot 1.10.2-snap1hdftest2017-08-041-2/+2
| | | | | | | | (Committed 8/1/2017 but not pushed from fork)
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* | Merge bin/h5vers changes from develop.lrknox2017-03-241-3/+3
| | | | | | | | | | Pull version from configure for version test in h5repack_plugin.sh.in Update version to 1.10.2-snap0 for hdf5_1_10 branch.
* | set initial version for HDF5 1.10.1.lrknox2017-03-171-4/+4
|/
* Snapshot version 1.9 release 235hdftest2016-12-161-2/+2
|
* Snapshot release: increment version.lrknox2016-10-011-2/+2
|