summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Added a work-around for va_copy() on pre-2013 versions of Visual Studio.Dana Robinson2018-12-171-0/+3
| |/ / / / / / /
| * | | | | | | Merge pull request #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...Dana Robinson2018-12-1720-169/+201
| |\ \ \ \ \ \ \
| | * | | | | | | Moved the native VOL connector's optional enums to theDana Robinson2018-12-1520-169/+201
| * | | | | | | | Merge pull request #1383 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:strtok_windows...Dana Robinson2018-12-161-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Added #define to use strtok_s instead of strtok_r on Windows.Dana Robinson2018-12-161-0/+1
| | |/ / / / / / /
| * | | | | | | | Updated the passthru VOL connector:Dana Robinson2018-12-161-334/+337
| |/ / / / / / /
| * | | | | | | Make sure to free copy of VOL connector's name when H5VL_register_connector f...Jordan Henderson2018-12-141-3/+6
| * | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-132-0/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Still need the stamp1 files if PREGENAllen Byrne2018-12-131-0/+20
| | * | | | | | | HDFFV-10660 Add new files to OUTPUT section of custom commandsAllen Byrne2018-12-131-0/+6
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-135-8/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | typoM. Scot Breitenfeld2019-01-021-1/+1
* | | | | | | updated defined constantsM. Scot Breitenfeld2019-01-021-6/+10
* | | | | | | Removed reason for breaking read-proc0-and-bcastM. Scot Breitenfeld2019-01-023-9/+2
* | | | | | | switched to using CX instead of a global var.M. Scot Breitenfeld2018-12-315-6/+65
* | | | | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb...M. Scot Breitenfeld2018-12-131-0/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | align H5Aget_info behavior with H5Gget_info when null attribute pointer is su...Jordan Henderson2018-12-121-0/+2
| |/ / / / /
* | | | | | HDFFV-10652M. Scot Breitenfeld2018-12-124-46/+110
|/ / / / /
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-101-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Minor tweak to address JIRA HDFFV-10611 (which was already fixed).Dana Robinson2018-12-081-2/+2
| |/ / /
* | | | Add stamp files for generated filesAllen Byrne2018-12-071-2/+17
|/ / /
* | | Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-12-071-1/+8
|\ \ \
| * | | HDFFV-10635: Some minor changes to the test case and the comments in the libr...Songyu Lu2018-12-061-2/+3
| * | | HDFFV-10635: Allowing to write the same variable-length element more than once.Songyu Lu2018-11-301-1/+7
* | | | Fix build errors VOL changes, when using --disable-deprecated-symbols.Quincey Koziol2018-12-062-4/+20
* | | | Correct Windows build.Quincey Koziol2018-12-051-1/+1
* | | | Refactor allocating & releasing pass through wrapper objects.Quincey Koziol2018-12-031-558/+184
* | | | Fix typoQuincey Koziol2018-11-301-1/+1
* | | | Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-301-0/+6
* | | | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value.Quincey Koziol2018-11-291-1/+2
* | | | Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-293-43/+26
* | | | Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-291-1/+1
* | | | Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-2812-89/+19
* | | | Add pass-through VOL connectorQuincey Koziol2018-11-285-4/+3114
* | | | Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-283-19/+73
* | | | Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-289-82/+256
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-285-7/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #1344 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-273-4/+4
| |\ \ \
| | * | | HDFFV-10607 Fixing two compiler warnings in the library.Songyu Lu2018-11-273-4/+4
| | |/ /
| * | | Yanked all MPI-1 callsDana Robinson2018-11-272-17/+9
| * | | Updated H5S to use the MPI-2 function MPI_Type_get_exten()Dana Robinson2018-11-271-2/+24
| |/ /
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-221-19/+26
|\ \ \ | |/ /
| * | Move wait_H5init.cmake up to config/cmake.Larry Knox2018-11-201-1/+1
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Larry Knox2018-11-206-37/+45
| |\ \
| * | | Changes to CMake code to pause cmake/ctest, waiting for batch jobs toLarry Knox2018-11-201-16/+18
| * | | Add script and changes to wait for H5Tinit.cLarry Knox2018-11-141-10/+15
* | | | Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-2221-437/+436
* | | | Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-2111-53/+293
* | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-202-1/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1335 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-11-192-1/+10
| |\ \ \