summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5Macros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 1.10 Merge Consolidate VFD create list macro #1132 (#1140)Allen Byrne2021-10-291-0/+4
| | | | | | | * Merge Consolidate VFD create list macro #1132 * Split dir create into separate macro * fix VFD settings
* 1.10 Merge Move test utilities to utils/test folder #1109 (#1111)Allen Byrne2021-10-251-0/+37
| | | | | | | * Merge Move test utilities to utils/test folder #1109 * Merge Correct shell tests and c++ flag warning * Fix typo
* Hdf5 1 10 update license url part2 (#404)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories. * Update license url part2 (#333) * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. * Update URL in source file Copyright headers for web. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* HDFFV-10685 Always set version flags on OSXAllen Byrne2019-01-221-3/+7
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-221-1/+3
|
* Fix soversionAllen Byrne2018-05-161-3/+3
|
* HDFFV-10444 fix so numbers and merge java test changesAllen Byrne2018-04-101-7/+3
|
* HDFFV-10403 fix sonameAllen Byrne2018-02-081-2/+2
|
* 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-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