Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r26413] Merge of r26276 from trunk. | Dana Robinson | 2015-03-10 | 1 | -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 trunk | Dana Robinson | 2015-03-09 | 1 | -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 trunk | Dana Robinson | 2015-03-09 | 1 | -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 trunk | Dana Robinson | 2015-03-09 | 1 | -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 Tester | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | [svn-r26371] Update cmake mininum version | Allen Byrne | 2015-03-05 | 2 | -3/+3 |
| | | | | Update windows wix cpack process. | ||||
* | [svn-r26370] Added support for Mac OS X 10.10 Yosemeti. | Albert Cheng | 2015-03-05 | 1 | -2/+9 |
| | | | | Also updated entries for Max OS X 10.9 Mavericks. | ||||
* | [svn-r26326] Merge of r26275 from the trunk | Dana Robinson | 2015-02-27 | 1 | -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 trunk | Dana Robinson | 2015-02-26 | 1 | -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_rework | Dana Robinson | 2015-02-26 | 1 | -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 Robinson | 2015-02-26 | 1 | -1/+14 |
| | |||||
* | [svn-r26273] Fixes compile failures when building on Windows when UNICODE is ↵ | Dana Robinson | 2015-02-22 | 1 | -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 Robinson | 2015-02-21 | 1 | -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.ac | Mohamad Chaarawi | 2015-02-19 | 1 | -0/+14 |
| | |||||
* | [svn-r26189] Merge revision 26149 to 1.8 branch | Neil Fortner | 2015-02-16 | 1 | -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 Tester | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | [svn-r26163] Update versions | Allen Byrne | 2015-02-12 | 1 | -9/+12 |
| | |||||
* | [svn-r26147] Snapshot version 1.8 release 15 (snap9) | HDF Tester | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | [svn-r26094] Snapshot version 1.8 release 15 (snap8) | HDF Tester | 2015-02-01 | 1 | -1/+1 |
| | |||||
* | [svn-r26088] update build procedure for Hopper (Cray).. only static now. | Mohamad Chaarawi | 2015-01-30 | 1 | -26/+19 |
| | | | | Will add shared when we introduce support later. | ||||
* | [svn-r25982] Snapshot version 1.8 release 15 (snap7) | HDF Tester | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | [svn-r25976] Snapshot version 1.8 release 15 (snap6) | HDF Tester | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | [svn-r25970] Update with retirement of AIX 5.3 and addition of AIX 6.1 support. | Albert Cheng | 2015-01-09 | 1 | -4/+4 |
| | |||||
* | [svn-r25950] Snapshot version 1.8 release 15 (snap5) | HDF Tester | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | [svn-r25944] updated AIX compilers information. | Albert Cheng | 2015-01-02 | 1 | -3/+3 |
| | |||||
* | [svn-r25925] Snapshot version 1.8 release 15 (snap4) | HDF Tester | 2014-12-28 | 1 | -1/+1 |
| | |||||
* | [svn-r25916] Snapshot version 1.8 release 15 (snap3) | HDF Tester | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | [svn-r25911] Updated. | Albert Cheng | 2014-12-19 | 1 | -1/+3 |
| | |||||
* | [svn-r25887] Snapshot version 1.8 release 15 (snap2) | HDF Tester | 2014-12-14 | 1 | -1/+1 |
| | |||||
* | [svn-r25873] Updated with new options of cmakehdf5. | Albert Cheng | 2014-12-09 | 1 | -1/+3 |
| | |||||
* | [svn-r25869] HDFFV-9041: Definitions needed to be a semi-colon separated list. | Allen Byrne | 2014-12-09 | 1 | -1/+7 |
| | |||||
* | [svn-r25866] Snapshot version 1.8 release 15 (snap1) | HDF Tester | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | [svn-r25865] Maintenance after the release: Added 1.8.14 RELEASE.txt to the ↵ | Elena Pourmal | 2014-12-07 | 1 | -0/+751 |
| | | | | HISTORY.txt file. | ||||
* | [svn-r25856] Snapshot version 1.8 release 15 (snap0) | HDF Tester | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | [svn-r25850] INSTALL_parallel already has a known issues section for Hopper. | Albert Cheng | 2014-11-25 | 1 | -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 Cheng | 2014-11-25 | 1 | -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 Robinson | 2014-11-23 | 1 | -14/+19 |
| | | | | the current RELEASE.txt guidelines. | ||||
* | [svn-r25832] Fixed typo in HDFFV-9016 comment in release_docs/RELEASE.txt. | Dana Robinson | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | [svn-r25831] Updated release_docs/RELEASE.txt with HDFFV-9016 information. ↵ | Dana Robinson | 2014-11-21 | 1 | -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 Cheng | 2014-11-10 | 1 | -16/+16 |
| | |||||
* | [svn-r25799] correct example cmake info | Allen Byrne | 2014-11-06 | 1 | -2/+4 |
| | |||||
* | [svn-r25789] Maintenance: removed VMS notes from the file. | Elena Pourmal | 2014-11-05 | 1 | -15/+0 |
| | |||||
* | [svn-r25739] HDFFV-8953: remove svn url references | Allen Byrne | 2014-10-27 | 2 | -10/+7 |
| | |||||
* | [svn-r25703] Correct VS2008 info | Allen Byrne | 2014-10-14 | 1 | -2/+2 |
| | |||||
* | [svn-r25696] Maintenance: Addressing bug HDFFV-8836 - information in section ↵ | Elena Pourmal | 2014-10-13 | 1 | -17/+21 |
| | | | | 3.2 about the SZIP binaries distribution was wrong. Fixed. | ||||
* | [svn-r25688] Update RELEASE.txt for 1.8.14 release: | Larry Knox | 2014-10-09 | 1 | -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 Cheng | 2014-10-06 | 1 | -59/+18 |
| | |||||
* | [svn-r25673] Change version to 1.8.15-snap0. | Albert Cheng | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | [svn-r25669] Snapshot version 1.8 release 14 (snap18) | HDF Tester | 2014-10-05 | 1 | -1/+1 |
| | |||||
* | [svn-r25660] Description | Binh-Minh Ribler | 2014-10-02 | 1 | -2/+10 |
| | | | | Added notes about HDFFV-4259, HDFFV-8852, and HDFFV-8928. |