summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2556 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5...Larry Knox2020-04-3048-222/+271
|\
| * Update config/gnu-cxxflags.Larry Knox2020-04-301-17/+16
| * Update to use optimization flags, C++ error flags, and correctLarry Knox2020-04-3047-205/+255
|/
* Merge pull request #2554 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5...Larry Knox2020-04-295-8/+10
|\
| * Remove verbose assignments in smoke_check 3 and 5 functions.Larry Knox2020-04-291-2/+0
| * Resolve warning errors from -Werror= flags:Larry Knox2020-04-295-8/+12
|/
* Merge pull request #2553 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-2816-22/+33
|\
| * More fixes for unused variableAllen Byrne2020-04-2813-6/+18
| * Fix -Werror=unused-variableAllen Byrne2020-04-281-12/+11
| * Add -Werror= flags to lists displayed in libhdf5.settings.Larry Knox2020-04-281-2/+2
| * Correct -Werror=unused-variableAllen Byrne2020-04-282-2/+2
|/
* Merge pull request #2549 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-2712-79/+91
|\
| * Correct CMake versionAllen Byrne2020-04-271-2/+2
| * OESS-65 replace szip with aec szipAllen Byrne2020-04-2712-77/+89
|/
* Merge pull request #2526 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5...Allen Byrne2020-04-2717-145/+208
|\
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-272-0/+15
| * Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-274-54/+18
| * Fix NoFilter buildAllen Byrne2020-04-271-1/+1
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-2713-55/+127
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Larry Knox2020-04-277-18/+18
| |\ | |/ |/|
* | Merge pull request #2543 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to hdf...hdftest2020-04-267-18/+18
|\ \
| * \ Merge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hf...hdftest2020-04-26194-3404/+4971
| |\ \ | |/ / |/| |
| * | Snapshot version 1.8 release 22 (snap6)hdftest2020-04-267-18/+18
| | * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-204-41/+53
| |/ |/|
* | Merge pull request #2523 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5...Larry Knox2020-04-173-4/+7
|\ \
| * | Parallel Fortran tests now use the MPI module instead of includingDana Robinson2020-04-173-4/+7
|/ /
* | Merge pull request #2518 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-161-1/+4
|\ \
| * | TRILAB-192 - parser files cannot handle this warningAllen Byrne2020-04-161-1/+4
|/ /
* | Merge pull request #2515 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5...Larry Knox2020-04-151-0/+23
|\ \
| * | Add prefix_relto_examplesdir function to set relative path to h5c++.Larry Knox2020-04-151-0/+23
|/ /
* | Merge pull request #2482 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-14188-3381/+4881
|\ \
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-04-141-3/+11
| |\ \ | |/ / |/| |
* | | Merge pull request #2500 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/18_dt...Vailin Choi2020-04-141-3/+11
|\ \ \
| * | | A fix in the cleaning up code for datatype when datatype initialization via H...vchoi2020-04-081-3/+11
|/ / /
| * | Fix shadow variableAllen Byrne2020-04-141-3/+3
| * | TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
| * | TRILAB-192 correct fortran commandsAllen Byrne2020-04-144-22/+113
| * | Fix shadowed typeAllen Byrne2020-04-131-3/+3
| * | TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-135-88/+200
| * | Add missing " and update function calls incorrectlyLarry Knox2020-04-133-24/+24
| * | TRILAB-192 update LTparse filesAllen Byrne2020-04-072-75/+77
| * | Remove 128bit config check fo 1.8Allen Byrne2020-04-071-70/+1
| * | Add missing m4 fileAllen Byrne2020-04-074-139/+459
| * | TRILAB-192 - merge changes from developAllen Byrne2020-04-0748-1483/+1258
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-04-062-16/+46
| |\ \ | |/ / |/| |
* | | Merge pull request #2493 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_8 to hdf5...Jordan Henderson2020-04-052-16/+46
|\ \ \
| * | | H5repack bug fixes from developJordan Henderson2020-04-052-16/+46
|/ / /
| * | Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| * | Correct extra flags and merge TRILAB-24Allen Byrne2020-04-013-90/+22
| * | Update LT filesAllen Byrne2020-04-015-161/+206