summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10776 missing compiler flagsAllen Byrne2019-04-301-9/+9
|
* Merge pull request #1683 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developAllen Byrne2019-04-302-1/+5
|\ | | | | | | | | * commit '0a73ce19a4e7f57fe1bb06ca5be8d4697fe079aa': Fix Java JUnit-TestH5P failure on 32-bit arch
| * Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-302-1/+5
|/
* Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to developQuincey Koziol2019-04-3018-2791/+6584
|\ | | | | | | | | | | | | * commit '08b009cc4ab2a8d8d289697d6d4688c0e5c53c6e': Clean up if-else chain. Remove thread-local copy of hyperslab operation generation value. Core changes to selection code from the hyperslab_updates branch.
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-29121-2409/+5668
| |\
| * \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0625-302/+370
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0522-170/+338
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0467-885/+1367
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-237-39/+43
| |\ \ \ \ \
| * | | | | | Clean up if-else chain.Quincey Koziol2019-03-201-26/+24
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-201-2/+2
| |\ \ \ \ \ \
| * | | | | | | Remove thread-local copy of hyperslab operation generation value.Quincey Koziol2019-03-193-98/+4
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-191-1/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-17126-579/+1017
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-1620-2699/+6610
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1681 in HDFFV/hdf5 from ↵Dana Robinson2019-04-291-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:is_accessible_test_love to develop * commit '0c896fcdf9ebde870ead2dcee9a82e135554c28d': Missed an env check before strcmp.
| * | | | | | | | | Missed an env check before strcmp.Dana Robinson2019-04-291-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1667 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to ↵Binh-Minh Ribler2019-04-285-13/+176
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '3bc708078c6da432e68d7c8cda695ad7b794c860': Added more info to the function headers. Added new C++ wrappers - HDFFV-10622
| * | | | | | | | | Added more info to the function headers.Binh-Minh Ribler2019-04-221-2/+3
| | | | | | | | | |
| * | | | | | | | | Added new C++ wrappers - HDFFV-10622Binh-Minh Ribler2019-04-225-13/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Added wrappers for H5Pset/get_create_intermediate_group: // Specifies in property list whether to create missing // intermediate groups void setCreateIntermediateGroup(bool crt_intmd_group) const; // Determines whether property is set to enable creating missing // intermediate groups bool getCreateIntermediateGroup() const; Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | | | | | | | | | Merge pull request #1676 in HDFFV/hdf5 from ↵Quincey Koziol2019-04-2624-491/+181
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:refactor_obj_create_params to develop * commit '53ffbf4bf89350b5d6b90c11585f39af94209754': Cast enum to int, for strict varargs handling. Refactor group creation parameters to take them out of the group creation property list and pass them as normal function parameters. Warning cleanup Refactor link creation parameters from being passing as properties in the link creation property list to vararg function parameters. Minor cleanups Refactor attribute creation parameters to move parameters out of creation property list and into function parameters. A few minor cleanups Refactor dataset creation parameters out of the dataset creation property list and pass them as regular function parameters.
| * | | | | | | | | | Cast enum to int, for strict varargs handling.Quincey Koziol2019-04-251-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-259-58/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property list and pass them as normal function parameters.
| * | | | | | | | | | Warning cleanupQuincey Koziol2019-04-254-2/+4
| | | | | | | | | | |
| * | | | | | | | | | Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-2511-208/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link creation property list to vararg function parameters.
| * | | | | | | | | | Minor cleanupsQuincey Koziol2019-04-251-7/+0
| | | | | | | | | | |
| * | | | | | | | | | Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-259-117/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property list and into function parameters.
| * | | | | | | | | | A few minor cleanupsQuincey Koziol2019-04-252-8/+0
| | | | | | | | | | |
| * | | | | | | | | | Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-259-93/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list and pass them as regular function parameters.
* | | | | | | | | | | Merge pull request #1677 in HDFFV/hdf5 from ↵Dana Robinson2019-04-266-135/+255
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:is_accessible_test_love to develop * commit 'e66bf948a7acba0ddc76239f6d02f17c8b10eb0f': Fix for split VFD and file cleanup when testing H5Fis_hdf5 and H5Fis_accessible in tfile.c. Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs.
| * | | | | | | | | | | Fix for split VFD and file cleanup when testing H5Fis_hdf5Dana Robinson2019-04-262-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and H5Fis_accessible in tfile.c.
| * | | | | | | | | | | Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-256-135/+227
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs.
* | | | | | | | | | | Merge pull request #1678 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-04-262-2/+38
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2eaac93386feadef194962cb258e660038d39f1': ESE-97 add vol_plugin test to CMake builds
| * | | | | | | | | | | ESE-97 add vol_plugin test to CMake buildsAllen Byrne2019-04-252-2/+38
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1679 in HDFFV/hdf5 from ↵Ray Lu2019-04-252-0/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10760-skipping-external_env-and-vds_env to develop * commit '2c9025dcb96e5445ce878fa9e1d05fca738ae328': HDFFV-10760 Skipping external_env.c and vds_env.c for CMake to do VOL check and VFD check. Temporarily skipping external_env.c and vds_env.c for VFD check and VOL check in CMake following the example of links_env. Leave them for future work.
| * | | | | | | | | | HDFFV-10760 Skipping external_env.c and vds_env.c for CMake to do VOL check ↵Songyu Lu2019-04-252-0/+4
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and VFD check. Temporarily skipping external_env.c and vds_env.c for VFD check and VOL check in CMake following the example of links_env. Leave them for future work.
* | | | | | | | | | Merge pull request #1672 in HDFFV/hdf5 from ↵Ray Lu2019-04-242-3/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8-fix4 to develop * commit '562e8ec915c18f14390558399186aba7e3ead9c1': Changing file names and directory names to avoid possible conflict during parallel 'make check'.
| * | | | | | | | | | Changing file names and directory names to avoid possible conflict during ↵Songyu Lu2019-04-232-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parallel 'make check'.
* | | | | | | | | | | Merge pull request #1670 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-04-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4a4c0bc3972cde177c0a6e2a191b1fa187846c08': Fix issue with H5Iiterate always stopping with an error after the first iteration
| * | | | | | | | | | Fix issue with H5Iiterate always stopping with an error after the first ↵Jordan Henderson2019-04-231-0/+2
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iteration
* | | | | | | | | | Merge pull request #1666 in HDFFV/hdf5 from ~KOZIOL/hdf5:unwrap_vol_callback ↵Quincey Koziol2019-04-2310-70/+229
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '62198c2436ac3787afb49fa990d1ba8204264dba': Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying object without closing it. (Especially needed for pass-through connectors)
| * | | | | | | | | | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-2110-70/+229
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object without closing it. (Especially needed for pass-through connectors)
* | | | | | | | | | Merge pull request #1668 in HDFFV/hdf5 from ↵Ray Lu2019-04-224-23/+27
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8-fix3 to develop * commit '2c47094d4004c916d16667a23efe018db2c0558d': Changing file names to avoid possible conflicts during parallel test.
| * | | | | | | | | Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-224-23/+27
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1665 in HDFFV/hdf5 from ↵Ray Lu2019-04-191-6/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8-fix2 to develop * commit 'f42b6ace1899bd1e720bbdf4873e6f6e61bee39b': Changing output file names to avoid possible conflict during parallel build and test, especially on jelly.
| * | | | | | | | | Changing output file names to avoid possible conflict during parallel build ↵Songyu Lu2019-04-191-6/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | and test, especially on jelly.
* | | | | | | | | Merge pull request #1663 in HDFFV/hdf5 from ↵Ray Lu2019-04-181-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10658-performance-drop-between-1.8_fix to develop * commit 'cd9e9a1b5a20617f885ca6dc686625abb8a79a58': Minor fix: marking an internal function of the test for export.
| * | | | | | | | | Minor fix: marking an internal function of the test for export.Songyu Lu2019-04-181-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1654 in HDFFV/hdf5 from ↵Vailin Choi2019-04-182-46/+93
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10579-h5arename-function-fails-when to develop * commit '53a5c3be903ce7c24d02a6bd3a8d9b07a3f82404': Change the checking to H5I_INVALID_HID in test_attr_dense_rename(). Fix for HDFFV-10579 H5Arename fails when creation order of attributes is tracked. The attribute needs to be removed from the creation order index v2 B-tree before re-inserting the renamed attribute via H5A__dense_insert().
| * | | | | | | | | Change the checking to H5I_INVALID_HID in test_attr_dense_rename().Vailin Choi2019-04-161-10/+10
| | | | | | | | | |