| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix shadowed type | Allen Byrne | 2020-04-13 | 1 | -3/+3 |
|
|
* | TRILAB-192 update LTparse files | Allen Byrne | 2020-04-07 | 3 | -1206/+1129 |
|
|
* | Minor updates and fix settings for fortran flags | Allen Byrne | 2020-04-06 | 1 | -1/+1 |
|
|
* | Remove overzealous additions | Allen Byrne | 2020-04-05 | 2 | -3/+1 |
|
|
* | Flag construction must be after compiler detection | Allen Byrne | 2020-04-05 | 3 | -59/+27 |
|
|
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 9 | -61/+44 |
|
|
* | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-03-27 | 1 | -1/+9 |
|\ |
|
| * | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 1 | -1/+9 |
|
|
* | | TRILAB-192 restrict extensive warnings to libraries | Allen Byrne | 2020-03-24 | 2 | -0/+12 |
|/ |
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -1/+1 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 15 | -15/+15 |
|
|
* | HDFFV-11012 - add correct fortran include path properties | Allen Byrne | 2020-02-04 | 1 | -2/+2 |
|
|
* | Merge pull request #2328 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-01-30 | 7 | -718/+988 |
|\ |
|
| * | Cleaned up remaining warnings in high-level library. | Dana Robinson | 2020-01-30 | 7 | -718/+988 |
|
|
* | | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-01-28 | 2 | -20/+8 |
|/ |
|
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 2 | -64/+111 |
|
|
* | HDFFV-11001 fix if block | Allen Byrne | 2020-01-15 | 1 | -3/+2 |
|
|
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 7 | -9/+8 |
|
|
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 11 | -17/+27 |
|
|
* | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t... | Kimmy Mu | 2020-01-06 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 2 | -5/+1 |
| |\ |
|
| * | | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -2/+1 |
|
|
| * | | fix intel compile warnings | kmu | 2019-12-04 | 1 | -1/+2 |
|
|
* | | | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-01-04 | 1 | -18/+18 |
|
|
* | | | In portable shell scripts (using #!/bin/sh) we have to use single square | David Young | 2019-12-19 | 1 | -1/+1 |
|
|
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-12-11 | 1 | -10/+11 |
|\ \ \ |
|
| * | | | Correct assignment | Allen Byrne | 2019-12-10 | 1 | -1/+1 |
|
|
| * | | | Fix java include, h5watch and remove clang tool. | Allen Byrne | 2019-12-10 | 1 | -10/+11 |
|
|
* | | | | HDFFV-10974 Change defines to eliminate Windows conflict | Allen Byrne | 2019-12-10 | 8 | -180/+175 |
|/ / / |
|
* | | | Fix windows 10 compile error | Allen Byrne | 2019-12-07 | 1 | -6/+18 |
|
|
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-12-02 | 2 | -5/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 2 | -2/+2 |
|
|
| * | | Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili... | David Young | 2019-11-27 | 1 | -5/+1 |
| |/ |
|
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-11-26 | 2 | -1/+5 |
|\ \
| |/ |
|
| * | Oops, remove more C99 designated initializers for VS 2010 compatibility. | David Young | 2019-11-25 | 1 | -1/+5 |
|
|
| * | Avoid unused-variable warnings: change static const strings in a couple | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
| * | Initialize a variable before its first use. | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-11-13 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Apparently, + has no special meaning, and neither does \+, in so-called | David Young | 2019-11-12 | 2 | -2/+2 |
|
|
* | | HDFFV-10876 Update h5dump and h5ls for new ref api. | Allen Byrne | 2019-11-07 | 1 | -70/+70 |
|/ |
|
* | Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop | David Young | 2019-11-05 | 6 | -12/+59 |
|\ |
|
| * | Make these scripts relocatable again: derive a relative path for the | David Young | 2019-11-05 | 2 | -2/+49 |
|
|
| * | Let us override the examples directory using --with-examplesdir=DIR. | David Young | 2019-10-03 | 6 | -9/+9 |
|
|
| * | Under the examples directories, always find the installed HDF5 | David Young | 2019-10-03 | 3 | -3/+3 |
|
|
* | | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 2 | -9/+9 |
|/ |
|
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 5 | -83/+83 |
|
|
* | This test cannot use HD prefix macro with printf of fprintf | Allen Byrne | 2019-08-17 | 1 | -2/+2 |
|
|
* | Update HD prefix and reconcile hl/cpp test | Allen Byrne | 2019-08-16 | 13 | -1215/+1223 |
|
|
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 4 | -120/+118 |
|
|
* | Merge pull request #1826 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_... | Dana Robinson | 2019-08-01 | 3 | -4/+3 |
|\ |
|