summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Correct cb object nameAllen Byrne2020-03-301-1/+1
| * TRILAB-192 merging warnings changes from developAllen Byrne2020-03-3083-792/+1413
|/
* Merge pull request #2450 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v110_...Vailin Choi2020-03-155-6/+26
|\
| * Fix issues when deserializing point/all/none selection with version beyond th...vchoi2020-03-125-6/+26
| * Merge pull request #27 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_...Vailin Choi2020-03-121-4/+4
| |\
| * \ Merge pull request #25 in ~VCHOI/my_third_fork from hdf5_1_10 to bugfix/v110_...Vailin Choi2020-03-11226-7323/+7924
| |\ \
* | \ \ Merge pull request #2449 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to h...Dana Robinson2020-03-131-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add void * --> char * back to HDmemcpy in HDF5 1.10 to fix dt_arithDana Robinson2020-03-121-1/+4
|/ / /
* | | Merge pull request #2447 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-03-121-4/+4
|\ \ \ | |_|/ |/| |
| * | Add \d to list of characters allowed after - in versions. Version with -Larry Knox2020-03-121-1/+1
| * | Escape { and } in regex as required by sh in updated cori.nersc.gov.Larry Knox2020-03-121-3/+3
|/ /
* | Merge pull request #2443 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-03-109-167/+71
|\ \
| * | Fix commentAllen Byrne2020-03-101-1/+1
| * | Remove deleted filesAllen Byrne2020-03-092-6/+0
| * | Changes to region reference in h5dump no longer have errstackAllen Byrne2020-03-096-82/+6
| * | Check sizeof type to use correct ref_typeAllen Byrne2020-03-093-79/+65
|/ /
* | Merge pull request #2441 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-03-061-30/+24
|\ \
| * | Update CMake compare commandAllen Byrne2020-03-051-30/+24
|/ /
* | Merge pull request #2438 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Larry Knox2020-03-043-13/+55
|\ \
| * | Correct test script for errstackAllen Byrne2020-03-043-13/+55
|/ /
* | Merge pull request #2435 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-03-04218-7183/+7824
|\ \
| * | Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| * | Fix h5ls attrregAllen Byrne2020-03-012-11/+44