summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-2811-91/+93
* Merge pull request #2291 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/uninitialized to...Kimmy Mu2020-01-281-2/+2
* Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to dev...Kimmy Mu2020-01-281-1/+2
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2843-145/+151
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-2428-55/+63
|\
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-0827-55/+62
| * Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-0/+1
* | Merge pull request #2289 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-01-221-5/+14
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1966-998/+4065
* | H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-175-18/+39
|/
* Cherry pick of 0225e6d5969Quincey Koziol2020-01-0422-148/+190
* Cleanups from PR reviewsQuincey Koziol2020-01-044-102/+101
* Remove unnecessary H5CX callQuincey Koziol2020-01-041-4/+0
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-01-047-54/+255
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-0445-1571/+2860
* For portability, insulate the HDF5 library from some system macros.David Young2019-12-191-1/+18
* Minor tweaks noticed while going over VOL documentation.Dana Robinson2019-12-163-6/+6
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-168-51/+36
* Trivial parameter renaming in VOL API calls.Dana Robinson2019-12-164-23/+23
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-1311-2/+153
* Update version to 1.12.0-alpha1.Larry Knox2019-12-121-2/+2
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2019-12-112-2/+2
|\
| * Fix 2010 compile issueAllen Byrne2019-12-112-2/+2
* | HDFFV-10876 Merge from developAllen Byrne2019-12-091-21/+17
|/
* Merge pull request #2116 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-ref_tok...Jerome Soumagne2019-12-0919-180/+429
|\
| * Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2019-12-097-33/+35
| * Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-12-091-2/+6
| * H5R: fix H5Tconv to check for null referencesJerome Soumagne2019-12-094-42/+300
| * Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-12-0916-103/+88
* | Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2019-12-091-1/+1
|/
* Merge pull request #2114 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-revert ...Jerome Soumagne2019-12-0935-142/+68
|\
| * Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-0935-142/+68
* | Merge pull request #2104 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_3 to h...Neil Fortner2019-12-061-1/+2
|\ \
| * | Add H5VL_MAP_OPTIONAL operation id (unused currently).Neil Fortner2019-12-061-1/+2
| |/
* | Merge pull request #2103 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_2 to h...Neil Fortner2019-12-063-8/+26
|\ \
| * | Implement support for using H5Dvlen_get_buf_size withNeil Fortner2019-12-063-8/+26
| |/
* | Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-062-87/+130
|/
* Merge pull request #2101 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_5 to h...Neil Fortner2019-12-061-4/+4
|\
| * Fix issues with using H5Pget_fill_value() with file datatypes retrievedNeil Fortner2019-12-061-4/+4
* | Merge pull request #2096 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112 to hdf...Neil Fortner2019-12-061-0/+9
|\ \
| * | Fix issue where H5R__reopen_file did not make the file "post open"Neil Fortner2019-12-062-1/+10
* | | Merge pull request #2100 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_4 to h...Neil Fortner2019-12-065-34/+163
|\ \ \
| * | | Fix missing free in H5T__ref_mem_read()Neil Fortner2019-12-061-0/+2
| * | | Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2019-12-063-10/+16
| * | | Implement file comparison VOL callback. Other changes to allowNeil Fortner2019-12-064-31/+152
| | |/ | |/|
* | | Merge pull request #2099 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_3 to h...Neil Fortner2019-12-061-17/+113
|\ \ \
| * | | Add support for point selections to H5S_select_project_intersection.Neil Fortner2019-12-061-17/+113
| |/ /
* | | Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-12-063-87/+100
* | | Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-12-069-60/+210
|/ /
* | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2019-12-0621-250/+326
|\ \ | |/