summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit basically has the following changes:Songyu Lu2019-04-0411-438/+848
| | | | | | 1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get.
* HDFFV-10658: I left out this file in my previous commit.Songyu Lu2019-03-221-5/+6
|
* HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce ↵Songyu Lu2019-03-225-253/+42
| | | | 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.
* HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-136-42/+391
| | | | | 1. external file prefix and VDS prefix. 2. the datatype, dataspace, and LCPL of the dataset for VOL connector.
* Merge pull request #1599 in HDFFV/hdf5 from preserve_lib_state to developQuincey Koziol2019-03-126-46/+783
|\ | | | | | | | | * commit '86598573641dfa27278c9e29df0fa79bd7d8e07f': Add API routines to retrieve, restore, reset, and free library state.
| * Add API routines to retrieve, restore, reset, and free library state.Quincey Koziol2019-03-116-46/+783
|/ | | | | | (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)
* Merge pull request #1597 in HDFFV/hdf5 from ↵Ray Lu2019-03-081-0/+10
|\ | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset-2 to develop * commit '5f22afff3a05a2c8fc694ddb0c7e1081a660b398': Added a note of bug fix for HDFFV-10705.
| * Added a note of bug fix for HDFFV-10705.Songyu Lu2019-03-081-0/+10
|/
* Merge pull request #1595 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2019-03-071-1/+2
|\ | | | | | | | | | | | | develop * commit 'fc3f606d5c30d614b7e6cddaf4d0dafd80987bec': Fixed the MANIFEST
| * Fixed the MANIFESTDana Robinson2019-03-071-1/+2
|/
* Merge pull request #1593 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-03-073-79/+1264
|\ | | | | | | | | * commit '775e3740d64ca9a8a31ded673e93815d76387dad': Update documents following DHF5 1.10.5 release.
| * Update documents following DHF5 1.10.5 release.Larry Knox2019-03-053-79/+1264
| |
* | Merge pull request #1592 in HDFFV/hdf5 from dset_ohdr_min_fix to developQuincey Koziol2019-03-063-6/+107
|\ \ | |/ |/| | | | | | | * commit '33db9f56449c974fed6b4a8a19072546bcd31e15': Fix typo. Move 'minimize dataset object header flag' into API context
| * Fix typo.Quincey Koziol2019-03-051-1/+1
| |
| * Move 'minimize dataset object header flag' into API contextQuincey Koziol2019-03-053-6/+107
|/
* Merge pull request #1588 in HDFFV/hdf5 from ↵Ray Lu2019-03-011-0/+5
|\ | | | | | | | | | | | | ~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset to develop * commit 'b23079de3af4bfb7aa0508fb81aacd67a76c2114': HDFFV-10705: Fixed memory leak in scale offset filter.
| * HDFFV-10705: Fixed memory leak in scale offset filter.Songyu Lu2019-02-281-0/+5
|/
* Merge pull request #1582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-274-9/+120
|\ | | | | | | | | | | * commit '64f21ec6397d00e45ff4d41e70c5131241be587e': Correct CMake examples for a binary install Correct varname
| * Correct CMake examples for a binary installAllen Byrne2019-02-273-8/+119
| |
| * Correct varnameAllen Byrne2019-02-261-1/+1
|/
* Merge pull request #1580 in HDFFV/hdf5 from update_vol_callbacks to developQuincey Koziol2019-02-258-140/+170
|\ | | | | | | | | * commit 'd6663b95ac7e9e378b24bd721ea4403ca98d4adf': Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' classes.
| * Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval'Quincey Koziol2019-02-238-140/+170
|/ | | | classes.
* Merge pull request #1571 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-02-223-3/+3
|\ | | | | | | | | * commit '8a4371f69ae07619fa9561431b9ee9df9d5b3e47': Minor fix in h5str_sprintf for NULL region references
| * Minor fix in h5str_sprintf for NULL region referencesJordan Henderson2019-02-223-3/+3
|/
* Merge pull request #1569 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_threadsafe ↵Jerome Soumagne2019-02-224-7/+19
|\ | | | | | | | | | | | | to develop * commit 'bcf5c400c06bf06820b25c37eceaa97245f15f1f': Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.h
| * Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-214-7/+19
| | | | | | | | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* | Merge pull request #1466 in HDFFV/hdf5 from ↵Dana Robinson2019-02-2044-367/+435
|\ \ | |/ |/| | | | | | | | | ~DEROBINS/hdf5_der:c_stdlib_posix_call_cleanup to develop * commit '32ea4e72f1e85e0e7ff6457aae0bd210e56d1cad': C and POSIX call cleanup
| * Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-19221-23697/+25274
| |\ | |/ |/|
* | Merge pull request #1559 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-1848-375/+364
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | Update standard checkAllen Byrne2019-02-171-6/+4
| | |
| * | Fix typoAllen Byrne2019-02-171-1/+1
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-1722-3977/+1898
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | Merge pull request #1558 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-02-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit 'f69e11efa827521231813496a1ca1243dd0e1cba': Remove ' ' (typo).
| * | | Remove ' ' (typo).Larry Knox2019-02-171-1/+1
|/ / /
* | | Merge pull request #1547 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp5:develop ↵Binh-Minh Ribler2019-02-167-345/+243
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Code improvementBinh-Minh Ribler2019-02-163-282/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Removed dead code and accidentally leftover code Platforms tested: Linux/64 (jelly) - very minor
| * | | Removed an extra "using" statementBinh-Minh Ribler2019-02-151-2/+0
| | | |
| * | | Adding documentationBinh-Minh Ribler2019-02-151-1/+7
| | | | | | | | | | | | | | | | | | | | Description Added detail about the argument "fields" of H5Object::visit.
| * | | Added C++ wrapper for H5Ovisit2Binh-Minh Ribler2019-02-141-44/+4
| | | |
| * | | Merge branch 'develop' of ↵Binh-Minh Ribler2019-02-147-11/+19
| |\ \ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp5 into develop
| * | | | Adding a C++ wrapperBinh-Minh Ribler2019-02-145-35/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | Merge pull request #1548 in HDFFV/hdf5 from merge_hyperslab_updates_04 to ↵Quincey Koziol2019-02-1514-3631/+1654
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | develop * commit '320eaf91b9adb36bb0fed9264d460e4a808200b7': More changes to align with incoming selection improvements.
| * | | | More changes to align with incoming selection improvements.Quincey Koziol2019-02-1414-3631/+1654
| |/ / /
| | * | HDFFV-10703 Update version match logicAllen Byrne2019-02-151-25/+25
| | | |
| | * | HDFFV-10703 revert pre-3.11 optionAllen Byrne2019-02-153-4/+68
| | | |
| | * | HDFFV-10703 macro vars need quotesAllen Byrne2019-02-155-13/+12
| | | |
| | * | HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-1548-407/+335
| | | |
| | * | Use correct variable nameAllen Byrne2019-02-141-1/+1
| |/ / |/| |
* | | Merge pull request #1544 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-02-147-11/+19
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | * commit 'b5a4f470cdf7113c0691cca6fb201672c4e1d86d': Use STREQUAL Add command to build options and check defines Skip testing of cache_image test CMake if statement correction
| * | Use STREQUALAllen Byrne2019-02-141-1/+1
| | |