summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Correct urls and handling of external git repos (#3890)Allen Byrne2023-12-131-3/+9
|
* Use real URLs and updated names for plugins (#3651)Allen Byrne2023-10-101-39/+46
| | | * synchronize TGZ naming convention/usage
* Remove old EXTERNALPROJECT_ADD in favor of FETCH_CONTENT (#3624)Allen Byrne2023-10-041-2/+3
|
* Re-enable SZIP default to ON in CMake (#3414)Allen Byrne2023-08-231-4/+0
| | | The Autotools were handled in a separate commit
* Update presets, examples uncompress, szip cache (#3391)Allen Byrne2023-08-181-0/+4
|
* Fix plugin cache variable name (#2988)Allen Byrne2023-05-221-2/+2
| | | | * Fix plugin cache variable name * Prefix plugin project local variables
* Change defaults of standard filters. (#2927)Allen Byrne2023-05-181-9/+3
|
* Changes to isolate API Test option files and use fetchcontent (#2880)Allen Byrne2023-05-031-0/+11
|
* Correct CMake option defaults - deprecate szip for libaec (#2778)Allen Byrne2023-04-231-5/+3
|
* Change libaec URL to actively maintained repo GH#2552 (#2559)Allen Byrne2023-03-151-1/+1
|
* Add fetchcontent for compression libs and fix cmake config (#2487)Allen Byrne2023-02-261-4/+11
| | | | | | | | | | | | | * 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 Byrne2022-10-251-0/+11
| | | | | * Implement option for using CMake GNUInstallDirs * Add release notes
* Remove bitbucket.hdfgroup.org dependency. #2082 (#2086)Allen Byrne2022-09-071-6/+6
| | | *
* Minor changes to CMake comments, etc. (#2078)Dana Robinson2022-08-311-29/+30
|
* Add SZ filter and adjust compression file names to avoid conflicts (#1434)Allen Byrne2022-02-171-11/+11
| | | | | | | | | * Updated plugins project required adjustments * Updated plugins need to distinguish external libs * Fix missed rename * Use same name for windows as linux - avoid name clash
* CMake no longer builds the C++ library by default (#555)Dana Robinson2021-04-201-0/+2
| | | | | | | * Committing clang-format changes * CMake no longer builds C++ library by default Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * 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.
* CMake: Add an option to opt-out static libgccMichel Zou2020-10-311-0/+2
| | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries.
* Correct SZ options for building pluginsAllen Byrne2020-10-211-5/+5
|
* Remove setting from cacheinit fileAllen Byrne2020-09-281-2/+0
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+127
|
* HDFFV-11116 Add option for install location of Fortran MOD filesAllen Byrne2020-07-091-0/+3
|
* OESS-65 fix packaging config filesAllen Byrne2020-05-081-1/+1
|
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-04-221-0/+2
|
* HDFFV-10879 set default API versionAllen Byrne2019-08-131-2/+0
|
* Use a STRING option for API versionAllen Byrne2019-08-121-1/+1
|
* Fix API version optionAllen Byrne2019-08-121-0/+2
|
* Correct entryAllen Byrne2019-04-031-1/+1
|
* Allow option to select NAMESPACEAllen Byrne2019-03-281-0/+2
|
* New requirement for testAllen Byrne2017-10-301-1/+1
|
* Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-131-36/+2
|
* Generate headers for 1.10 should default offAllen Byrne2017-09-121-1/+3
|
* Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-271-2/+0
| | | | | | the option from the CMake cache init files. Fixes HDFFV-10184
* 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-0/+2
|
* Correct text - missing GIT optionAllen Byrne2016-10-141-1/+1
|
* [svn-r30205] Correct name of UNSUPPORTED optionAllen Byrne2016-07-201-2/+2
|
* [svn-r29266] Header generation default should be OFF.Allen Byrne2016-03-041-0/+2
| | | | For Trunk - cacheinit.cmake should enable it ON
* [svn-r28777] Description:Quincey Koziol2016-01-031-0/+2
| | | | | | | | | | Add --enable-memory-alloc-sanity-check option to configure, to track and sanity check memory allocations within the library. This is orthogonal to the --enable-using-memchecker option and can be used with/without it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r27846] Fix generated files process.Allen Byrne2015-09-211-2/+0
| | | | Add script for post processing of flex/bison files.
* [svn-r27725] Add initial commands to properly build the generated files.Allen Byrne2015-09-091-0/+2
| | | | | | Added HDF5_GENERATE_HEADERS ON to cacheinit.cmake file. Tested: local linux
* [svn-r27627] Change hardcoded HDF5TESTEXPRESS value to use a CMake variable ↵Allen Byrne2015-08-311-0/+2
| | | | HDF_TEST_EXPRESS.
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-6/+0
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-0/+2
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-4/+0
| | | | Tested: local linux
* [svn-r26465] Merge back from DB branch; cmake defaults and compressed examplesAllen Byrne2015-03-171-4/+0
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-1/+1
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25740] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-271-4/+0
|
* [svn-r25239] Add set_property command for list option.Allen Byrne2014-06-041-1/+1
| | | | Minor doc edits
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-251-78/+78
|