summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-21/+7
| | | | | * Update CMake code to 3.18 minimum version * Updated release note
* Add SZ filter and adjust compression file names to avoid conflicts (#1434)Allen Byrne2022-02-171-5/+5
| | | | | | | | | * Updated plugins project required adjustments * Updated plugins need to distinguish external libs * Fix missed rename * Use same name for windows as linux - avoid name clash
* CMake: (feature) libaec (#703)Jan-Willem Blokland2021-07-141-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | * CMake: (feature) libaec Implemented better support for the compression library libaec. Especially, for the new version 1.0.5: - The CMake config files of this version 1.0.5 now set certain SZIP variables which can be used in the existing CMake structure. - Both static and shared SZIP compatible libaec library contains all required objects such it can be easily used when building HDF5 from scratch. - Introduced the USE_LIBAEC_STATIC option to make use of the static version of SZIP compatible libaec library. * CMake: (fix) libaec Implemented the fallback option for the case if version 1.0.5 of libaec could not be found. * Docs: Added description about libaec implementation. Added short description about the libaec improvement to the Bug Fixes section in the Configuration sub-section.
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-7/+21
| | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-161-1/+1
| | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * Update other test machines * OESS-98 fix tools test for plugins * HDFFV-10865 performance improvement for java array
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-0/+2
|
* Fix name settingAllen Byrne2020-05-081-2/+2
|
* OESS-65 fix packaging config filesAllen Byrne2020-05-081-0/+3
|
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-221-8/+7
|
* Switch OFF if compression source is not availableAllen Byrne2019-02-051-2/+2
|
* Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-051-0/+8
|
* Correct linkage of filters and other libsAllen Byrne2017-11-161-8/+8
|
* Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-131-9/+6
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-0/+11
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-27/+27
|
* HDFFV-9961: Add GIT option to ext lib macrosAllen Byrne2016-10-041-0/+2
|
* [svn-r30266] Add support for GIT to external filter accessAllen Byrne2016-08-081-17/+20
|
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-7/+15
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-13/+7
| | | | Tested: local linux
* [svn-r26497] minor corrections noticed in 1.8 should be in trunk as wellAllen Byrne2015-03-201-2/+2
|
* [svn-r26329] Merge of r26069, r26070, and r26072 from the ↵Dana Robinson2015-02-271-5/+0
| | | | | | | | | | | | | | | | | | features/autotools_rework branch. Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space, and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Part of: HDFFV-9086 Tested on: h5committest
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-4/+4
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-041-1/+3
| | | | Minor doc edits
* [svn-r25185] update cmake command name caseAllen Byrne2014-05-121-1/+1
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-93/+93
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r24643] Handle szip lib like zlib libAllen Byrne2014-01-241-27/+20
|
* [svn-r24641] Handle szip lib like zlib libAllen Byrne2014-01-241-20/+27
|
* [svn-r24128] Change option name for WDTPAllen Byrne2013-09-121-5/+5
|
* [svn-r24029] Move TESTS to seperate file to allow easier editing by all ↵Allen Byrne2013-08-191-0/+122
developers. Tested: local linux