Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r29406] Add Java and update options to CMake/Windows docs | Allen Byrne | 2016-03-14 | 1 | -47/+80 |
| | |||||
* | [svn-r28777] Description: | Quincey Koziol | 2016-01-03 | 1 | -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 versions | Allen Byrne | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [svn-r28158] Merge from CMAMKE_EXT_MOD repo. | Allen Byrne | 2015-10-21 | 1 | -18/+26 |
| | | | | Add VS2015 support. | ||||
* | [svn-r28128] Add version extension to all uses of source name | Allen Byrne | 2015-10-19 | 1 | -21/+21 |
| | |||||
* | [svn-r28126] Correct CMake var name | Allen Byrne | 2015-10-19 | 1 | -6/+6 |
| | |||||
* | [svn-r27973] Update to new style usage | Allen Byrne | 2015-10-06 | 1 | -48/+120 |
| | |||||
* | [svn-r27847] Add Not early in document about CMAKE_INSTALL_PREFIX. | Allen Byrne | 2015-09-21 | 1 | -0/+4 |
| | |||||
* | [svn-r27597] Update text files to match 1.8 changes | Allen Byrne | 2015-08-27 | 1 | -168/+167 |
| | |||||
* | [svn-r27428] Bug fix: DAILYTEST-170 | Albert Cheng | 2015-07-24 | 1 | -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 instructions | Allen Byrne | 2015-05-04 | 1 | -41/+58 |
| | |||||
* | [svn-r26900] Update CMake doc references | Allen Byrne | 2015-04-23 | 1 | -77/+136 |
| | |||||
* | [svn-r26693] Remove use of obsolete HDF5_USE_FILTER_{internal} | Allen Byrne | 2015-04-01 | 1 | -4/+0 |
| | |||||
* | [svn-r26652] Update default settings | Allen Byrne | 2015-03-30 | 1 | -5/+4 |
| | |||||
* | [svn-r26627] Description: | Quincey Koziol | 2015-03-27 | 1 | -1/+0 |
| | | | | | | | | | | | Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days) | ||||
* | [svn-r26539] Update minimum cmake version | Allen Byrne | 2015-03-23 | 1 | -2/+2 |
| | |||||
* | [svn-r26208] Update cmake minimums | Allen Byrne | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [svn-r26161] Fix cmake case. | Allen Byrne | 2015-02-12 | 1 | -4/+4 |
| | | | | | Turn on F2003 by default. Set source properties in fortran cmake files. | ||||
* | [svn-r25740] HDFFV-8953: remove svn url references | Allen Byrne | 2014-10-27 | 1 | -9/+6 |
| | |||||
* | [svn-r25623] Update from 1.8 docs - docs team changes from last release | Allen Byrne | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | [svn-r25570] UNDO:Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 1 | -1/+0 |
| | | | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Windows DLL linkage problem because of defines needed. Tested: local linux | ||||
* | [svn-r25569] Added option to build tools static when building shared ↵ | Allen Byrne | 2014-09-03 | 1 | -0/+1 |
| | | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux | ||||
* | [svn-r25239] Add set_property command for list option. | Allen Byrne | 2014-06-04 | 1 | -1/+2 |
| | | | | Minor doc edits | ||||
* | [svn-r25163] Update file to match release changes | Allen Byrne | 2014-05-05 | 1 | -472/+287 |
| | |||||
* | [svn-r25130] Add clarification to download location and extlibs. | Allen Byrne | 2014-04-28 | 1 | -7/+22 |
| | |||||
* | [svn-r25005] Update release docs | Allen Byrne | 2014-04-09 | 1 | -18/+9 |
| | |||||
* | [svn-r24864] Description: | Quincey Koziol | 2014-03-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | Remove all traces of MPI-POSIX VFD and GPFS detection/code. Remove remaining traces of stream VFD. Remove testpar/t_posix_compliant test (it's not actually verifying anything). Clean up H5D__mpio_opt_possible() further. Moved environment variable that disables MPI collective operations into MPI-IO VFD (instead of it being in src/H5S.c). A few other small code cleanups. Tested on: Mac OSX/64 10.9.2 (amazon) w/parallel & serial | ||||
* | [svn-r24816] HDFFV-8695: | Allen Byrne | 2014-03-17 | 1 | -12/+20 |
| | | | | | Add notes about defining -DCMAKE_BUILD_TYPE:STRING=Release | ||||
* | [svn-r24781] HDFFV-8700 - | Allen Byrne | 2014-03-11 | 1 | -45/+45 |
| | | | | | | | 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-r24672] Update document with ctest script changes. | Allen Byrne | 2014-01-31 | 1 | -115/+198 |
| | |||||
* | [svn-r24644] Correct numbering | Allen Byrne | 2014-01-24 | 1 | -30/+31 |
| | |||||
* | [svn-r24273] Update URL | Allen Byrne | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | [svn-r24250] Updated version numbers and notes about CTest Scripting | Allen Byrne | 2013-10-02 | 1 | -25/+41 |
| | |||||
* | [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump. | Allen Byrne | 2013-09-19 | 1 | -2/+21 |
| | | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam | ||||
* | [svn-r24128] Change option name for WDTP | Allen Byrne | 2013-09-12 | 1 | -2/+2 |
| | |||||
* | [svn-r23649] Correct file reference in pack list | Allen Byrne | 2013-04-29 | 1 | -0/+804 |
Rename and update CMake docs. |