| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the overhead; 2. restoring the retrieval of three vol properties to H5P_get instead of using API context to prepare for Quincey's upcoming refactoring work.
|
|
|
|
|
| |
1. external file prefix and VDS prefix.
2. the datatype, dataspace, and LCPL of the dataset for VOL connector.
|
|\
| |
| |
| |
| | |
* commit '86598573641dfa27278c9e29df0fa79bd7d8e07f':
Add API routines to retrieve, restore, reset, and free library state.
|
|/
|
|
|
|
| |
(Primarily for use in the async VOL connector, which has to schedule API
operations for future execution and then restore the state of the library when
the operation actually executes)
|
|\
| |
| |
| |
| |
| |
| | |
~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset-2 to develop
* commit '5f22afff3a05a2c8fc694ddb0c7e1081a660b398':
Added a note of bug fix for HDFFV-10705.
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
develop
* commit 'fc3f606d5c30d614b7e6cddaf4d0dafd80987bec':
Fixed the MANIFEST
|
|/ |
|
|\
| |
| |
| |
| | |
* commit '775e3740d64ca9a8a31ded673e93815d76387dad':
Update documents following DHF5 1.10.5 release.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
* commit '33db9f56449c974fed6b4a8a19072546bcd31e15':
Fix typo.
Move 'minimize dataset object header flag' into API context
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset to develop
* commit 'b23079de3af4bfb7aa0508fb81aacd67a76c2114':
HDFFV-10705: Fixed memory leak in scale offset filter.
|
|/ |
|
|\
| |
| |
| |
| |
| | |
* commit '64f21ec6397d00e45ff4d41e70c5131241be587e':
Correct CMake examples for a binary install
Correct varname
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
* commit 'd6663b95ac7e9e378b24bd721ea4403ca98d4adf':
Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' classes.
|
|/
|
|
| |
classes.
|
|\
| |
| |
| |
| | |
* commit '8a4371f69ae07619fa9561431b9ee9df9d5b3e47':
Minor fix in h5str_sprintf for NULL region references
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
to develop
* commit 'bcf5c400c06bf06820b25c37eceaa97245f15f1f':
Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
|
| |
| |
| |
| |
| |
| | |
Add REQUIRED to find_package(Threads)
Link against thread library if static and not WIN32 platform
|
|\ \
| |/
|/|
| |
| |
| |
| | |
~DEROBINS/hdf5_der:c_stdlib_posix_call_cleanup to develop
* commit '32ea4e72f1e85e0e7ff6457aae0bd210e56d1cad':
C and POSIX call cleanup
|
| |\
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '6d07eb126e63b025199a5fe68f41a42269b5921b':
Update standard check
Fix typo
HDFFV-10703 Update version match logic
HDFFV-10703 revert pre-3.11 option
HDFFV-10703 macro vars need quotes
HDFFV-10703 Update CMake commands to latest standard
Use correct variable name
|
| | | |
|
| | | |
|
| |\ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '5ad3891d9b861593ebe25d540bed2d913eb83aba':
Remove ' ' (typo).
Code improvement
Removed an extra "using" statement
Adding documentation
More changes to align with incoming selection improvements.
Added C++ wrapper for H5Ovisit2
Adding a C++ wrapper
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit 'f69e11efa827521231813496a1ca1243dd0e1cba':
Remove ' ' (typo).
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to develop
C++ wrapper for H5Ovisit2
* commit '6c212353c45ef84b5c977c6019e4d72263534aea':
Code improvement
Removed an extra "using" statement
Adding documentation
Added C++ wrapper for H5Ovisit2
Adding a C++ wrapper
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description:
Removed dead code and accidentally leftover code
Platforms tested:
Linux/64 (jelly) - very minor
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Description
Added detail about the argument "fields" of H5Object::visit.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp5 into develop
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Description:
- Added a wrapper for H5Ovisit2 to class H5Object
// Recursively visit elements reachable from this object.
void visit(H5_index_t idx_type, H5_iter_order_t order,
visit_operator_t user_op, void *op_data, unsigned int fields);
- Fixed various typos in documentation
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop
* commit '320eaf91b9adb36bb0fed9264d460e4a808200b7':
More changes to align with incoming selection improvements.
|
| |/ / / |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
* commit 'b5a4f470cdf7113c0691cca6fb201672c4e1d86d':
Use STREQUAL
Add command to build options and check defines
Skip testing of cache_image test
CMake if statement correction
|
| | | |
|
| | | |
|
| | | |
|