Commit Graph

1582 Commits

Author SHA1 Message Date
HDF Tester
584c42ad94 [svn-r25547] Snapshot version 1.8 release 14 (snap12) 2014-08-24 17:56:55 -05:00
Mohamad Chaarawi
91aab97346 [svn-r25543] merge 25509 & 25524 from trunk.
Optimize chunked dataset fill operation by making it collective.
 + add a workaround for new algorithm to work with ompi.

Update RELEASE.txt with this new optimization.
2014-08-22 10:39:14 -05:00
HDF Tester
43e2783d40 [svn-r25535] Snapshot version 1.8 release 14 (snap11) 2014-08-17 17:52:05 -05:00
Dana Robinson
89ff12bfb2 [svn-r25529] Purpose:
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.
2014-08-11 09:39:49 -05:00
HDF Tester
53e7d88a5f [svn-r25523] Snapshot version 1.8 release 14 (snap10) 2014-08-10 17:57:40 -05:00
Allen Byrne
5860bde232 [svn-r25519] HDFFV-8880: Remove t_posix_compliant test references 2014-08-06 16:49:50 -05:00
Albert Cheng
ba6a00e92f [svn-r25467] Updated with bug fix for HDFFV-8881. 2014-07-22 14:47:22 -05:00
HDF Tester
b2f29298b2 [svn-r25436] Snapshot version 1.8 release 14 (snap9) 2014-07-20 18:00:51 -05:00
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
Allen Byrne
443a09f60d [svn-r25267] update external lib option property 2014-06-12 15:07:08 -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
Allen Byrne
82a8520120 [svn-r25180] Correct list indentation 2014-05-09 14:07:03 -05:00
Allen Byrne
2a33fe0d59 [svn-r25163] Update file to match release changes 2014-05-05 14:40:19 -05:00
HDF Tester
e2971312a1 [svn-r25159] Snapshot version 1.8 release 14 (snap2) 2014-05-04 11:59:16 -05:00
Allen Byrne
573d2b895e [svn-r25146] Updated sections.
Changed APPENDIX to Platform configuration file example with extra comments.
Updated files for web.
2014-05-02 13:04:16 -05:00
Allen Byrne
75963cf5ed [svn-r25132] Add clarification to download location and extlibs. 2014-04-28 16:41:36 -05:00
HDF Tester
994a841402 [svn-r25127] Snapshot version 1.8 release 14 (snap1) 2014-04-27 11:50:01 -05:00
Dana Robinson
c5815755cc [svn-r25111] Changed Subeversion EOL and executable properties. No code changes. 2014-04-25 15:58:01 -05:00
Allen Byrne
2fc0c50a9d [svn-r25076] Correct the install folder logic.
Tested: local linux
2014-04-22 14:02:40 -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
Quincey Koziol
25147d5567 [svn-r24878] Description:
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)
2014-03-24 12:41:18 -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