Commit Graph

1303 Commits

Author SHA1 Message Date
HDF Tester
43051ab6cf [svn-r25396] Snapshot version 1.8 release 14 (snap8) 2014-07-06 19:22:09 -05:00
HDF Tester
51ea45ed2e [svn-r25379] Snapshot version 1.8 release 14 (snap7) 2014-06-29 18:07:05 -05:00
HDF Tester
3a71c775af [svn-r25340] Snapshot version 1.8 release 14 (snap6) 2014-06-22 18:18:18 -05:00
Dana Robinson
1ef0d8e245 [svn-r25276] Merge of r25274 from trunk.
Eliminates DllMain from static builds (an oversight in the implementation). Fixes HDFFV-8837.

Tested on 64-bit Windows 7 with Visual Studio 2012.
2014-06-13 11:10:25 -05:00
HDF Tester
c8243334b0 [svn-r25233] Snapshot version 1.8 release 14 (snap5) 2014-06-01 23:37:57 -05:00
HDF Tester
fea439b440 [svn-r25217] Snapshot version 1.8 release 14 (snap4) 2014-05-25 18:50:34 -05:00
HDF Tester
37a1339c04 [svn-r25200] Snapshot version 1.8 release 14 (snap3) 2014-05-18 10:37:16 -05:00
HDF Tester
e2971312a1 [svn-r25159] Snapshot version 1.8 release 14 (snap2) 2014-05-04 11:59:16 -05:00
HDF Tester
994a841402 [svn-r25127] Snapshot version 1.8 release 14 (snap1) 2014-04-27 11:50:01 -05:00
HDF Tester
b59f172c53 [svn-r25071] Snapshot version 1.8 release 14 (snap0) 2014-04-20 12:17:26 -05:00
Larry Knox
74435047bb [svn-r25053] Merge changes to RELEASE.txt for 1.8.13 release:
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.
2014-04-16 11:45:25 -05:00
Binh-Minh Ribler
1b1d5bb45a [svn-r25042] Description:
Updated for C++ API new features and bug fixes.
2014-04-14 10:44:04 -05:00
Elena Pourmal
5cf6bbcd8c [svn-r25041] Maintenance: More version cleanup in the file 2014-04-14 07:44:23 -05:00
Elena Pourmal
09e02189b6 [svn-r25039] Maintenance: Cleaned the RELEASE.txt file for the next maintenance cycle. 2014-04-14 07:30:23 -05:00
Elena Pourmal
2530ede1c6 [svn-r25036] Maintenance before creating 1_8_13 branch: changed version number to 1.8.14-snap0 2014-04-14 07:20:06 -05:00
HDF Tester
3b00476853 [svn-r25035] Snapshot version 1.8 release 13 (snap8) 2014-04-13 17:51:07 -05:00
Dana Robinson
785da34bce [svn-r25033] Purpose:
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.
2014-04-12 05:30:16 -05:00
Dana Robinson
f466a5d298 [svn-r25018] Purpose:
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
2014-04-11 14:04:54 -05:00
Dana Robinson
29791cf160 [svn-r25016] Purpose:
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
2014-04-11 10:32:58 -05:00
Dana Robinson
14c09fc400 [svn-r25015] Purpose:
Updated RELEASE.txt with more information about the big.c
    test changes.

Tested on:
    N/A - no code changes
