summaryrefslogtreecommitdiffstats
path: root/config/cmake/hdf5-config.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* CMake: (fix) Threads dependency (#3267)Jan-Willem Blokland2023-07-241-0/+5
| | | | | | - If the HDF5 library has been build with either thread-safety or subfiling VFD feature on it will have an additional dependency on a threading library. This dependency has been added to the hdf-config.cmake.in file.
* Option changed but not all references (#3252)Allen Byrne2023-07-181-2/+2
| | | | | * Option changed but not all references * remove quotes from binary var
* Fix CMake builds when Subfiling VFD isn't enabled (#3250)jhendersonHDF2023-07-171-0/+1
| | | | | * Fix CMake builds when Subfiling VFD isn't enabled * Add Subfiling VFD entry to hdf5-config.cmake.in
* CMake: (feature) ROS3 and cmake config file. (#3146)Jan-Willem Blokland2023-06-161-0/+1
| | | | | - Added a cmake variable to the hdf5-config.cmake file which indicate if the library has been build with or without the read-only S3 functionality.
* Correct CMake option defaults - deprecate szip for libaec (#2778)Allen Byrne2023-04-231-1/+1
|
* Update java logger version (#2643)Allen Byrne2023-04-031-2/+2
|
* CMake: Find MPI in HDF5 CMake config (#2400)kwryankrattiger2023-01-181-0/+2
|
* Add SZ filter and adjust compression file names to avoid conflicts (#1434)Allen Byrne2022-02-171-1/+1
| | | | | | | | | * 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
* Update the java slf4j logging jars to latest 1.7.33 (#1369)Allen Byrne2022-01-181-2/+2
|
* Develop cmake install dir (#1041)Allen Byrne2021-09-281-3/+3
| | | | | | | * Corrected path searched by CMake find_package command * Correct path for depend libs * Adjust examples script for install path
* HDFFV-11266 - add option to build HL tools (#1018)Allen Byrne2021-09-161-0/+1
| | | | | | | * HDFFV-11266 - add option to build HL tools * Correct if syntax * Correct name of conditional
* 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.
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-0/+1
|
* Change to use aliasAllen Byrne2020-05-081-1/+1
|
* Add VS2019 supportAllen Byrne2019-11-181-0/+1
|
* Fix namespace usageAllen Byrne2019-08-291-3/+3
|
* Use prefix variableAllen Byrne2019-08-061-4/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-1/+8
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Correct namespace handlingAllen Byrne2019-04-031-2/+2
|
* Fix typoAllen Byrne2019-02-171-1/+1
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-14/+14
|
* TRILAB-111 fixes for parallel testingAllen Byrne2019-02-131-0/+3
|
* Update Java util lib, Refactor H5D write VL to match readAllen Byrne2018-06-271-2/+2
|
* Fix missing ext libs referencesAllen Byrne2018-01-251-1/+7
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-6/+0
|
* Correct usage of MPI varsAllen Byrne2017-11-011-2/+6
|
* Fix find package processAllen Byrne2017-09-191-2/+14
|
* Add toolset optionAllen Byrne2017-06-021-0/+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.
* Update CMake files and formattingAllen Byrne2017-03-011-1/+1
|
* Add support for namespace and add tools to binaries configAllen Byrne2016-10-141-2/+2
|
* [svn-r29226] HDFFV-9552: merge in java code.Allen Byrne2016-02-291-0/+14
|
* [svn-r27716] Publish both static and shared mod files in binaries.Allen Byrne2015-09-091-7/+11
|
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-1/+0
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-0/+1
|
* [svn-r27469] Merge from trunk with dual-binary CMake code.Allen Byrne2015-08-051-21/+30
| | | | Tested: local linux with CMake
* [svn-r26877] removed references to F2003Scot Breitenfeld2015-04-211-2/+1
|
* [svn-r26852] Correct component matchingAllen Byrne2015-04-201-11/+9
|
* [svn-r26719] Add HL to default componentsAllen Byrne2015-04-031-1/+1
|
* [svn-r26612] Fix missing endifAllen Byrne2015-03-271-11/+11
|
* [svn-r26604] Add component aware configurationAllen Byrne2015-03-261-5/+4
|
* [svn-r26594] Merge macros and fortran changes from dual_binary feature.Allen Byrne2015-03-251-2/+63
| | | | Tested: local linux
* [svn-r26542] Package vars should use uppercase prefixAllen Byrne2015-03-231-0/+2
|
* [svn-r26480] Correct find package var nameAllen Byrne2015-03-191-1/+1
|
* [svn-r26475] packaging cleanup and defaultsAllen Byrne2015-03-181-42/+43
|
* [svn-r25987] Use variable instead of hard coded valueAllen Byrne2015-01-201-2/+2
|
* [svn-r25714] remove reference to deleted sub-folderAllen Byrne2014-10-171-1/+1
|
* [svn-r25617] Upgrade packaging process with cmake helper functions.Allen Byrne2014-09-251-0/+86
Tested: local linux