summaryrefslogtreecommitdiffstats
path: root/release_docs
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26413] Merge of r26276 from trunk.Dana Robinson2015-03-101-0/+28
| | | | | | | | | | | | | | | | | | | | | | Cleans up time functions in the autotools input files. - Lumps all the time functionality together in configure.ac. This was previously more spread out due to Solaris issues with the ordering of certain checks. - Removes processing that handles __tm_gmtoff members of struct tm. (libc-4) - Removes BSDgettimeofday(). (IRIX 5.3) - Removes timezone struct processing in gettimeofday(). (considered harmful) Fixes: HDFFV-9083 and HDFFV-9085 Tested on: h5committest OS X (quail) Solaris (emu)
* [svn-r26395] Merges r26329 from trunkDana Robinson2015-03-091-0/+15
| | | | | | | | | | | | | | Removed the configure option that allows selective disabling of individual internal filters (fletcher32, shuffle, etc.). This feature mucked up the code with a lot of #ifdefs, saved very little space and was not scalable to a general scheme for library size reduction. We've decided to remove the feature while we investigate a more general scheme for decreasing the library size. Fixes: HDFFV-9086 Tested on: h5committest
* [svn-r26394] Merges r26351 from trunkDana Robinson2015-03-091-1/+7
| | | | | | | | Adds warning prevention pragmas, etc. to flex- and bison-generated code. Fixes: HDFFV-9149 Tested on: h5committest
* [svn-r26393] Merges r26347 and r26363 from trunkDana Robinson2015-03-091-0/+8
| | | | | | | | | | | Moves the _POSIX_C_SOURCE, _GNU_SOURCE, and _BSD_SOURCE from AM_CPPFLAGS to H5_CPPFLAGS in the Autotools configure scripts. This prevents them from being exported to h5cc, etc. which is inappropriate since they may interfere with other code. Fixes: HDFFV-9152 Tested on: h5committest
* [svn-r26391] Snapshot version 1.8 release 15 (snap11)HDF Tester2015-03-081-1/+1
|
* [svn-r26371] Update cmake mininum versionAllen Byrne2015-03-052-3/+3
| | | | Update windows wix cpack process.
* [svn-r26370] Added support for Mac OS X 10.10 Yosemeti.Albert Cheng2015-03-051-2/+9
| | | | Also updated entries for Max OS X 10.9 Mavericks.
* [svn-r26326] Merge of r26275 from the trunkDana Robinson2015-02-271-0/+18
| | | | | | | | | | | | | - Updated configure.ac so that the direct VFD can now be built without specifying _GNU_SOURCE, etc. on the command line. - The direct VFD is now disabled by default. It was previously enabled, but the configuration script couldn't configure it properly, making it a moot point. Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566 Tested on jam (configure/make in various configurations only)
* [svn-r26322] Merge of r26246 and r26249 from the trunkDana Robinson2015-02-261-0/+11
| | | | | | | | | | Fixes a bug in the bin/trace script that prevented API calls which return a pointer from receiving TRACE macros. Also removes the NO TRACE warnings, which we decided were distracting and unnecessary. Tested on: jam (minor change)
* [svn-r26310] Merge of r26071 from features/autotools_reworkDana Robinson2015-02-261-0/+11
| | | | | | | | | | Removes the --with-default-vfd option from configure. This was basically useless and only allowed selecting the stdio VFD. Since this is a demo VFD and not really a production VFD, we decided to retire this option. Fixes: HDFFV-9081 Tested on: jam (minor change)
* [svn-r26309] Updated RELEASE.txt to indicate that VMS files have been removed.Dana Robinson2015-02-261-1/+14
|
* [svn-r26273] Fixes compile failures when building on Windows when UNICODE is ↵Dana Robinson2015-02-221-0/+23
| | | | | | | | | | | | | | | | | defined. This was due to wrapping a variable with the TEXT() macro and not forcing the <function>A form of certain Win32 API calls are always used. Although we do not defined UNICODE in our builds, others have encountered problems when building HDF5 as a part of a larger project where UNICODE is defined. Fix for: HDFFV-8927 Tested on: 64-bit Windows 7, Visual Studio 2012, CMake 3.2 All combinations of static/shared and UNICODE defined/undefined NOTE: plugin tests are skipped with static builds
* [svn-r26264] Merge of r26225 from trunk.Dana Robinson2015-02-211-1/+13
| | | | | | | | | Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
* [svn-r26240] add release.txt entries for changes made to configure.acMohamad Chaarawi2015-02-191-0/+14
|
* [svn-r26189] Merge revision 26149 to 1.8 branchNeil Fortner2015-02-161-1/+3
| | | | | | | | | Fix potential memory error reported by valgrind in H5D__link_chunk_collective_io. This would occur when performing collective I/O on a dataset with only 1 chunk, and a participating process had nothing to read or write. Tested: jam, koala, ostrich (h5committest); in trunk and 1.8
* [svn-r26178] Snapshot version 1.8 release 15 (snap10)HDF Tester2015-02-151-1/+1
|
* [svn-r26163] Update versionsAllen Byrne2015-02-121-9/+12
|
* [svn-r26147] Snapshot version 1.8 release 15 (snap9)HDF Tester2015-02-081-1/+1
|
* [svn-r26094] Snapshot version 1.8 release 15 (snap8)HDF Tester2015-02-011-1/+1
|
* [svn-r26088] update build procedure for Hopper (Cray).. only static now. Mohamad Chaarawi2015-01-301-26/+19
| | | | Will add shared when we introduce support later.
* [svn-r25982] Snapshot version 1.8 release 15 (snap7)HDF Tester2015-01-181-1/+1
|
* [svn-r25976] Snapshot version 1.8 release 15 (snap6)HDF Tester2015-01-111-1/+1
|
* [svn-r25970] Update with retirement of AIX 5.3 and addition of AIX 6.1 support.Albert Cheng2015-01-091-4/+4
|
* [svn-r25950] Snapshot version 1.8 release 15 (snap5)HDF Tester2015-01-041-1/+1
|
* [svn-r25944] updated AIX compilers information.Albert Cheng2015-01-021-3/+3
|
* [svn-r25925] Snapshot version 1.8 release 15 (snap4)HDF Tester2014-12-281-1/+1
|
* [svn-r25916] Snapshot version 1.8 release 15 (snap3)HDF Tester2014-12-211-1/+1
|
* [svn-r25911] Updated.Albert Cheng2014-12-191-1/+3
|
* [svn-r25887] Snapshot version 1.8 release 15 (snap2)HDF Tester2014-12-141-1/+1
|
* [svn-r25873] Updated with new options of cmakehdf5.Albert Cheng2014-12-091-1/+3
|
* [svn-r25869] HDFFV-9041: Definitions needed to be a semi-colon separated list.Allen Byrne2014-12-091-1/+7
|
* [svn-r25866] Snapshot version 1.8 release 15 (snap1)HDF Tester2014-12-071-1/+1
|
* [svn-r25865] Maintenance after the release: Added 1.8.14 RELEASE.txt to the ↵Elena Pourmal2014-12-071-0/+751
| | | | HISTORY.txt file.
* [svn-r25856] Snapshot version 1.8 release 15 (snap0)HDF Tester2014-11-301-1/+1
|
* [svn-r25850] INSTALL_parallel already has a known issues section for Hopper.Albert Cheng2014-11-251-14/+0
| | | | | I moved all hopper known problems from RELEASE.txt to INSTALL_parallel so that they are all in one place.
* [svn-r25849] INSTALL_parallel already has a known issues section for Hopper.Albert Cheng2014-11-251-0/+17
| | | | | I moved all hopper known problems from RELEASE.txt to INSTALL_parallel so that they are all in one place.
* [svn-r25837] Updated RELEASE.txt message for HDFFV-9016 to be in line with ↵Dana Robinson2014-11-231-14/+19
| | | | the current RELEASE.txt guidelines.
* [svn-r25832] Fixed typo in HDFFV-9016 comment in release_docs/RELEASE.txt.Dana Robinson2014-11-211-1/+1
|
* [svn-r25831] Updated release_docs/RELEASE.txt with HDFFV-9016 information. ↵Dana Robinson2014-11-211-1/+14
| | | | This was a check-in to the CMake externals but it affects HDF5.
* [svn-r25806] Update support platforms information according to release v1.8.14.Albert Cheng2014-11-101-16/+16
|
* [svn-r25799] correct example cmake infoAllen Byrne2014-11-061-2/+4
|
* [svn-r25789] Maintenance: removed VMS notes from the file.Elena Pourmal2014-11-051-15/+0
|
* [svn-r25739] HDFFV-8953: remove svn url referencesAllen Byrne2014-10-272-10/+7
|
* [svn-r25703] Correct VS2008 infoAllen Byrne2014-10-141-2/+2
|
* [svn-r25696] Maintenance: Addressing bug HDFFV-8836 - information in section ↵Elena Pourmal2014-10-131-17/+21
| | | | 3.2 about the SZIP binaries distribution was wrong. Fixed.
* [svn-r25688] Update RELEASE.txt for 1.8.14 release:Larry Knox2014-10-091-12/+9
| | | | | Reviewed and revised version information for unix daily tested machines in supported and tested platforms sections.
* [svn-r25674] Reset for v1.8.15.Albert Cheng2014-10-061-59/+18
|
* [svn-r25673] Change version to 1.8.15-snap0.Albert Cheng2014-10-061-1/+1
|
* [svn-r25669] Snapshot version 1.8 release 14 (snap18)HDF Tester2014-10-051-1/+1
|
* [svn-r25660] DescriptionBinh-Minh Ribler2014-10-021-2/+10
| | | | Added notes about HDFFV-4259, HDFFV-8852, and HDFFV-8928.