summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [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