Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2739 in HDFFV/hdf5 from namespace_cleanup_01 to develop | Quincey Koziol | 2020-08-14 | 15 | -309/+44 |
|\ | | | | | | | | | | | | | | | * commit '3f46a380e084d83a84783383bdfbbd9a443e9f27': Correct typos w/HGOTO_DONE & HGOTO_ERROR Move H5T_vlen_reclaim to package scope Switch H5VM inline routines back to single underscope and put a comment in their header about this naming Clean up private / package / static namespace issues (function naming, which header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup. | ||||
| * | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-12 | 2 | -6/+6 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-10 | 1 | -6/+6 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-07 | 66 | -134/+251 |
| |\ \ \ | |||||
| * | | | | Switch H5VM inline routines back to single underscope and put a comment in ↵ | Quincey Koziol | 2020-08-06 | 3 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | their header about this naming | ||||
| * | | | | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 16 | -322/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header file, FUNC_ENTER / LEAVE, etc). Removed remaining personal email addresses from library source code (still needs cleaned from other directories). Misc. warning, style, and whitespace cleanup. | ||||
* | | | | | Tweak to hide unused threadsafe callback in non-threadsafe builds | Dana Robinson | 2020-08-13 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Cleans warnings and cruft from ttsafe_attr_vlen.c | Dana Robinson | 2020-08-12 | 1 | -11/+9 |
| | | | | | |||||
* | | | | | Fixes Windows issues due to exposed pthread code | Dana Robinson | 2020-08-12 | 1 | -4/+7 |
| | | | | | |||||
* | | | | | Fixes a size mismatch when copying old-style to new-style references | Dana Robinson | 2020-08-12 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Fixes memory leads in trefer.c | Dana Robinson | 2020-08-12 | 1 | -20/+22 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #2752 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-08-12 | 2 | -6/+6 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | to develop * commit '78c6be05a84f854074a4df2e10c15a56444e4015': Fixes the splitter VFD test on Windows. | ||||
| * | | | Fixes the splitter VFD test on Windows. | Dana Robinson | 2020-08-12 | 2 | -6/+6 |
| | |/ | |/| | |||||
* | | | Fixes flock Windows failure | Dana Robinson | 2020-08-07 | 1 | -6/+6 |
|/ / | |||||
* | | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 65 | -70/+66 |
| | | | | | | | | Removes redundant C library headers from hl library | ||||
* | | Merge pull request #2730 in HDFFV/hdf5 from ↵ | Dana Robinson | 2020-08-06 | 3 | -64/+185 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:file_locking_squash_2 to develop * commit '47ad0ac7237b464e939fe54dd129a151944d9706': Renames BEST-EFFORT to BEST_EFFORT for file locking env var Updated the file locking Fortran property list wrappers and added a test. Fixed missing parens in VFDs Minor change to header comments in file locking C++ changes. Squash merge of file locking fixes | ||||
| * | Merge branch 'develop' into file_locking_squash_2 | Dana Robinson | 2020-08-06 | 4 | -14/+18 |
| |\ | |||||
| * | | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 3 | -64/+185 |
| | | | |||||
* | | | Merge pull request #2715 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_vlen_ref to ↵ | Jerome Soumagne | 2020-08-06 | 1 | -0/+303 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'ef6db167a86e6c065d46963dbd75cd325fe83813': H5R: fix encoding of references that are part of compound types | ||||
| * | | | H5R: fix encoding of references that are part of compound types | Jerome Soumagne | 2020-07-28 | 1 | -0/+303 |
| | | | | | | | | | | | | | | | | Add corresponding test and some debug information | ||||
* | | | | Fixes warnings in the splitter VFD and tests | Dana Robinson | 2020-08-06 | 1 | -109/+148 |
| |_|/ |/| | | |||||
* | | | Warning fixes in tools and h5test.c | Dana Robinson | 2020-08-06 | 1 | -8/+15 |
| | | | |||||
* | | | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 3 | -6/+3 |
| |/ |/| | |||||
* | | Minor normalizations with hdf5_1_10 | Dana Robinson | 2020-07-31 | 9 | -414/+331 |
|/ | |||||
* | Fixed additional typos in tselect.c comments. | Dana Robinson | 2020-07-28 | 1 | -2/+2 |
| | |||||
* | Fixes typo in tselect.c | Dana Robinson | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Updates H5Sset_extent_none() to set H5S_NULL | Dana Robinson | 2020-07-28 | 1 | -2/+78 |
| | | | | | | | | The API call used to set the internal H5S_NO_CLASS value which produced errors when such a dataspace was passed to many other API calls. Fixes HDFFV-11027 | ||||
* | Merge pull request #2693 in HDFFV/hdf5 from ↵ | Vailin Choi | 2020-07-17 | 5 | -1/+181 |
|\ | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-11080-heap-use-after-free-by-the-call to develop * commit '3023b34272cc6ada84aebfa7441a6a55afa3621c': Update MANIFEST. Add new test to Cmake. Fix for jira issue HDFFV-11080: (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
| * | Update MANIFEST. | vchoi | 2020-07-16 | 1 | -0/+1 |
| | | | | | | | | Add new test to Cmake. | ||||
| * | Fix for jira issue HDFFV-11080: | vchoi | 2020-07-14 | 4 | -1/+180 |
| | | | | | | | | | | (1) Patch up the file pointer when reading attribute of variable length datatype (2) Test to verify the fix when doing multiple threads | ||||
* | | H5R: fix type conversion of references within vlen type | Jerome Soumagne | 2020-07-16 | 1 | -0/+270 |
|/ | | | | Update trefer.c with vlen test case | ||||
* | Add new source files to CMake build | Quincey Koziol | 2020-06-28 | 1 | -0/+1 |
| | |||||
* | Clean up warnings | Quincey Koziol | 2020-06-28 | 1 | -21/+20 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into monotonic_timer | Quincey Koziol | 2020-06-27 | 3 | -54/+134 |
|\ | |||||
| * | * Fix intermittent error with Splitter VFD. | Jacob Smith | 2020-06-25 | 3 | -54/+134 |
| | | | | | | | | | | | | | | | | Mismatch in time of test file creation was creating false negatives. Add file-duplication routine: `h5_duplicate_file_by_bytes()`. * Change library calls in `h5test.c:h5_compare_file_bytes()` to their HD-prefixed equivalents. | ||||
* | | Merge remote-tracking branch 'origin/develop' into monotonic_timer | Quincey Koziol | 2020-06-26 | 226 | -49539/+88368 |
|\ \ | |/ | |||||
| * | Merge pull request #2615 in HDFFV/hdf5 from ↵ | Jake Smith | 2020-06-15 | 1 | -1/+2 |
| |\ | | | | | | | | | | | | | | | | | | | ~JAKE.SMITH/hdf5:bugfix/splitter_valgrind_patch to develop * commit '6462c67b6578e48c1ef6d847be59c0b5e3598a50': Patch a few holes in the Splitter VFD implementation. | ||||
| | * | Patch a few holes in the Splitter VFD implementation. | Jacob Smith | 2020-05-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * Missing logfile close on driver-open failure. * Initialize empty string in test/vfd (logfile path in W/O compat check). | ||||
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Larry Knox | 2020-06-07 | 1 | -7/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'aa338c3a87a4544ccb164832422e3e2462a57b88': Detect when there's the same-shaped selection of a single block of elements on both selections, but with different selection types (i.e. one selection defined as an 'all' type and the other as a hyperslab or point type), without falling into the generic selection iteration case. Normalization of H5T.c with 1.10. Normalization of H5D.c with 1.10. | ||||
| | * | | Detect when there's the same-shaped selection of a single block of elements on | Quincey Koziol | 2020-06-05 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | both selections, but with different selection types (i.e. one selection defined as an 'all' type and the other as a hyperslab or point type), without falling into the generic selection iteration case. | ||||
| * | | | Add flags from config/clang-warnings/*general files to H5 C and CXX flags ↵ | Larry Knox | 2020-06-06 | 1 | -3/+3 |
| |/ / | | | | | | | | | | | | | | | | | | | for all versions of Clang and Clang++ compilers. Switched from cut to awk in testcheck_version.sh.in to avoid dependence on tab vs. " " in version definitions in H5public.h. | ||||
| * | | Normalizations with 1.10 branch. | Dana Robinson | 2020-06-02 | 1 | -4/+4 |
| |/ | |||||
| * | Minor tweaks to testhdf5 code after normalization with 1.10. | Dana Robinson | 2020-05-28 | 2 | -45/+45 |
| | | |||||
| * | Misc warning fixes. | Dana Robinson | 2020-05-10 | 4 | -18/+39 |
| | | |||||
| * | Align contents of CMake and autotools testfile cleanup lists. | Quincey Koziol | 2020-05-03 | 2 | -90/+49 |
| | | |||||
| * | Avoid allocating a chunk index for datasets with 0-sized dimensions, until | Quincey Koziol | 2020-05-01 | 2 | -20/+214 |
| | | | | | | | | the dataset is extended. | ||||
| * | Merge pull request #2541 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-04-27 | 1 | -0/+59 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'c03ee563f46013d22f36a1895664a9ba876558e9': Further updates to the tools warnings fixes from code review. Updates to tools warning PR from code review. Fixes for warnings in the tools code. | ||||
| | * | Updates to tools warning PR from code review. | Dana Robinson | 2020-04-26 | 1 | -4/+4 |
| | | | |||||
| | * | Fixes for warnings in the tools code. | Dana Robinson | 2020-04-25 | 1 | -0/+59 |
| | | | |||||
| * | | For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX | David Young | 2020-04-24 | 1 | -2/+2 |
| | | | | | | | | | | | | instead of "%ju". |