summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update actions and change defaults of compression (fix vars) (#3043)Allen Byrne2023-06-051-46/+44
| | | | | | | | | * Update actions and change defaults of compression (fix vars) * disable TS and parallel * remove parallel for TS * Correct list of default options
* 1.12 Add fetchcontent for compression libs and fix cmake config #2487 (#2493)Allen Byrne2023-03-011-34/+89
| | | | | | | * Add fetchcontent for compression libs and fix cmake config #2487 * Add CI test for FetchContent * Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends
* 1 12 Merge SZ plugin changes from develop (#1455)Allen Byrne2022-02-241-5/+5
| | | | | | | * Merge SZ plugin changes from develop * Update examples version * Update examples version
* Better support for the compression library libaec (#703). (#897)Allen Byrne2021-08-121-3/+15
|
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* 1 12 merge of changes from dev (#271)Allen Byrne2021-01-191-7/+21
| | | | | | | | | | | | | | | * 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 Update plugin build option - HDF5 1 12 (#173)Allen Byrne2020-12-151-1/+1
| | | | | | | | | | | | | * 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 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-0/+2
|
* OESS-65 Fix packagingAllen Byrne2020-05-081-0/+3
|
* OESS-65 replace szip with aec libraryAllen Byrne2020-04-271-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