2014-04-11 10:00:10 -05:00
Dana Robinson
8a52475245 [svn-r25014] Purpose:
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)
2014-04-11 09:48:31 -05:00
Allen Byrne
b70a2a6519 [svn-r25006] Update release docs 2014-04-09 14:05:37 -05:00
Quincey Koziol
7401da00f6 [svn-r24992] Update release notes with information about the collective point selection
support and removal of the MPI-POSIX VFD.
2014-04-08 22:11:24 -05:00
HDF Tester
4770fc0aad [svn-r24968] Snapshot version 1.8 release 13 (snap7) 2014-04-06 17:10:58 -05:00
HDF Tester
63c5964bb4 [svn-r24927] Snapshot version 1.8 release 13 (snap6) 2014-03-30 17:07:13 -05:00
Allen Byrne
d9020f2e35 [svn-r24906] Merge latest CMake changes from trunk.
Tested: local linux
2014-03-26 10:00:35 -05:00
HDF Tester
f5a2f3d611 [svn-r24871] Snapshot version 1.8 release 13 (snap5) 2014-03-23 17:09:33 -05:00
Albert Cheng
4ffe2f78c5 [svn-r24800] HDFFV-8704: Mac OS X 10.6 (Snow Leopard) is retired from supported platforms. 2014-03-14 13:14:37 -05:00
Albert Cheng
41f660dd17 [svn-r24787] Updated information for platform Mac 10.8 and 10.9. Moved Mac OSX 10.6 (fred)
to also tested platforms.
2014-03-12 16:08:21 -05:00
HDF Tester
a8a8652ebd [svn-r24771] Snapshot version 1.8 release 13 (snap4) 2014-03-09 17:09:06 -05:00
Albert Cheng
7f5c65bdc8 [svn-r24760] Mac OS X 10.9 Mavericks is added to the support feature list. 2014-03-04 18:34:00 -05:00
Albert Cheng
a0b291db5b [svn-r24759] Added test support for Mac OS X Mavericks. 2014-03-04 14:44:05 -05:00
HDF Tester
bcc9e4a976 [svn-r24754] Snapshot version 1.8 release 13 (snap3) 2014-03-02 17:08:04 -05:00
Albert Cheng
c240dd4687 [svn-r24738] Updated with changes made back on Jan 27. 2014-02-26 15:21:05 -05:00
Allen Byrne
d7e8a93078 [svn-r24654] HDFFV-8640: Remove XLATE_UTILITY
Update tools testfiles
2014-01-28 11:11:22 -05:00
Dana Robinson
5aabcd1ae8 [svn-r24507] Updated RELEASE.txt with big test changes. 2013-12-06 14:12:30 -05:00
HDF Tester
8d0f72d482 [svn-r24466] Snapshot version 1.8 release 13 (snap2) 2013-11-24 22:53:59 -05:00
HDF Tester
403d36479a [svn-r24335] Snapshot version 1.8 release 13 (snap1) 2013-10-20 19:42:45 -05:00
Raymond Lu
3267bb6ad0 [svn-r24318] Fixed a typo. 2013-10-17 14:56:12 -05:00
Raymond Lu
cedf2cae16 [svn-r24308] Issue 8147: CLANG compiler with the options -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.
2013-10-16 16:56:47 -05:00
HDF Tester
851cd479b0 [svn-r24288] Snapshot version 1.8 release 13 (snap0) 2013-10-13 19:37:42 -05:00
Albert Cheng
08cf10f201 [svn-r24280] Bug: HDFFV-8534
Added a known problem of Solaris make install failure.
Updated INSTALL to state Gnu make is the preferred version of make.

Tested: eyeballed.
2013-10-10 10:38:48 -05:00
Elena Pourmal
307f88870c [svn-r24259] Maintenance: Updated version number to 1.8.13-snap0; cleaned up RELEASE.txt for new info.
The 1.8 branch is open now for code changes.
2013-10-06 20:31:39 -05:00
HDF Tester
f8e5138264 [svn-r24257] Snapshot version 1.8 release 12 (snap19) 2013-10-06 16:57:26 -05:00
Larry Knox
102aca1a1c [svn-r24245] Update Unix compiler versions. 2013-10-01 16:59:55 -05:00
Raymond Lu
7cf0ec2de8 [svn-r24244] Issue 1264: CYGWIN had long double rounding problem from unsigned long long. I took out the issue from the Known Problems section.
No test is needed.
2013-10-01 14:23:39 -05:00
Allen Byrne
854ad7ad02 [svn-r24242] Update WDTP test machines 2013-10-01 09:56:36 -05:00
Binh-Minh Ribler
2b78b7bfd2 [svn-r24237] Description:
Added more info to new C++ feature section.
2013-10-01 00:17:33 -05:00
Binh-Minh Ribler
bb084334b8 [svn-r24232] Description:
- Merged Allen's CMake updates for the C++ tutorial examples from the trunk
    - Updated RELEASE.txt
2013-09-30 17:00:59 -05:00
Albert Cheng
9d1730c534 [svn-r24222] Updated with HDFFV-8271 fix. 2013-09-30 06:54:33 -05:00