summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5Macros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29233] Add ARGN option for soversion argumentsAllen Byrne2016-02-291-2/+9
|
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-71/+0
| | | | Add script for post processing of flex/bison files.
* [svn-r27787] Merge of r27632-27674 from the trunk.Dana Robinson2015-09-151-3/+3
| | | | Tested on: h5committest
* [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-0/+70
| | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-0/+12
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-2/+2
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25299] correct case of CMake commandsAllen Byrne2014-06-161-1/+1
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-19/+19
| | | | | | | 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-r20899] Add soversion handling - use config/lt_vers.am file.Allen Byrne2011-05-251-2/+7
| | | | Bring r20895 from 1.8
* [svn-r20153] Move ext lib handling for ext project building to a common ↵Allen Byrne2011-02-241-116/+1
| | | | | | macro. Update HDF5 project to use HDFMacros.cmake file. Add test properties for test ordering. Tested: local linux, windows
* [svn-r20149] Change Name of Legacy naming optionAllen Byrne2011-02-231-9/+9
|
* [svn-r19914] Correct format of empty parameterAllen Byrne2011-01-051-2/+2
| | | | bring r19913 from 1.8
* [svn-r19909] Change how LINK_FLAGS for fortran are appended on WindowsAllen Byrne2011-01-051-2/+2
| | | | bring r19908 from 1.8 branch
* [svn-r19907] Windows: Correct how fortran links in CRT library. Also correct ↵Allen Byrne2011-01-041-16/+14
| | | | | | macro use for checking libtype. bring r19906 from 1.8 branch
* [svn-r19895] Remove use of /MT compile flag for building static libs and ↵Allen Byrne2010-12-291-23/+0
| | | | programs. Added BUILT_AS_STATIC_LIBRARY define to set the windows import/export defines correctly for static libraries.
* [svn-r19787] Check for CMAKE_BUILD_TYPE set if not WIN32 in library prefix ↵Allen Byrne2010-11-161-2/+8
| | | | naming. Unset needs prefix to be lib.
* [svn-r19702] Removed special fheap timeout - replaced by timeout set in ↵Allen Byrne2010-11-011-0/+2
| | | | | | | CTestConfig.ctest Added MemCheck Ignore tests for repeated tools tests Added Debug flag for windows
* [svn-r19361] Move Windows specific compile and link flags to macrosAllen Byrne2010-09-091-0/+36
|
* [svn-r19107] Move Resources folder to config/cmakeAllen Byrne2010-07-201-0/+122
Tested: Local Linux