summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Updated version to 1.10.3-snap0lrknox2018-03-141-2/+2
|
* Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-1213-1603/+78
|\
| * Change CMake min to 3.10Allen Byrne2018-03-0913-1603/+78
| |
* | Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-092-0/+46
|\ \ | |/
| * HDFFV-4359 Add C,HL,CXX filesAllen Byrne2018-03-082-0/+46
| |
| * Fix CMake build type if none was specified to be cachedJerome Soumagne2018-03-021-2/+6
| | | | | | | | Restrict CMAKE_BUILD_TYPE to default ones
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-275-5/+5
| |
| * HDFFV-10403 Fix soname settingAllen Byrne2018-02-081-2/+2
| |
| * HDFFV-10398 fix detection of repeat checksAllen Byrne2018-01-302-19/+4
| |
| * HDFFV-10398 - avoid ubsan crashesAllen Byrne2018-01-301-78/+89
| |
| * HDFFV-10398 msvc: use /W0 rather than /wAllen Byrne2018-01-301-2/+2
| |
| * HDFFV-10398 Suppress VS 2015 assertion failure popup during try_runAllen Byrne2018-01-301-0/+14
| |
| * HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modulesAllen Byrne2018-01-302-72/+11
| |
| * Update reference files for CMake optionsAllen Byrne2018-01-294-65/+27
| |
| * Fix windows compile errors abstract out common settingsAllen Byrne2018-01-292-2/+84
| |
| * Fix missing ext libs referencesAllen Byrne2018-01-251-1/+7
| |
| * HDFFV-10385 some platforms need this varAllen Byrne2018-01-221-1/+1
| |
| * HDFFV-10385 test OUTPUT_NAME var for macAllen Byrne2018-01-221-2/+2
| |
| * HDFFV-10385 Correct name of varAllen Byrne2018-01-221-1/+1
| |
| * HDFFV-10385 rename vars and macrosAllen Byrne2018-01-192-15/+15
| |
| * HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-182-15/+8
| |
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-12/+20
| |
| * Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-122-4/+7
| |
| * HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+1
| |
| * Fix typoAllen Byrne2018-01-101-1/+1
| |
| * HDFFV-10385 fix platform errorsAllen Byrne2018-01-092-23/+4
| |
| * HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-094-10/+49
| |
| * Snapshot version 1.11 release 2hdftest2018-01-051-1/+1
| |
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-2/+6
| |
* | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-275-8/+8
| |
* | Snapshot version 1.10 release 2 (snap9)hdftest2018-02-111-1/+1
| |
* | HDFFV-10403 fix sonameAllen Byrne2018-02-081-2/+2
| |
* | HDFFV-10398 merge from develop improve CMake codeAllen Byrne2018-01-306-171/+120
| |
* | Update CMake usageAllen Byrne2018-01-292-4/+4
| |
* | Update refences to CMake usageAllen Byrne2018-01-294-65/+27
| |
* | Merge windows compile fix from developAllen Byrne2018-01-292-2/+84
| |
* | Fix ext lib referencesAllen Byrne2018-01-251-1/+7
| |
* | HDFFV-10385,10392,10393 merge from developAllen Byrne2018-01-223-35/+39
| |
* | HDFFV-10385 mult-config builders need a folderAllen Byrne2018-01-102-3/+2
| |
* | HDFFV-10385 correct platform issuesAllen Byrne2018-01-092-23/+4
| |
* | HDFFV-10385 Refactor use of CMAKE_BUILD_TYPEAllen Byrne2018-01-083-10/+41
| |
* | Merge pull request #848 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2018-01-081-0/+8
|\ \ | | | | | | | | | | | | * commit '58a475d3fabba89a9fed2a22d3f0851c9933f650': Fix link_libs and static CRT fortran
| * | Fix link_libs and static CRT fortranAllen Byrne2018-01-051-0/+8
| | |
* | | Snapshot version 1.10 release 2 (snap8)hdftest2018-01-081-1/+1
| | |
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)hdftest2018-01-062-1/+81
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'efa2a470c9d8cf2d584f6b22f5b80cd6687887d0': (36 commits) Merge fix HDFFV-9724 1_10 branch has a different number HDFFV-9724 Merge vds prefix from develop reverted changes from sync Snapshot version 1.11 release 1 Fix valgrind issues HDFFV-9724 init var to null HDFFV-9724 add valgrind ENV Fix memory leak due to addition of FORMAT check loop HDFFV-9724 prefix of 0 length should be null value HDFFV-9724 Corrected files and verified tests Add library INTERFACE and MPI to tools Increase maximum number of retries for h5watch tests. Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop" Fix library interface commands, add missing JNI Add HD prefix HDFFV-9724 Remove VDS file cache functionality Removed incorrect MPI text Par example needs to link with mpi libs Because of MPI requirements in library ALWAYS add include path ...
| * | synced with developM. Scot Breitenfeld2018-01-052-1/+81
| |\ \ | | |/
| | * Snapshot version 1.11 release 1hdftest2018-01-051-1/+1
| | |
| | * Fix valgrind issuesAllen Byrne2018-01-021-1/+80
| | |
| | * HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-282-117/+171
| | |
| | * Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-222-171/+117
| | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.