summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 1 12 merge of changes from dev (#271)Allen Byrne2021-01-191-35/+54
| | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix
* OESS-98 fix tools test for plugins - HDF5 1 12 (#178)Allen Byrne2020-12-151-0/+15
| | | | | | | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list * OESS-98 Update plugin build option * OESS-98 fix tools test for plugins * Fix conflict
* OESS-98 Update plugin build option - HDF5 1 12 (#173)Allen Byrne2020-12-151-16/+15
| | | | | | | | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest * Update release text files and whitespace cleanup * Update list * OESS-98 Update plugin build option
* hdf5 1 12 add missing files and use chkmanifest (#103)Allen Byrne2020-11-201-1/+1
| | | | | | | * merge updates from develop * remove extension on command * Run autogen before chkmanifest
* Add doxygen framework for CMake and autotoolsAllen Byrne2020-11-131-0/+15
|
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-5/+8
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-1/+18
|
* Add clang-format changes from develop.Allen Byrne2020-09-281-0/+3
|
* The version string has a second use for packagingAllen Byrne2020-08-261-1/+3
|
* Revert H5_VERS_SUBRELEASE checkAllen Byrne2020-08-241-5/+1
|
* Add special case when H5_VERS_SUBRELEASE is 0Allen Byrne2020-08-241-3/+7
|
* Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenLarry Knox2020-08-241-3/+3
| | | | | | H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
* Add hypen to subrelease regexAllen Byrne2020-08-231-1/+1
|
* Sync with developDana Robinson2020-08-011-0/+15
|
* CMake updates:Allen Byrne2020-07-151-0/+11
| | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags
* OESS-65 replace szip with aec libraryAllen Byrne2020-04-271-5/+5
|
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-0/+2
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Correct usage of add_compile_definitionsAllen Byrne2020-02-231-3/+1
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-13/+16
|
* Merge changes from develop for CMake and JavaAllen Byrne2020-02-211-3/+0
|
* Merge changes from develop to fix various issuesAllen Byrne2020-01-301-8/+15
|
* Improved CMake options for testsAllen Byrne2020-01-191-6/+42
|
* TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-131-6/+21
|
* Revert "Merge branch 'hdf5_1_12' of ↵Jerome Soumagne2019-12-091-14/+3
| | | | | | | https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into hdf5_1_12" This reverts commit 9f9336a5bd541752f472bab4c93da8de89f862cd, reversing changes made to 437a1919e7ba60fe75a33a466d264183a0255319.
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-3/+14
|
* Add policy to use <package>_ROOTAllen Byrne2019-09-051-0/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-131-0/+9
|\ | | | | | | | | | | | | | | | | * commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers. Added the map (H5M) API
| * Fixed Map API CMake optionDana Robinson2019-08-131-0/+3
| |
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+6
| |
* | HDFFV-10879 set default API versionAllen Byrne2019-08-131-1/+2
|/
* HDFFV-10879 correct API version set commandAllen Byrne2019-08-121-1/+1
|
* Use a STRING option for API versionAllen Byrne2019-08-121-15/+8
|
* Fix API version optionAllen Byrne2019-08-121-1/+4
|
* Squashed commit of the following:Larry Knox2019-07-251-0/+21
| | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* HDFFV-10845 skip test if CMake command doesn't support ignore EOLAllen Byrne2019-07-171-0/+6
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-2/+2
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-4/+13
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-1/+0
|
* Renamed the HDF5_TEST_VOL option to HDF5_TEST_PASSTHROUGH_VOL.Dana Robinson2019-04-111-5/+5
|
* Add namespace option to dependenciesAllen Byrne2019-04-021-1/+1
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-0/+1
|
* Fix CMake H5_HAVE_THREADSAFE to set value in H5pubconf.hJerome Soumagne2019-02-211-5/+7
| | | | | | Add REQUIRED to find_package(Threads) Link against thread library if static and not WIN32 platform
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-3/+3
|
* Refactor out timeout valuesAllen Byrne2019-02-061-0/+5
|
* Correct name of variableAllen Byrne2019-02-061-1/+1
|
* Remove F2003 Option and referencesAllen Byrne2019-02-061-7/+2
|
* Minor tweak to CMake preadwrite entry.Dana Robinson2019-02-011-1/+1
|
* Updated sec2, log, and core VFDs to use pread/pwrite whenDana Robinson2019-01-311-0/+9
| | | | available (can be controlled via a configure/CMake option)
* Update option textAllen Byrne2018-12-211-2/+2
|
* HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-201-0/+7
|