summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5Macros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - files not in src or test.
* HDFFV-10685 Correct syntaxAllen Byrne2019-01-221-0/+1
|
* HDFFV-10685 Corrected versionAllen Byrne2019-01-221-1/+3
|
* HDFFV-10685 Always set Mac version flags - use soversionAllen Byrne2019-01-221-3/+4
|
* Fix soversionAllen Byrne2018-05-161-3/+3
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-1/+1
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-1/+3
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-7/+3
|
* HDFFV-10403 Fix soname settingAllen Byrne2018-02-081-2/+2
|
* 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-12/+12
|
* [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