summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10345 spelling errorsAllen Byrne2018-02-0512-135/+135
* Merge pull request #884 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-02-0228-777/+749
|\
| * JHDFFV-10398 add noteAllen Byrne2018-02-011-1/+11
| * HDFFV-10398 fix detection of repeat checksAllen Byrne2018-01-302-19/+4
| * HDFFV-10398 add support for Emscriptem build systemAllen Byrne2018-01-302-3/+13
| * HDFFV-10398 avoid sanitizer failuresAllen Byrne2018-01-301-511/+527
| * 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 use the target name for custom commandsAllen Byrne2018-01-304-24/+12
| * HDFFV-10398 use the simpler add_subdirectory signatureAllen Byrne2018-01-3016-67/+66
| * HDFFV-10398 Honor CMAKE_MODULE_PATH when including check modulesAllen Byrne2018-01-302-72/+11
* | Merge pull request #883 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-01-311-1/+1
|\ \ | |/ |/|
| * Correct AM_MAINTAINER_MODE default to 'enable'.lrknox2018-01-311-1/+1
|/
* Merge pull request #880 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2018-01-301-1/+1
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...lrknox2018-01-30133-5754/+7850
| |\
| * | Increase maximum number of retries to 30 for h5watch tests.lrknox2018-01-301-1/+1
* | | Merge pull request #877 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-3010-253/+248
|\ \ \ | |_|/ |/| |
| * | Update reference files for CMake optionsAllen Byrne2018-01-297-169/+158
| * | Fix windows compile errors abstract out common settingsAllen Byrne2018-01-293-82/+88
| * | Fix case of commandAllen Byrne2018-01-261-2/+2
|/ /
* | Merge pull request #871 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-263-7/+13
|\ \
| * | Fix missing ext libs referencesAllen Byrne2018-01-253-7/+13
|/ /
* | Merge pull request #868 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-254-274/+13
|\ \
| * | HDFFV-10396 typo fixAllen Byrne2018-01-251-1/+1
| * | HDFFV-10396 Add noteAllen Byrne2018-01-251-0/+10
| * | HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-253-274/+3
|/ /
* | Merge pull request #864 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-252-3/+3
|\ \
| * | 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
|/ /
* | Merge pull request #863 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-198-43/+34
|\ \
| * | HDFFV-10385 rename vars and macrosAllen Byrne2018-01-198-31/+29
| * | HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-184-17/+10
|/ /
* | Merge pull request #862 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-182-5/+33
|\ \
| * | HDFFV-10393 fix incorrect search for name in h5repack object tableAllen Byrne2018-01-182-5/+33
|/ /
* | Merge pull request #861 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-1849-185/+45
|\ \
| * | HDFFV-10392 change size of local array to 16 charsAllen Byrne2018-01-171-6/+6
| * | HDFFV-10385 rework java namesAllen Byrne2018-01-1746-147/+30
| * | HDFFV-10385 Use OUTPUT_NAME property instead of CMAKE_BUILD_TYPEAllen Byrne2018-01-165-36/+10
| * | Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-1210-12/+15
|/ /
* | Merge pull request #859 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-113-20/+21
|\ \
| * | Fix fortran cmake variable usageAllen Byrne2018-01-113-20/+21
|/ /
* | Merge pull request #855 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-01-1134-133/+173
|\ \
| * | Correct whitespaceAllen Byrne2018-01-101-1/+1
| * | HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-104-8/+7
| * | HDFFV-10385 fix packagingAllen Byrne2018-01-103-6/+6
| * | Fix typoAllen Byrne2018-01-101-1/+1
| * | HDFFV-8745 remove obsolete filesAllen Byrne2018-01-102-0/+0
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-01-1012-588/+416
| |\ \ | |/ / |/| |