summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-043-5/+5
|
* Fix issue in h5dump where reference objects weren't being destroyedJordan Henderson2019-12-311-10/+3
|
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-3122-952/+871
|
* Refactor tools library error handling macrosJordan Henderson2019-12-2823-1300/+1390
|
* Add MPI libs to standalone perfAllen Byrne2019-12-221-2/+2
|
* Grep needs to search error fileAllen Byrne2019-12-221-1/+1
|
* Correct flaws in test scripts and filesAllen Byrne2019-12-223-10/+12
|
* grep for failure text in error stackAllen Byrne2019-12-221-1/+37
|
* Add list to function argAllen Byrne2019-12-211-1/+1
|
* Test files for new ref typesAllen Byrne2019-12-211-0/+13
|
* h5diff test script filesAllen Byrne2019-12-212-0/+4
|
* Add ref changes to test scriptAllen Byrne2019-12-211-1/+4
|
* Fix compile statement orderAllen Byrne2019-12-203-4/+5
|
* HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-205-6/+6
|
* Add unknown define for h5dump ref objectsAllen Byrne2019-12-202-1/+3
|
* Standalone doesn't use h5test implementation.Allen Byrne2019-12-201-0/+3
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-201-1/+1
|\ | | | | | | | | | | * commit 'b55a584fd5b3aac6f2514fba41a6182030b497ae': In portable shell scripts (using #!/bin/sh) we have to use single square brackets, [ ], instead of the bash-ism double square brackets, [[ ]]. Make this script work on hosts where PERL is not installed at /usr/bin/perl.
| * In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-191-1/+1
| | | | | | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
* | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-1947-467/+1454
|/
* Update h5debug to retrieve file pointer through VOL frameworkQuincey Koziol2019-12-171-1/+7
|
* Remove duplicate instanceAllen Byrne2019-12-161-4/+0
|
* Revert and move declarationAllen Byrne2019-12-131-3/+5
|
* Correct struct accessAllen Byrne2019-12-131-2/+2
|
* Fix duplicate and varnameAllen Byrne2019-12-131-4/+3
|
* Fix compile and test issues from DTAllen Byrne2019-12-131-1/+1
|
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-113-16/+16
|
* HDFFV-10876 fix compare referenceAllen Byrne2019-12-081-2/+2
|
* Add missing quotesAllen Byrne2019-12-071-2/+2
|
* Correct indentationAllen Byrne2019-12-071-15/+15
|
* Revert declaration used in macro.Allen Byrne2019-12-071-0/+1
|
* Revert declaration deletion.Allen Byrne2019-12-071-0/+1
|
* Address compile warningsAllen Byrne2019-12-064-24/+3
|
* Fix compile errors - mostly in jniAllen Byrne2019-12-062-22/+23
|
* HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-0514-1373/+1476
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-053-10/+3
|\ | | | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-043-10/+3
| | | | | | | | the Autotools and CMake.
* | Add extra lineAllen Byrne2019-12-042-0/+2
| |
* | Adjust whitespaceAllen Byrne2019-12-042-4/+4
| |
* | Update h5ls help and rework dump_mem routines for attrsAllen Byrne2019-12-0414-303/+248
| |
* | Add debug compile option as commentAllen Byrne2019-12-041-0/+2
| |
* | Update reference callsAllen Byrne2019-12-041-10/+21
| |
* | Update data output referenceAllen Byrne2019-12-033-19/+56
| |
* | Update reference files and fix int as stringAllen Byrne2019-12-034-32/+38
| |
* | Update to new error textAllen Byrne2019-12-022-6/+6
| |
* | Update reference files to latest outputAllen Byrne2019-12-0210-1617/+1230
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-026-17/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0772b975d1d2bfa15aedeb4b6e2c2aac78c61a2f': Fix missing free in H5T__ref_mem_read() Fix bugs in H5VL file comparison code. Add short circuit success to H5VL_cmp_connector_cls(). Implement file comparison VOL callback. Other changes to allow references to work with non-native connectors. There is a bug somewhere. Add support for point selections to H5S_select_project_intersection. Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf3)" Revert "Oops, remove more C99 designated initializers for VS 2010 compatibility." H5R: fix H5Tconv to check for null references Trivial parameter renaming in VOL API calls. Move 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. Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with H5Sselect_adjust. Implement "adjust_s" callback for all selection types. Add range checking to H5Sselect_adjust().
| * Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵David Young2019-11-276-17/+9
| | | | | | | | level and fixing some code.' (commit 5c911d8baf3)"
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-266-9/+17
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a8892bb42d6f6e4fbc30fae0eb2b957f81c938b9': (45 commits) Oops, remove more C99 designated initializers for VS 2010 compatibility. Add an #include to get a function declaration. Don't use C99 designated initializers, they're not compatible with Visual Studio 2010. Quiet some more maybe-uninitialized warnings---each is a false positive, *sigh*. This is more code that may not compile with VS2010, *sigh sigh*. Always warn on maybe-uninitialized. -Wincompatible-pointer-types was not available until GCC 5, so enable it only if that's the GCC version we're using. Only promote maybe-uninitialized warnings to errors on GCC 8. Even on GCC 8, there may be false positives at low optimization levels? I need to check. Only use -Werror=cast-function-type with GCC 8 and later. Put all of the -W options back into the order I found them in so that it's easier to compare old and new config/gnu-flags. Add new source files to CMakeLists.txt. Mention the -Werror= flags in libhdf5.settings.in. free -> HDfree Promote decleration-after-statement warnings to errors. Quiet decleration-after-statement warnings. Move a statement under some declarations since some vintages of Visual Studio don't like declarations after statements. Document H5D__chunk_mem_xfree_wrapper(). Undo accidental test deletion. Oops, delete a debug printf that snuck in here. Undo my changes to the HD macros, hadn't really intended those to be on this branch.... Make errors of some more warnings. Move disabled warnings to DEVELOPER_WARNING_CFLAGS. Put just one warning option on a line, and sort some of the options. Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *. ...
| * Demote errors to warnings for a couple of unused-but-set variables thatDavid Young2019-11-132-0/+7
| | | | | | | | I cannot untangle right now.
| * Delete an unused variable.David Young2019-11-131-1/+0
| |