summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merged HDFFV-10792 parallel compression fix from develop.Dana Robinson2020-04-302-3/+61
|/
* Merge pull request #2550 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-04-282-4/+8
|\
| * Add -Werror= flags to lists displayed in libhdf5.settings.Larry Knox2020-04-281-2/+2
| * Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_l...Larry Knox2020-04-2713-82/+94
| |\ | |/ |/|
* | Merge pull request #2548 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-04-2713-82/+94
|\ \
| * | Correct cmake version in textAllen Byrne2020-04-271-2/+2
| * | whitespaceAllen Byrne2020-04-271-1/+1
| * | OESS-65 replace szip with aec szipAllen Byrne2020-04-2712-79/+91
|/ /
| * Fix errors: ISO C90 forbids mixed declarations and codeLarry Knox2020-04-271-2/+6
|/
* Merge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Allen Byrne2020-04-2719-151/+212
|\
| * Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to dev...David Young2020-04-272-6/+3
| * Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-274-54/+18
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-272-0/+15
| * Fix NoFilter buildAllen Byrne2020-04-271-1/+1
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-2713-55/+128
| * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-214-41/+53
* | Merge pull request #2544 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hd...hdftest2020-04-276-7/+7
|\ \ | |/ |/|
| * Snapshot version 1.10 release 7 (snap0)hdftest2020-04-266-7/+7
|/
* Merge pull request #2524 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Allen Byrne2020-04-171-8/+7
|\
| * Remove extra '{' in #ifdef H5FDmpio_DEBUG block; fix indentation.Larry Knox2020-04-171-8/+7
|/
* Merge pull request #2520 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-04-162-2/+4
|\
| * Parallel Fortran tests now use the MPI module instead of includingDana Robinson2020-04-162-2/+4
* | Merge pull request #2519 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-04-163-281/+278
|\ \ | |/ |/|
| * Fix Werror issues, whitespace, casts and unused varsAllen Byrne2020-04-163-281/+278
|/
* Merge pull request #2517 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-04-151-480/+321
|\
| * Fix compile error with MPI enabledAllen Byrne2020-04-151-480/+321
* | Merge pull request #2516 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...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 #2513 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-04-141-42/+47
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-141-3/+11
| |\ | |/ |/|
* | Merge pull request #2499 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/110_d...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
| | * TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
| |/ |/|
* | Merge pull request #2481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-04-14125-2838/+3580
|\ \ | |/ |/|
| * Fix shadoweed 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-123-27/+27
| * TRILAB-192 update LTparse filesAllen Byrne2020-04-074-740/+905
| * TRILAB-192 - merge changes from developAllen Byrne2020-04-0746-1260/+1170
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-062-16/+50
| |\ | |/ |/|
* | Merge pull request #2491 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_10 to hdf...Jordan Henderson2020-04-052-16/+50
|\ \
| * | H5repack bug fixes from developJordan Henderson2020-04-032-16/+50
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2020-04-052-1/+82
| | |\ | |_|/ |/| |
* | | Merge pull request #2492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-04-041-2/+0
|\ \ \ | |/ / |/| |
| * | Remove return statement from void function test_reference_sel_none().Larry Knox2020-04-041-2/+0
|/ /
* | Merge pull request #2487 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-04-032-1/+84
|\ \
| * | Somehow missed in committing this file for the fix submitted previously.vchoi2020-04-031-1/+1
| * | Fix for HDFFV-11067:incorrect # of selected elements returned from region ref...vchoi2020-04-021-0/+83
|/ /
| * Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| * Correct extra flags and merge TRILAB-24Allen Byrne2020-04-013-90/+22