summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
...
* [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-131-1/+1
|
* [svn-r25005] Update release docsAllen Byrne2014-04-094-32/+31
|
* [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-061-1/+1
|
* [svn-r24964] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from ↵Albert Cheng2014-04-041-8/+0
| | | | supported platforms.
* [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-301-1/+1
|
* [svn-r24864] Description:Quincey Koziol2014-03-211-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-r24822] Update GYGWIN versionAllen Byrne2014-03-181-1/+1
|
* [svn-r24816] HDFFV-8695:Allen Byrne2014-03-173-26/+38
| | | | | Add notes about defining -DCMAKE_BUILD_TYPE:STRING=Release
* [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1
|
* [svn-r24782] HDFFV-8700 -Allen Byrne2014-03-111-1/+1
| | | | KitWare recommendations: Change CMake commands to lower case.
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-112-50/+50
| | | | | | | 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-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-091-1/+1
|
* [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-021-1/+1
|
* [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-161-1/+1
|
* [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-091-1/+1
|
* [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-021-1/+1
|
* [svn-r24672] Update document with ctest script changes.Allen Byrne2014-01-311-115/+198
|
* [svn-r24644] Correct numberingAllen Byrne2014-01-241-30/+31
|
* [svn-r24642] Update other VMs to latest versionsAllen Byrne2014-01-241-14/+14
|
* [svn-r24484] Update version and test name.Allen Byrne2013-12-021-6/+6
|
* [svn-r24465] Snapshot version 1.9 release 169HDF Tester2013-11-251-1/+1
|
* [svn-r24432] Update examples package install location and text filesAllen Byrne2013-11-121-71/+81
|
* [svn-r24412] Updated information on how to build examples with cmake ↵Allen Byrne2013-11-071-12/+71
| | | | installed binary.
* [svn-r24362] Snapshot version 1.9 release 168HDF Tester2013-10-271-1/+1
|
* [svn-r24334] Snapshot version 1.9 release 167HDF Tester2013-10-201-1/+1
|
* [svn-r24317] Fixed a typo.Raymond Lu2013-10-171-1/+1
|
* [svn-r24307] Issue 8147: CLANG compiler with the options ↵Raymond Lu2013-10-161-0/+7
| | | | | | | | | -fcatch-undefined-behavior and -ftrapv catches some defined behavior in the alignment algorithm of the macro DETECT_I in H5detect.c. I documented it as a known problem. No test is needed.
* [svn-r24287] Snapshot version 1.9 release 166HDF Tester2013-10-131-1/+1
|
* [svn-r24273] Update URLAllen Byrne2013-10-092-2/+2
|
* [svn-r24250] Updated version numbers and notes about CTest ScriptingAllen Byrne2013-10-022-35/+53
|
* [svn-r24240] Update WDTP test machinesAllen Byrne2013-10-011-8/+8
|
* [svn-r24218] Snapshot version 1.9 release 165HDF Tester2013-09-291-1/+1
|
* [svn-r24200] Updated cygwin versionsAllen Byrne2013-09-251-2/+2
|
* [svn-r24186] Snapshot version 1.9 release 164HDF Tester2013-09-221-1/+1
|
* [svn-r24179] HDFFV-8321:Add note about changing FFLAGS to FCFLAGS in configure.Allen Byrne2013-09-201-0/+1
|
* [svn-r24171] Purpose: Fix problem with gcc 4.8Neil Fortner2013-09-191-0/+3
| | | | | | | | | | | | | | Description: With optimization enabled, gcc 4.8 inserts garbage into the padding bytes of floating point types when assigning from a literal constant. This caused problems when H5detect.c scanned the bits in floating point types to determine their properties. Modified H5detect.c to scan for padding before further analyzing the type, and to ignore all information in the padding areas. Also removed code that temporarily disabled optimization. Tested: jam, koala, ostrich, platypus (h5committest)
* [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.Allen Byrne2013-09-192-10/+29
| | | | | | | 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 WDTPAllen Byrne2013-09-121-2/+2
|
* [svn-r24110] Add new h5repack infoAllen Byrne2013-09-061-0/+4
|
* [svn-r24109] Correct cygwin infoAllen Byrne2013-09-061-11/+12
|
* [svn-r24104] HDFFV-8345: add User Defined filters to h5repack.Allen Byrne2013-09-061-1/+2
| | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools
* [svn-r24092] Snapshot version 1.9 release 163HDF Tester2013-09-011-1/+1
|
* [svn-r24078] Correct name of windows shared librariesAllen Byrne2013-08-271-2/+2
|
* [svn-r24068] Snapshot version 1.9 release 162HDF Tester2013-08-251-1/+1
|
* [svn-r24004] HDFFV-8319 and -8321: Cleanup autotools code.Allen Byrne2013-08-132-5/+5
| | | | | | Also remove GetConsoleScreenInfo check from cygwin configure. Tested: h5committest
* [svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. ↵Allen Byrne2013-08-121-1/+5
| | | | | | New test added, scripts updated, help text updated. Tested: local linux
* [svn-r23989] Snapshot version 1.9 release 161HDF Tester2013-08-111-1/+1
|
* [svn-r23968] Snapshot version 1.9 release 160HDF Tester2013-08-041-1/+1
|
* [svn-r23926] Snapshot version 1.9 release 159HDF Tester2013-07-211-1/+1
|
* [svn-r23925] Updated with fix for HDFFV-8392.Albert Cheng2013-07-191-35/+38
| | | | Plus some indentation cleanup on other entries.