summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge CMake cleanup process from develop (#2622)Allen Byrne2023-03-231-1/+1
| | | | | * Merge CMake cleanup process from develop * Update test script files
* Unify cmake and cmake_ext_mod like develop (#2596)Dana Robinson2023-03-201-8/+8
|
* Merge Add build options for CMake packaging #2347 (#2466)Allen Byrne2023-02-161-24/+30
|
* 1.10 Merge HDFGroup#2175 Implement option for using CMake GNUInstallDirs (#2222)Allen Byrne2022-11-051-1/+1
|
* Hdf5 1 10 sync (#1795)Allen Byrne2022-06-091-5/+11
| | | | | * Branch sync updates and spelling * Revert format of getenv
* Updates README.txt to README.md like the other branches (#1675)Dana Robinson2022-04-251-1/+1
|
* Merge Corrected path searched by CMake find_package command #1041 (#1043)Allen Byrne2021-09-291-5/+5
|
* Hdf5 1 10 merge of CMake changes (#605)Allen Byrne2021-04-291-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge small changes from develop * Minor non-space formatting changes * #386 copyright corrections for java folder * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merge updates #358 patches from vtk #361 fix header guard spelling * format fix * Fix missing underscore and make H5public.h closer to dev * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup JNI cleanup * format alignment * Add missing test ref file * Merge #380 from develop * Finish java merges from develop * Fix java issues with tests and javadoc * Correct use of attribute access plist * Remove debug code * Remove unused variable * Change file access to read only for java tests * Split clang format operations. * More javadoc comments * Remove pre-split setting * format source * Change windows TS to use older VS. * Mostly all javadoc fixes, one argument rename. * synch file * Merge of long double fix and compiler flags * HDFFV-11229 merge changes from develop * HDFFV-11229 correct test script * HDFFV-11229 update autotools test script for two ref files * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * minor whitespace * remove unneeded macro * Committing clang-format changes * Add "option" command for clang options * Rework CMake add_custom to use the BYPRODUCTS argument Update pkgconfig scripts for parallel builds. Fix install COPYING file reference. Remove unused round defines. Change CMake default setting of BUILD_CPP to off. * Fortran target depends * Remove incorrect source attribute * Revert define removal Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 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>
* OESS-98 Update plugin build option (#172)Allen Byrne2020-12-151-13/+0
|
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-7/+7
|
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-161-3/+17
|
* Correct COPYING pathAllen Byrne2020-09-041-1/+1
|
* Merge CMake and tools changes from developAllen Byrne2020-02-271-18/+10
|
* HDFFV-10845, 10529 and CMake changes from developAllen Byrne2019-07-241-6/+12
|
* Update namespace handlingAllen Byrne2019-04-041-2/+2
|
* Allow option to select NAMESPACEAllen Byrne2019-03-281-2/+2
|
* Remove obsolete referenceAllen Byrne2019-02-061-1/+1
|
* Merge CMake changes from developAllen Byrne2018-10-231-1/+1
| | | Improved cross-compiling and toolchains
* Adjust warning flags to match autotools, add configure statusAllen Byrne2018-08-211-0/+1
|
* HDFFV-9739 and cmake improvements merge from developAllen Byrne2018-05-221-10/+0
|
* HDFFV-4359 Add C,HL,CXX filesAllen Byrne2018-03-081-18/+0
|
* Fix missing ext libs referencesAllen Byrne2018-01-251-5/+5
|
* Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-131-1/+1
|
* 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.
* HDFFV-10138 Merge app framework to examplesAllen Byrne2017-03-141-6/+18
|
* Update CMake files and formattingAllen Byrne2017-03-011-1/+1
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-17/+19
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-54/+54
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-1/+3
|
* Add STGZ to mac cpack listAllen Byrne2016-10-071-0/+1
|
* HDFFV-9991: Remove uneeded fileAllen Byrne2016-10-041-15/+0
|
* [svn-r29601] Cleanup case of CMake commands in tools.Allen Byrne2016-03-311-0/+1
| | | | | Update CTestCustom file for new tests. Add connection from HDF5_ENABLE_USING_MEMCHECKER cmake option to library define USING_MEMCHECKER.
* [svn-r28085] Add option to change cpack install location version (1.9 ↵Allen Byrne2015-10-151-2/+10
| | | | instead of 1.9.xxx) useful on windows.
* [svn-r27465] Merge dual-binary CMake changesAllen Byrne2015-08-051-4/+4
|
* [svn-r27364] Add Mac Framework supportAllen Byrne2015-07-091-69/+62
|
* [svn-r26977] Windows needs different packaging option from linuxAllen Byrne2015-04-301-6/+14
|
* [svn-r26953] Remove src temporary debug build props.Allen Byrne2015-04-281-18/+22
| | | | Move TOOLS option up before usage.
* [svn-r26941] Correct ext lib packing listAllen Byrne2015-04-281-2/+6
|
* [svn-r26864] Change location of lib settings fileAllen Byrne2015-04-211-1/+1
|
* [svn-r26607] Correct test of plugin read when disabled to not print FAILURE ↵Allen Byrne2015-03-261-1/+1
| | | | when successful
* [svn-r26536] Add INSTALL_TYPES to packaging for defaultsAllen Byrne2015-03-231-6/+21
|
* [svn-r26465] Merge back from DB branch; cmake defaults and compressed examplesAllen Byrne2015-03-171-1/+9
|
* [svn-r26463] static builds do not have dlls needed for the pathAllen Byrne2015-03-171-2/+3
|
* [svn-r26365] HDFFV-8520: Add plugin control APIs.Allen Byrne2015-03-051-6/+6
| | | | | | Update windows WiX packaging. h5committested
* [svn-r26320] Trigger component install optionsAllen Byrne2015-02-261-7/+25
|
* [svn-r26277] remove filename extensionAllen Byrne2015-02-231-1/+1
|
* [svn-r26256] Remove file - obsoleted by cmake 3.1 minimumAllen Byrne2015-02-201-1/+1
|
* [svn-r26161] Fix cmake case. Allen Byrne2015-02-121-7/+7
| | | | | Turn on F2003 by default. Set source properties in fortran cmake files.
* [svn-r25902] Fix CMP0053 warningAllen Byrne2014-12-191-1/+2
|