Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct name of fetch content variable name (#3020) | Allen Byrne | 2023-05-26 | 1 | -1/+1 |
| | |||||
* | Change defaults of standard filters. (#2927) | Allen Byrne | 2023-05-18 | 1 | -0/+2 |
| | |||||
* | Correct usage of CMAKE_BUILD_TYPE (#2863) | Allen Byrne | 2023-05-01 | 1 | -4/+4 |
| | | | Fixes a problem when using multi-config builds with the CMake GUI | ||||
* | Correct CMake option defaults - deprecate szip for libaec (#2778) | Allen Byrne | 2023-04-23 | 1 | -30/+12 |
| | |||||
* | Add fetchcontent for compression libs and fix cmake config (#2487) | Allen Byrne | 2023-02-26 | 1 | -82/+55 |
| | | | | | | | | | | | | | * Add fetchcontent for compression libs and fix cmake config * MSDOS is a reserved define name * Add release note and update install doc for FetchContent * Add CI test for FetchContent * Use LINK_COMP_LIBS instead of STATIC_LIBRARY for depends * Use general link | ||||
* | Implement option for using CMake GNUInstallDirs (#2175) | Allen Byrne | 2022-10-25 | 1 | -0/+12 |
| | | | | | * Implement option for using CMake GNUInstallDirs * Add release notes | ||||
* | make sure to match the debug library postfix with external cmake projects ↵ | Pierce Brooks | 2022-10-19 | 1 | -1/+9 |
| | | | | and allow for zlib link name to be manually overridden (#2166) | ||||
* | Removes cmake_ext_mod (files moved to cmake) (#2041) | Dana Robinson | 2022-08-19 | 1 | -0/+257 |
| | | | | At one time this content was a git submodule shared between several projects but that time has long passed. | ||||
* | [svn-r25188] Implement change to cmake_ext_mod config folder | Allen Byrne | 2014-05-14 | 1 | -350/+0 |
| | | | | Tested: local linux | ||||
* | [svn-r24781] HDFFV-8700 - | Allen Byrne | 2014-03-11 | 1 | -115/+115 |
| | | | | | | | 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-r22602] | Allen Byrne | 2012-07-25 | 1 | -0/+6 |
| | |||||
* | [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵ | Allen Byrne | 2012-05-24 | 1 | -9/+9 |
| | | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows | ||||
* | [svn-r22198] Update MINGW configuration (MinGW is Windows except for some ↵ | Allen Byrne | 2012-03-29 | 1 | -12/+12 |
| | | | | issues) | ||||
* | [svn-r22185] Update MINGW configuration to match HDFMacros settings for ↵ | Allen Byrne | 2012-03-29 | 1 | -6/+6 |
| | | | | shared library | ||||
* | [svn-r22183] Correct typo | Allen Byrne | 2012-03-29 | 1 | -2/+2 |
| | |||||
* | [svn-r22182] Update MINGW configuration | Allen Byrne | 2012-03-29 | 1 | -21/+42 |
| | |||||
* | [svn-r21880] Add cygwin changes for ext libs | Allen Byrne | 2012-01-18 | 1 | -15/+36 |
| | |||||
* | [svn-r21836] Updated ext lib so version and lib packaging macros | Allen Byrne | 2011-12-20 | 1 | -4/+4 |
| | | | | Synch across projects | ||||
* | [svn-r21834] Updated jpeg so version and lib packaging macros | Allen Byrne | 2011-12-20 | 1 | -4/+4 |
| | | | | Synch with all projects | ||||
* | [svn-r21829] synch common macros files with new hdf4 option to build shared ↵ | Allen Byrne | 2011-12-14 | 1 | -4/+4 |
| | | | | jpeg libray - JIRA 1276. | ||||
* | [svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG" | Allen Byrne | 2011-12-05 | 1 | -9/+9 |
| | |||||
* | [svn-r21787] Unify CMake config macros, split base macros from ext lib macros | Allen Byrne | 2011-12-01 | 1 | -0/+302 |
Tested: local linux |