summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25529] Purpose:Dana Robinson2014-08-111-0/+7
| | | | | | | | | | | | Merged r25508 from the trunk. Adds a check that ensure the page_size parameter in H5Pset_core_write_tracking is not zero. This ensures that the behavior matches the text in the reference manual. Tested on: 32-bit LE linux (jam), tested with make check-vfd. This is a very minor change and does not require full testing.
* [svn-r25523] Snapshot version 1.8 release 14 (snap10)HDF Tester2014-08-101-1/+1
|
* [svn-r25519] HDFFV-8880: Remove t_posix_compliant test referencesAllen Byrne2014-08-061-7/+1
|
* [svn-r25467] Updated with bug fix for HDFFV-8881.Albert Cheng2014-07-221-1/+2
|
* [svn-r25436] Snapshot version 1.8 release 14 (snap9)HDF Tester2014-07-201-1/+1
|
* [svn-r25396] Snapshot version 1.8 release 14 (snap8)HDF Tester2014-07-071-1/+1
|
* [svn-r25379] Snapshot version 1.8 release 14 (snap7)HDF Tester2014-06-291-1/+1
|
* [svn-r25340] Snapshot version 1.8 release 14 (snap6)HDF Tester2014-06-221-1/+1
|
* [svn-r25276] Merge of r25274 from trunk.Dana Robinson2014-06-131-1/+9
| | | | | | Eliminates DllMain from static builds (an oversight in the implementation). Fixes HDFFV-8837. Tested on 64-bit Windows 7 with Visual Studio 2012.
* [svn-r25267] update external lib option propertyAllen Byrne2014-06-123-7/+8
|
* [svn-r25233] Snapshot version 1.8 release 14 (snap5)HDF Tester2014-06-021-1/+1
|
* [svn-r25217] Snapshot version 1.8 release 14 (snap4)HDF Tester2014-05-251-1/+1
|
* [svn-r25200] Snapshot version 1.8 release 14 (snap3)HDF Tester2014-05-181-1/+1
|
* [svn-r25180] Correct list indentationAllen Byrne2014-05-091-2/+2
|
* [svn-r25163] Update file to match release changesAllen Byrne2014-05-051-29/+98
|
* [svn-r25159] Snapshot version 1.8 release 14 (snap2)HDF Tester2014-05-041-1/+1
|
* [svn-r25146] Updated sections.Allen Byrne2014-05-021-464/+210
| | | | | Changed APPENDIX to Platform configuration file example with extra comments. Updated files for web.
* [svn-r25132] Add clarification to download location and extlibs.Allen Byrne2014-04-281-7/+22
|
* [svn-r25127] Snapshot version 1.8 release 14 (snap1)HDF Tester2014-04-271-1/+1
|
* [svn-r25111] Changed Subeversion EOL and executable properties. No code changes.Dana Robinson2014-04-251-81/+81
|
* [svn-r25076] Correct the install folder logic.Allen Byrne2014-04-221-1/+1
| | | | Tested: local linux
* [svn-r25071] Snapshot version 1.8 release 14 (snap0)HDF Tester2014-04-201-1/+1
|
* [svn-r25053] Merge changes to RELEASE.txt for 1.8.13 release:Larry Knox2014-04-161-21/+31
| | | | | | | | | Reviewed and revised version information for unix daily tested machines in supported a d tested platforms sections. Added description of LD_LIBRARY_PATH change to configure and using scripts to compile nd run installed example files to Bug Fixes/Configuration section. Text change only.
* [svn-r25042] Description:Binh-Minh Ribler2014-04-141-2/+18
| | | | Updated for C++ API new features and bug fixes.
* [svn-r25041] Maintenance: More version cleanup in the fileElena Pourmal2014-04-141-3/+3
|
* [svn-r25039] Maintenance: Cleaned the RELEASE.txt file for the next ↵Elena Pourmal2014-04-141-84/+19
| | | | maintenance cycle.
* [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵Elena Pourmal2014-04-141-1/+1
| | | | number to 1.8.14-snap0
* [svn-r25035] Snapshot version 1.8 release 13 (snap8)HDF Tester2014-04-131-1/+1
|
* [svn-r25033] Purpose:Dana Robinson2014-04-121-0/+10
| | | | | | | | | | | | | | | | | | Merged r24993 from the trunk. Adds core VFD write tracking functionality. When enabled, the core VFD will track dirty regions of the file and only write out the changed regions. The new H5Pget/set_core_write_tracking() API call controls this feature. A new "core_paged" VFD target was added to the check-vfd target in test/Makefile.am that runs all tests with the new write tracking functionality. Tested on: 32-bit LE linux (jam) 64-bit LE linux (koala) 64-bit BE linux (ostrich) Each platform was tested with HDF5_DRIVER set to "core" and "core_paged". Jam was also tested with the standard sec2 driver.
* [svn-r25018] Purpose:Dana Robinson2014-04-111-0/+13
| | | | | | | | | Merged r24893, r24961, r24965 from trunk. Fix for thread-local storage resource leaks on Windows with Win32 threads. Prohibits thread-safe + C++/Fortran/static library in CMake. Tested on: 64-bit Windows 7 w/ Visual Studio 2012
* [svn-r25016] Purpose:Dana Robinson2014-04-111-0/+3
| | | | | | | | | | | | Merged r24857 from the trunk. Changes to configure.ac so that --with-pthreads is not required when the --enable-threadsafe configure option is set as long as the Pthreads library is in a standard location. Tested on: 32-bit LE linux (jam) with --enable-threadsafe 64-bit LE linux (koala) with --enable-threadsafe 64-bit BE linux (ostrich) with --enable-threadsafe
* [svn-r25015] Purpose:Dana Robinson2014-04-111-2/+6
| | | | | | | | Updated RELEASE.txt with more information about the big.c test changes. Tested on: N/A - no code changes
* [svn-r25014] Purpose:Dana Robinson2014-04-111-1/+10
| | | | | | | | | | | | | | | | | Merge of r24937 from the trunk Adds H5free_memory to the API. This function should be used to free memory allocated by the library (e.g., returned values from H5Tget_tag, H5Pget_class_name, etc.). This is mainly to help Windows applications deal with multiple CRT instances, but can also be helpful when a debug memory manager is being used or when the HDF5 API is being wrapped for managed languages like Python and Java. Tested on: 32-bit LE linux (jam) with fortran and C++ 64-bit BE linux (ostrich) 64-bit LE linux (koala)
* [svn-r25006] Update release docsAllen Byrne2014-04-094-36/+36
|
* [svn-r24992] Update release notes with information about the collective ↵Quincey Koziol2014-04-091-1/+5
| | | | | | point selection support and removal of the MPI-POSIX VFD.
* [svn-r24968] Snapshot version 1.8 release 13 (snap7)HDF Tester2014-04-061-1/+1
|
* [svn-r24927] Snapshot version 1.8 release 13 (snap6)HDF Tester2014-03-301-1/+1
|
* [svn-r24906] Merge latest CMake changes from trunk.Allen Byrne2014-03-264-79/+87
| | | | Tested: local linux
* [svn-r24878] Description:Quincey Koziol2014-03-241-1/+0
| | | | | | | | | | | | | | | | | | | | | Bring r24864 from trunk to 1.8 branch: 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 (daily tested on trunk)
* [svn-r24871] Snapshot version 1.8 release 13 (snap5)HDF Tester2014-03-231-1/+1
|
* [svn-r24800] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from ↵Albert Cheng2014-03-141-8/+5
| | | | supported platforms.
* [svn-r24787] Updated information for platform Mac 10.8 and 10.9. Moved Mac ↵Albert Cheng2014-03-121-11/+11
| | | | | | OSX 10.6 (fred) to also tested platforms.
* [svn-r24771] Snapshot version 1.8 release 13 (snap4)HDF Tester2014-03-091-1/+1
|
* [svn-r24760] Mac OS X 10.9 Mavericks is added to the support feature list.Albert Cheng2014-03-041-1/+3
|
* [svn-r24759] Added test support for Mac OS X Mavericks.Albert Cheng2014-03-041-0/+4
|
* [svn-r24754] Snapshot version 1.8 release 13 (snap3)HDF Tester2014-03-021-1/+1
|
* [svn-r24738] Updated with changes made back on Jan 27.Albert Cheng2014-02-261-0/+3
|
* [svn-r24672] Update document with ctest script changes.Allen Byrne2014-01-311-115/+198
|
* [svn-r24654] HDFFV-8640: Remove XLATE_UTILITYAllen Byrne2014-01-281-11/+11
| | | | Update tools testfiles
* [svn-r24626] Correct numberingAllen Byrne2014-01-141-8/+8
|