Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
a768dd5a0ceHDFFV-10876 ignore old reference API tests
Allen ByrneAllen Byrne
7319765239dAdd missing quotes
Allen ByrneAllen Byrne
82751ecbb99Fix windows 10 compile error
Allen ByrneAllen Byrne
c7fe3b143b8Correct indentation
Allen ByrneAllen Byrne
70b7848c8e2Revert declaration used in macro.
Dana RobinsonDana Robinson
fe1f87bc5c2Minor tweaks noticed while going over VOL documentation.
Neil FortnerNeil Fortner
79557814af0Add note to RELEASE.txt for H5Sselect_adjust.
Neil FortnerNeil Fortner
9f77be02e51Add RELEASE.txt note for H5Sselect_project_interesection
Allen ByrneAllen Byrne
91a6e37dbc7Revert declaration deletion.
Neil FortnerNeil Fortner
6d5169c1dafAdd RELEASE.txt note for HVLget_file_type()
Allen ByrneAllen Byrne
64af1dab2cdHDFFV-10876 add note
Allen ByrneAllen Byrne
56249af938aAddress compile warnings
Richard WarrenRichard Warren
972ce40f362Fixed PR issues pointed out by Allen
Richard WarrenRichard Warren
41eada6dac6Remove the Copyright UofI per Larry's guidance
Richard WarrenRichard Warren
62639a45685Adds a new t_2Gio.c MPI test
Allen ByrneAllen Byrne
14578dabd4cFix compile errors - mostly in jni
Jerome SoumagneJerome Soumagne
56d210ac3ffFix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *
David YoungDavid Young
7bbe57d309aChange hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to 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...
Neil FortnerNeil Fortner
d00c5685b60Implement support for using H5Dvlen_get_buf_size with non-native VOL connectors.
Vailin ChoiVailin Choi
44e8fe048b6Two fixes: (1) Set the version for reference datatype messge to H5O_DTYPE_VERSION_4. (2) Verify the decoded version for hyperslab selection.
Neil FortnerNeil Fortner
1ece440e78fAdd H5VL_MAP_OPTIONAL operation id (unused currently).
Allen ByrneAllen Byrne
64601e9a968HDFFV-10876 Update dump to match DDL spec
Dana RobinsonDana Robinson
e4f9ad3dbbeYanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
Allen ByrneAllen Byrne
715374934dfAdd extra line
Allen ByrneAllen Byrne
6a8a3f826deAdjust whitespace
Allen ByrneAllen Byrne
19e6c0b26aaUpdate h5ls help and rework dump_mem routines for attrs
Allen ByrneAllen Byrne
bb26e035e61Update create calls
Allen ByrneAllen Byrne
417b8904361Add debug compile option as comment
Allen ByrneAllen Byrne
1e32da3e3fbUpdate reference calls
Neil FortnerNeil Fortner
d2b93dbc9edFix issues with using H5Pget_fill_value() with file datatypes retrieved from H5VLget_file_type().
Neil FortnerNeil Fortner
08d6ed84b74Add support for scalar dataspaces to H5Sproject_intersection. Add checking for ank validity.
Dana RobinsonDana Robinson
57b38f58bdcFixed missing blob callbacks in test VOL connectors.
Allen ByrneAllen Byrne
69937a4b8a9Add missing javadoc for new arg
Allen ByrneAllen Byrne
2a30c554394Update data output reference
Allen ByrneAllen Byrne
8972b966227Update reference files and fix int as string
Jordan HendersonJordan Henderson
f56dbdc8233Add OAPL parameter to H5Rcreate_ APIs
Chris HoganChris Hogan
8c86d9a7ba5Fix failing test and retain semantics for chunk cache properties in non-chunked datasets
Chris HoganChris Hogan
8ef9cc1fc0fAdd two missing calls to H5I_dec_ref for new dapl_id
Chris HoganChris Hogan
9ae1382fb43Community-proposed fix
Allen ByrneAllen Byrne
9e2bc84d641Update to new error text
Allen ByrneAllen Byrne
60bb18eee3bUpdate reference files to latest output
Neil FortnerNeil Fortner
fc34a593a7dFix missing free in H5T__ref_mem_read()
Neil FortnerNeil Fortner
175a14466cbFix bugs in H5VL file comparison code. Add short circuit success to H5VL_cmp_connector_cls().
Neil FortnerNeil Fortner
22ad1bd668dImplement file comparison VOL callback. Other changes to allow references to work with non-native connectors. There is a bug somewhere.
Jerome SoumagneJerome Soumagne
267b97c3ea6H5R: fix H5Tconv to check for null references Valid for both deprecated and non-deprecated references Update test
Neil FortnerNeil Fortner
aae787569beAdd support for point selections to H5S_select_project_intersection.
Jerome SoumagneJerome Soumagne
e1f67e86108Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE Remove H5F__get_file_id() and use only private routine instead
David YoungDavid Young
77144641dfbRevert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf3)"
David YoungDavid Young
e07ca4b4a53Revert "Oops, remove more C99 designated initializers for VS 2010 compatibility." This reverts commit f907b511d06612dafc7814a7c30f2f3d2b76d52b.
Neil FortnerNeil Fortner
975a360db28Move checking for zero offset in selection adjust calls to the selection callbacks. This makes the procedure for checking it consistent across selection types and between _s and _u, ensures it is always is performed even when called within the H5S package, and removes the redundant check that would occur when callins H5S_select_adjust_s() from outside the H5S package.