summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Separate result variables for the function performedAllen Byrne2020-01-091-55/+65
|
* Check for actual content before using fileAllen Byrne2020-01-093-108/+123
|
* Merge pull request #2221 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-021-1/+1
|\ | | | | | | | | | | | | | | to develop * commit '1a50056dafc8e22facda675acb43a71705fdd15c': Changed -Wformat-truncation to level 2 in CMake w/ gcc. Changed -Wformat-truncation's level from 2 to 1.
| * Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-01-011-1/+1
| |
* | Fix compile and test issues from DTAllen Byrne2019-12-131-2/+6
| |
* | TRILABS-135 Add clang analyzersAllen Byrne2019-12-111-3/+11
| |
* | Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-112-5/+8
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-051-1/+1
|\ \ | |/ | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+1
| | | | | | | | the Autotools and CMake.
* | Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
|/
* Add VS2019 supportAllen Byrne2019-11-185-5/+35
|
* Fix MPI test dependsAllen Byrne2019-10-231-2/+2
|
* Update versioning to next major versionAllen Byrne2019-09-254-4/+7
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-133-15/+90
|
* Correct Windows checkAllen Byrne2019-09-061-4/+1
|
* Add include dirs and default lib for windowsAllen Byrne2019-09-051-0/+4
|
* Update Windows require for CURL to CMake 3.13Allen Byrne2019-09-051-2/+3
|
* special windows overrideAllen Byrne2019-09-051-0/+3
|
* Fix namespace usageAllen Byrne2019-08-291-3/+3
|
* Fix EXISTS test syntaxAllen Byrne2019-08-295-15/+15
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-131-0/+3
|\ | | | | | | | | | | | | | | | | * 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
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+3
| |
* | HDFFV-10879 set default API versionAllen Byrne2019-08-131-2/+0
|/
* Use a STRING option for API versionAllen Byrne2019-08-121-1/+1
|
* Fix API version optionAllen Byrne2019-08-121-0/+2
|
* Use prefix variableAllen Byrne2019-08-061-4/+4
|
* Fixed warning typoDana Robinson2019-08-041-1/+1
|
* Merge cleanup mostly whitespaceAllen Byrne2019-07-301-1/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-294-0/+118
|\ | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * Add HD to string functions.Larry Knox2019-07-261-1/+1
| | | | | | | | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
| * Squashed commit of the following:Larry Knox2019-07-254-0/+118
| | | | | | | | | | | | | | | | | | | | | | 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-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-159/+24
|/
* HDFFV-10845 Allow mingw to find functionalityAllen Byrne2019-07-221-1/+1
|
* Add missing target root path, check other export macroAllen Byrne2019-07-171-0/+5
|
* HDFFV-10845 copy files with windows EOLAllen Byrne2019-07-171-4/+8
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-173-8/+8
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-174-8/+8
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-031-0/+2
|\
| * Fixed Build HDF Tests name in CMake's libhdf5 settingsDhvanil Popat2019-07-031-1/+1
| |
| * Fixed libhdf5 settings file for both autotools & CMakeDhvanil Popat2019-06-251-0/+2
| |
* | Added GCC9 flags to CMake buildQuincey Koziol2019-07-031-0/+5
|/
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+6
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* HDFFV-9407 add autotools testAllen Byrne2019-06-241-0/+1
|
* Update GCC 6 & 7 flags for CMake buildsQuincey Koziol2019-06-231-1/+6
|
* Correct CMake issuesAllen Byrne2019-06-181-1/+1
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-188-1059/+581
| | | | | 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
* Move set (MAX_PROC_COUNT 8) back to HPC options files.Larry Knox2019-06-055-6/+16
|
* Move check for MPI defined to enable parallel from options scripts in HPC to ↵Larry Knox2019-06-055-54/+8
| | | | config/cmake/HDF5options.cmake.