summaryrefslogtreecommitdiffstats
path: root/testpar
Commit message (Expand)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2018-03-126-2669/+2675
|\
| * Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-121-1/+8
| |\
| | * Unify the test (t_bigio.c) between hdf5_1_10 and developRichard Warren2018-03-121-316/+79
| | * Remove comparison to NULL for variables to be freed.lrknox2018-03-121-3/+3
| | * Add HDfree of vector, matrix_out and matrix_out1 previously HDmallocedlrknox2018-03-121-1/+8
| * | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-121-1/+1
| |\ \ | | |/
| | * Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| | * Correct cutnpasteAllen Byrne2018-03-071-4/+0
| | * ifdef around another functionAllen Byrne2018-03-061-0/+21
| | * Add #ifdef H5_HAVE_FORK eliminates special handlingAllen Byrne2018-03-061-4/+0
| | * Add #ifdef H5_HAVE_FORKAllen Byrne2018-03-061-0/+17
| | * Fixed t_pread.c to remove the use of h5jam, etc.. This fixes HDFFV-8839 and s...Richard Warren2018-03-021-108/+47
| | * Remove t_cache_image test on WindowsAllen Byrne2018-02-281-0/+4
| | * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+2
| | * Cleanup overuse of include filesAllen Byrne2018-02-146-3014/+3006
| | * HDFFV-10385 rework java namesAllen Byrne2018-01-171-2/+0
| | * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-2/+2
| | * Add library INTERFACE and MPI to toolsAllen Byrne2017-12-281-2/+8
| | * Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-6/+40
| | * Correct usage of MPI varsAllen Byrne2017-11-012-4/+4
| * | merged from developM. Scot Breitenfeld2018-03-121-2/+2
| * | Resolve compilation errors.Vailin Choi2018-03-091-4/+0
| * | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-076-3004/+3041
* | | Correct cutnpasteAllen Byrne2018-03-071-4/+0
* | | Merge changes from developAllen Byrne2018-03-073-343/+377
|/ /
* | Merge pull request #917 in HDFFV/hdf5 from superblock_reloc_test_fix to hdf5_...Richard Warren2018-03-011-107/+47
|\ \
| * | Remove unused variables that were commented out in t_pread.cRichard Warren2018-03-011-3/+0
| * | Removal of missing posix function for Windows. See HDFFV-8839Richard Warren2018-03-011-143/+51
| * | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2018-03-011-1/+2
| |\ \
| * \ \ merge branch 'hdf5_1_10_merge' of https://bitbucket.hdfgroup.org/scm/hdffv/hd...Richard Warren2018-02-201-12/+47
| |\ \ \
| | * | | Fixed t_pread.c with a local implementation of the posix function dirname(). ...Richard Warren2018-02-201-12/+47
* | | | | Remove t_cache_image testAllen Byrne2018-02-281-0/+4
| |_|/ / |/| | |
* | | | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-271-1/+2
|/ / /
* | | HDFFV-10384 and includes cleanup merged from devlopAllen Byrne2018-02-167-10/+2
|/ /
* | HDFFV-10385,10392,10393 merge from developAllen Byrne2018-01-221-2/+0
* | Fix link_libs and static CRT fortranAllen Byrne2018-01-051-2/+2
* | Fix library interface commands, add missing JNIAllen Byrne2017-12-211-2/+8
* | Follow up on editing suggestions by ScotRichard.Warren2017-11-081-228/+18
* | Refactored testpar/t_bigio.c and then added a basic description of these test...Richard.Warren2017-11-081-112/+85
* | Add the modifications for Cmake testing to a 1_10 based branch: HDFFV-10318Richard Warren2017-11-031-6/+40
* | HDFFV-10321 merge from developAllen Byrne2017-11-022-4/+4
|/
* Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-181-6/+8
|\
| * in 'production' mode buildsRichard.Warren2017-10-171-2/+2
| * Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
* | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-133-1/+906
|\ \ | |/
| * Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-111-41/+43
| * Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-54/+50
| * Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
| * Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-091-31/+152
| * Edits to the file open optimization and associated testmainzer2017-10-051-169/+666