summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
|
* Add java version and reference libsettingsAllen Byrne2020-02-271-2/+3
|
* Update examples and fix old version references.Allen Byrne2020-02-264-11/+11
|
* Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-7/+8
|
* Fix Fortran macro use and jni commentAllen Byrne2020-02-251-8/+2
|
* HDFFV-11036 add file compare test processAllen Byrne2020-02-242-5/+109
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2111-95/+187
|
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-121-1/+3
|
* HDFFV-10996 - add java vol testsAllen Byrne2020-02-031-0/+301
|
* Correctly manage warnings for new testsAllen Byrne2020-01-291-0/+2
|
* Ext libs ZLIB and SZIP warnings are separate concernsAllen Byrne2020-01-291-0/+1
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-271-22/+5
|\ | | | | | | | | | | | | | | * commit '38d3834c54ee1dfa7366ae1c581909f0cf7fa000': Add another warning variation Correct ignore warnings Only use sanitizer with Clang Remove cmake macros from valgrind tests
| * Add another warning variationAllen Byrne2020-01-261-0/+1
| |
| * Correct ignore warningsAllen Byrne2020-01-261-2/+4
| |
| * Remove cmake macros from valgrind testsAllen Byrne2020-01-251-20/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-241-1/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
| * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-1/+6
| | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | Create common build system files for warningsAllen Byrne2020-01-171-10/+35
|/
* 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.