summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
Commit message (Collapse)AuthorAgeFilesLines
* Added a line for the CMake pread/write option to INSTALL_CMake.txt.Dana Robinson2019-02-041-0/+1
|
* Merge of logging framework updates.Dana Robinson2018-12-311-1/+0
|
* HDFFV-10575, 10332, 10531, 10594 and TRILAB-21Allen Byrne2018-10-041-1/+36
|
* Add notes about unsupported optionsAllen Byrne2018-09-101-2/+16
|
* Adjust warning flags to match autotools, add configure statusAllen Byrne2018-08-211-0/+25
|
* HDFFV-10552 Add missing HDF5_USE_110_API_DEFAULT optionAllen Byrne2018-08-171-0/+1
|
* Merge from developAllen Byrne2018-07-311-0/+5
|
* Update documentAllen Byrne2018-06-191-327/+0
|
* HDFFV-10433 Updated text to address issues raised.Allen Byrne2018-06-111-5/+14
|
* Update URLsAllen Byrne2018-03-291-31/+51
|
* Remove incorrect lineAllen Byrne2018-03-271-1/+0
|
* Merge branch 'develop' into hdf5_1_10_mergeM. Scot Breitenfeld2018-03-121-1/+1
|\
| * Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
| |
| * HDFFV-10292 Windows drive letters cause issues in pathsAllen Byrne2018-03-051-1/+2
| |
| * Remove option from list in docAllen Byrne2018-02-281-1/+0
| |
| * Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
| |
| * Update listAllen Byrne2018-02-261-2/+3
| |
| * Update reference files for CMake optionsAllen Byrne2018-01-291-8/+0
| |
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-2/+2
| |
* | Incr CMake min, add missing test, rework test CMake scriptAllen Byrne2018-02-271-3/+4
| |
* | Update refences to CMake usageAllen Byrne2018-01-291-8/+0
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-12-121-1/+0
|\ \ | |/
| * HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-071-1/+0
| | | | | | | | This is now fixed via the HDFFV-10325 fix.
| * Restore GEN_HDRS and remove cache sets for defaultsAllen Byrne2017-09-131-21/+8
| |
| * Generate headers for 1.10 should default offAllen Byrne2017-09-121-2/+1
| |
| * HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-071-11/+0
| |
| * HDFFV-10284 Add VS2017 supportAllen Byrne2017-08-311-28/+39
| |
| * Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-271-2/+1
| | | | | | | | | | | | the option from the CMake cache init files. Fixes HDFFV-10184
* | restore GEN HDRS and remove cache sets for defoult optionsAllen Byrne2017-09-131-23/+9
| |
* | Generate headers for 1.10 should default offAllen Byrne2017-09-121-1/+1
| |
* | HDFFV-10276 Add UD flag option to h5repackAllen Byrne2017-09-071-5/+5
| |
* | HDFFV-10284 Add VS2017 merged from developAllen Byrne2017-08-311-23/+23
| |
* | Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-271-2/+1
|/ | | | | | the option from the CMake cache init files. Fixes HDFFV-10184
* Whitespace changesAllen Byrne2017-03-201-148/+152
|
* Update CMake files and formattingAllen Byrne2017-03-011-47/+47
|
* Update docs and scripts for releaseAllen Byrne2017-02-241-83/+129
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-5/+5
|
* [svn-r30314] HDFFV-9971: Change the usage of a CMake variable for the build ↵Allen Byrne2016-08-221-5/+5
| | | | type to the recommended variable name. Updated documentation.
* [svn-r29406] Add Java and update options to CMake/Windows docsAllen Byrne2016-03-141-47/+80
|
* [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-r28161] Update comment about VS versionsAllen Byrne2015-10-211-2/+2
|
* [svn-r28158] Merge from CMAMKE_EXT_MOD repo.Allen Byrne2015-10-211-18/+26
| | | | Add VS2015 support.
* [svn-r28128] Add version extension to all uses of source nameAllen Byrne2015-10-191-21/+21
|
* [svn-r28126] Correct CMake var nameAllen Byrne2015-10-191-6/+6
|
* [svn-r27973] Update to new style usage Allen Byrne2015-10-061-48/+120
|
* [svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX.Allen Byrne2015-09-211-0/+4
|
* [svn-r27597] Update text files to match 1.8 changesAllen Byrne2015-08-271-168/+167
|
* [svn-r27428] Bug fix: DAILYTEST-170Albert Cheng2015-07-241-0/+1
| | | | | | | | | | | | | | | | | | | Description: XL compilers in ostrich (PowerPC64 linux) fail in test/dt_arith because of the removal of the LLONG_TO_LDOUBLE_CORRECT (removed in r26625) and LDOUBLE_TO_LLONG_ACCURATE (removed in r26623). Solution: Reverse revisions r26623: bring back LDOUBLE_TO_LLONG_ACCURATE configure macro r26625: bring back LLONG_TO_LDOUBLE_CORRECT configure macro r26627: bring back WANT_DATA_ACCURACY configure macro which is used together with the above two macros. This also brings back the enable-dconv-accuracy configure option. Tested: h5committested. Also tested in ostrich using the XL compilers.
* [svn-r27003] Update documentation to match the web instructionsAllen Byrne2015-05-041-41/+58
|
* [svn-r26900] Update CMake doc referencesAllen Byrne2015-04-231-77/+136
|