Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HDFFV-10979 fix global name clash | Allen Byrne | 2020-05-20 | 5 | -718/+732 |
| | |||||
* | Fix 2010 compile issues | Allen Byrne | 2020-05-20 | 2 | -623/+623 |
| | |||||
* | Fix issues found with ONLY_SHARED_LIBS option | Allen Byrne | 2020-05-20 | 6 | -23/+24 |
| | |||||
* | Change from using H5Dcreate to H5Dcreate2 | Richard Warren | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Correct assignment | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Fix java include, h5watch and remove clang tool. | Allen Byrne | 2020-05-20 | 3 | -29/+12 |
| | |||||
* | Add missing filenames | Allen Byrne | 2020-05-20 | 1 | -2/+3 |
| | |||||
* | Update RELEASE.txt with performance improvements | Chris Hogan | 2020-05-20 | 1 | -0/+6 |
| | |||||
* | HDFFV-10974 Change defines to eliminate Windows conflict | Allen Byrne | 2020-05-20 | 8 | -180/+175 |
| | |||||
* | Add RELEASE.txt entry for Jira 10934 | Chris Hogan | 2020-05-20 | 1 | -0/+6 |
| | |||||
* | Add H5Rdestroy calls to cleanup | Allen Byrne | 2020-05-20 | 1 | -0/+3 |
| | |||||
* | Remove problem tests for now | Allen Byrne | 2020-05-20 | 1 | -202/+102 |
| | |||||
* | Add new test reference | Allen Byrne | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | HDFFV-10876 fix compare reference | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | HDFFV-10876 ignore old reference API tests | Allen Byrne | 2020-05-20 | 3 | -40/+26 |
| | |||||
* | Add missing quotes | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Fix windows 10 compile error | Allen Byrne | 2020-05-20 | 1 | -6/+18 |
| | |||||
* | Correct indentation | Allen Byrne | 2020-05-20 | 1 | -15/+15 |
| | |||||
* | Revert declaration used in macro. | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Minor tweaks noticed while going over VOL documentation. | Dana Robinson | 2020-05-20 | 3 | -6/+6 |
| | |||||
* | Add note to RELEASE.txt for H5Sselect_adjust. | Neil Fortner | 2020-05-20 | 1 | -0/+8 |
| | |||||
* | Add RELEASE.txt note for H5Sselect_project_interesection | Neil Fortner | 2020-05-20 | 1 | -0/+8 |
| | |||||
* | Revert declaration deletion. | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Add RELEASE.txt note for HVLget_file_type() | Neil Fortner | 2020-05-20 | 1 | -0/+9 |
| | |||||
* | HDFFV-10876 add note | Allen Byrne | 2020-05-20 | 1 | -0/+9 |
| | |||||
* | Address compile warnings | Allen Byrne | 2020-05-20 | 9 | -55/+33 |
| | |||||
* | Fixed PR issues pointed out by Allen | Richard Warren | 2020-05-20 | 2 | -2/+1 |
| | |||||
* | Remove the Copyright UofI per Larry's guidance | Richard Warren | 2020-05-20 | 2 | -0/+2 |
| | |||||
* | Adds a new t_2Gio.c MPI test | Richard Warren | 2020-05-20 | 1 | -0/+4980 |
| | |||||
* | Fix compile errors - mostly in jni | Allen Byrne | 2020-05-20 | 6 | -75/+113 |
| | |||||
* | Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t * | Jerome Soumagne | 2020-05-20 | 7 | -33/+35 |
| | |||||
* | Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to | David Young | 2020-05-20 | 4 | -144/+145 |
| | | | | | | | | | | | | | | | | | | | structs containing those arrays. Encapsulating the arrays in this way makes it easier to write and think about pointers to these types, casts to/from these types, etc. An interesting side-effect that we probably should *not* rely on is that the struct-encapsulation changes the alignment so that some GCC warnings about casts that increase the alignment requirement of the operand go away. Warnings like that have to be taken seriously: I will add -Werror=cast-align to the default compiler flags so that they stop the build quickly. GCC warnings led me to some surprising casts in test/trefer.c. I found that it was possible to make many simplifications after introducing the struct-encapsulation that I described, above. In test objcopy_ref `same_file` is assigned but never used. Delete it. | ||||
* | Implement support for using H5Dvlen_get_buf_size with | Neil Fortner | 2020-05-20 | 3 | -8/+26 |
| | | | | non-native VOL connectors. | ||||
* | Two fixes: | Vailin Choi | 2020-05-20 | 4 | -4/+9 |
| | | | | | (1) Set the version for reference datatype messge to H5O_DTYPE_VERSION_4. (2) Verify the decoded version for hyperslab selection. | ||||
* | Add H5VL_MAP_OPTIONAL operation id (unused currently). | Neil Fortner | 2020-05-20 | 1 | -1/+2 |
| | |||||
* | HDFFV-10876 Update dump to match DDL spec | Allen Byrne | 2020-05-20 | 16 | -1377/+1481 |
| | |||||
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2020-05-20 | 37 | -175/+156 |
| | | | | the Autotools and CMake. | ||||
* | Add extra line | Allen Byrne | 2020-05-20 | 2 | -0/+2 |
| | |||||
* | Adjust whitespace | Allen Byrne | 2020-05-20 | 2 | -4/+4 |
| | |||||
* | Update h5ls help and rework dump_mem routines for attrs | Allen Byrne | 2020-05-20 | 14 | -303/+248 |
| | |||||
* | Update create calls | Allen Byrne | 2020-05-20 | 1 | -11/+12 |
| | |||||
* | Add debug compile option as comment | Allen Byrne | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Update reference calls | Allen Byrne | 2020-05-20 | 2 | -12/+23 |
| | |||||
* | Fix issues with using H5Pget_fill_value() with file datatypes retrieved | Neil Fortner | 2020-05-20 | 1 | -4/+4 |
| | | | | from H5VLget_file_type(). | ||||
* | Add support for scalar dataspaces to H5Sproject_intersection. Add | Neil Fortner | 2020-05-20 | 2 | -87/+130 |
| | | | | checking for ank validity. | ||||
* | Fixed missing blob callbacks in test VOL connectors. | Dana Robinson | 2020-05-20 | 2 | -0/+12 |
| | |||||
* | Add missing javadoc for new arg | Allen Byrne | 2020-05-20 | 1 | -0/+6 |
| | |||||
* | Update data output reference | Allen Byrne | 2020-05-20 | 3 | -19/+56 |
| | |||||
* | Update reference files and fix int as string | Allen Byrne | 2020-05-20 | 7 | -44/+50 |
| | |||||
* | Add OAPL parameter to H5Rcreate_ APIs | Jordan Henderson | 2020-05-20 | 6 | -52/+83 |
| |