summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
Commit message (Collapse)AuthorAgeFilesLines
* OESS-65 Fix packagingAllen Byrne2020-05-081-0/+3
|
* OESS-65 replace szip with aec szipAllen Byrne2020-04-271-8/+7
|
* HDFFV-10697 Disable compression option if source unavailableAllen Byrne2019-02-051-0/+8
|
* HDFFV-10328, HDFFV-10329 Merge from developAllen Byrne2017-11-161-8/+8
|
* restore GEN HDRS and remove cache sets for defoult optionsAllen Byrne2017-09-131-9/+6
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* 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