Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r25529] Purpose: | Dana Robinson | 2014-08-11 | 1 | -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 Tester | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | [svn-r25519] HDFFV-8880: Remove t_posix_compliant test references | Allen Byrne | 2014-08-06 | 1 | -7/+1 |
| | |||||
* | [svn-r25467] Updated with bug fix for HDFFV-8881. | Albert Cheng | 2014-07-22 | 1 | -1/+2 |
| | |||||
* | [svn-r25436] Snapshot version 1.8 release 14 (snap9) | HDF Tester | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | [svn-r25396] Snapshot version 1.8 release 14 (snap8) | HDF Tester | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | [svn-r25379] Snapshot version 1.8 release 14 (snap7) | HDF Tester | 2014-06-29 | 1 | -1/+1 |
| | |||||
* | [svn-r25340] Snapshot version 1.8 release 14 (snap6) | HDF Tester | 2014-06-22 | 1 | -1/+1 |
| | |||||
* | [svn-r25276] Merge of r25274 from trunk. | Dana Robinson | 2014-06-13 | 1 | -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 property | Allen Byrne | 2014-06-12 | 3 | -7/+8 |
| | |||||
* | [svn-r25233] Snapshot version 1.8 release 14 (snap5) | HDF Tester | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | [svn-r25217] Snapshot version 1.8 release 14 (snap4) | HDF Tester | 2014-05-25 | 1 | -1/+1 |
| | |||||
* | [svn-r25200] Snapshot version 1.8 release 14 (snap3) | HDF Tester | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | [svn-r25180] Correct list indentation | Allen Byrne | 2014-05-09 | 1 | -2/+2 |
| | |||||
* | [svn-r25163] Update file to match release changes | Allen Byrne | 2014-05-05 | 1 | -29/+98 |
| | |||||
* | [svn-r25159] Snapshot version 1.8 release 14 (snap2) | HDF Tester | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | [svn-r25146] Updated sections. | Allen Byrne | 2014-05-02 | 1 | -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 Byrne | 2014-04-28 | 1 | -7/+22 |
| | |||||
* | [svn-r25127] Snapshot version 1.8 release 14 (snap1) | HDF Tester | 2014-04-27 | 1 | -1/+1 |
| | |||||
* | [svn-r25111] Changed Subeversion EOL and executable properties. No code changes. | Dana Robinson | 2014-04-25 | 1 | -81/+81 |
| | |||||
* | [svn-r25076] Correct the install folder logic. | Allen Byrne | 2014-04-22 | 1 | -1/+1 |
| | | | | Tested: local linux | ||||
* | [svn-r25071] Snapshot version 1.8 release 14 (snap0) | HDF Tester | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | [svn-r25053] Merge changes to RELEASE.txt for 1.8.13 release: | Larry Knox | 2014-04-16 | 1 | -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 Ribler | 2014-04-14 | 1 | -2/+18 |
| | | | | Updated for C++ API new features and bug fixes. | ||||
* | [svn-r25041] Maintenance: More version cleanup in the file | Elena Pourmal | 2014-04-14 | 1 | -3/+3 |
| | |||||
* | [svn-r25039] Maintenance: Cleaned the RELEASE.txt file for the next ↵ | Elena Pourmal | 2014-04-14 | 1 | -84/+19 |
| | | | | maintenance cycle. | ||||
* | [svn-r25036] Maintenance before creating 1_8_13 branch: changed version ↵ | Elena Pourmal | 2014-04-14 | 1 | -1/+1 |
| | | | | number to 1.8.14-snap0 | ||||
* | [svn-r25035] Snapshot version 1.8 release 13 (snap8) | HDF Tester | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | [svn-r25033] Purpose: | Dana Robinson | 2014-04-12 | 1 | -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 Robinson | 2014-04-11 | 1 | -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 Robinson | 2014-04-11 | 1 | -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 Robinson | 2014-04-11 | 1 | -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 Robinson | 2014-04-11 | 1 | -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 docs | Allen Byrne | 2014-04-09 | 4 | -36/+36 |
| | |||||
* | [svn-r24992] Update release notes with information about the collective ↵ | Quincey Koziol | 2014-04-09 | 1 | -1/+5 |
| | | | | | | point selection support and removal of the MPI-POSIX VFD. | ||||
* | [svn-r24968] Snapshot version 1.8 release 13 (snap7) | HDF Tester | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | [svn-r24927] Snapshot version 1.8 release 13 (snap6) | HDF Tester | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | [svn-r24906] Merge latest CMake changes from trunk. | Allen Byrne | 2014-03-26 | 4 | -79/+87 |
| | | | | Tested: local linux | ||||
* | [svn-r24878] Description: | Quincey Koziol | 2014-03-24 | 1 | -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 Tester | 2014-03-23 | 1 | -1/+1 |
| | |||||
* | [svn-r24800] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from ↵ | Albert Cheng | 2014-03-14 | 1 | -8/+5 |
| | | | | supported platforms. | ||||
* | [svn-r24787] Updated information for platform Mac 10.8 and 10.9. Moved Mac ↵ | Albert Cheng | 2014-03-12 | 1 | -11/+11 |
| | | | | | | OSX 10.6 (fred) to also tested platforms. | ||||
* | [svn-r24771] Snapshot version 1.8 release 13 (snap4) | HDF Tester | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | [svn-r24760] Mac OS X 10.9 Mavericks is added to the support feature list. | Albert Cheng | 2014-03-04 | 1 | -1/+3 |
| | |||||
* | [svn-r24759] Added test support for Mac OS X Mavericks. | Albert Cheng | 2014-03-04 | 1 | -0/+4 |
| | |||||
* | [svn-r24754] Snapshot version 1.8 release 13 (snap3) | HDF Tester | 2014-03-02 | 1 | -1/+1 |
| | |||||
* | [svn-r24738] Updated with changes made back on Jan 27. | Albert Cheng | 2014-02-26 | 1 | -0/+3 |
| | |||||
* | [svn-r24672] Update document with ctest script changes. | Allen Byrne | 2014-01-31 | 1 | -115/+198 |
| | |||||
* | [svn-r24654] HDFFV-8640: Remove XLATE_UTILITY | Allen Byrne | 2014-01-28 | 1 | -11/+11 |
| | | | | Update tools testfiles | ||||
* | [svn-r24626] Correct numbering | Allen Byrne | 2014-01-14 | 1 | -8/+8 |
| |