summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Collapse)AuthorAgeFilesLines
* WhitespaceAllen Byrne2020-02-291-14/+14
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-01-292-7/+2
|
* Merge pull request #2318 in HDFFV/hdf5 from ↵David Young2020-01-291-89/+91
|\ | | | | | | | | | | | | ~DYOUNG/werror:reduce-werror-diffs-1 to develop * commit 'fa1b2f6ef35c459c9f74ead885c119ae7f61c056': Reduce differences between my -Werror branch and `develop`:
| * Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-89/+91
| | | | | | | | | | | | | | | | Rename index -> idx, fileno -> fnumber, fileno -> fno to avoid GCC shadowed declaration warnings about index(3). Convert #pragma GCC diagnostic push/pop/ignored to the HDF5 library's H5_GCC_DIAG_OFF()/H5_GCC_DIAG_ON() macros.
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-3/+3
|/
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
|\ | | | | | | | | | | | | | | | | * commit '406330addf45529ecdd088f4d22e9aab9a03661d': rename macro change condition pick up from Dave's fix leave Wswitch-default for later fix fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-01-271-1/+1
| | | | | | | | Wsign-compare, Wmisleading-indentation, Wshadow
* | Merge pull request #2304 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:isnan_fixes ↵Dana Robinson2020-01-281-116/+42
|\ \ | | | | | | | | | | | | | | | | | | to develop * commit '8b4d774eb9bb95cb3c59f033b43ed9fba340a54a': Replaced my_isnan with C99 isnan in h5diff.
| * | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-241-116/+42
| |/
* | Optimized the floating point comparisons a little bit.Dana Robinson2020-01-241-24/+24
| |
* | Fix for failing h5diff tests involving floating-point compares.Dana Robinson2020-01-241-6/+18
|/
* squash cast warning fixkmu2020-01-232-4/+4
|
* Change tools debug macros to not use error stackAllen Byrne2020-01-239-193/+132
|
* Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to developKimmy Mu2020-01-231-3/+3
|\ | | | | | | | | | | | | * commit '9afaf94bef740f89958a1a8aae369d5f607845f4': not use hdf5 private header fix float type cmp warning fix float type cmp warning
| * fix float type cmp warningkmu2020-01-221-3/+3
| |
* | merge and fixkmu2020-01-2113-198/+341
|\ \ | |/
| * Correct standalone function attributesAllen Byrne2020-01-171-4/+9
| |
| * Standalone should not use import/export attributesAllen Byrne2020-01-171-0/+5
| |
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1613-212/+338
| |
* | merge and fix conflictkmu2020-01-1911-70/+63
|\ \ | |/
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-139-55/+55
| |
* | merge and fix conflictskmu2020-01-1419-1804/+2786
|\ \ | |/
| * Fix standalone compile issuesAllen Byrne2020-01-091-46/+39
| |
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-062-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
| | * fix and address commentskmu2019-12-112-18/+6
| | |
| | * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-093-8/+1
| | |\
| | * | fix intel compile warningskmu2019-12-042-4/+16
| | | |
| * | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-3/+3
| | | |
| * | | 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-3112-552/+485
| | | |
| * | | Refactor tools library error handling macrosJordan Henderson2019-12-2813-843/+934
| | | |
| * | | Fix compile statement orderAllen Byrne2019-12-203-4/+5
| | | |
| * | | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-203-4/+4
| | | |
| * | | Add unknown define for h5dump ref objectsAllen Byrne2019-12-202-1/+3
| | | |
| * | | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-1913-425/+820
| | | |
| * | | 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-111-14/+14
| | | |
| * | | 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-063-6/+3
| | | |
| * | | Fix compile errors - mostly in jniAllen Byrne2019-12-062-22/+23
| | | |
| * | | HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-052-1/+4
| | | |
| * | | Update h5ls help and rework dump_mem routines for attrsAllen Byrne2019-12-044-169/+150
| | | |
| * | | Update data output referenceAllen Byrne2019-12-031-7/+24
| | | |
| * | | Update reference files and fix int as stringAllen Byrne2019-12-031-1/+7
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-023-8/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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().