Commit Graph

12770 Commits

Author SHA1 Message Date
Neil Fortner
ed645b3857 [svn-r21630] Re-add note to RELEASE_DOCS.txt that was mistakenly removed in r21629. 2011-10-20 17:06:38 -05:00
Neil Fortner
72702153d2 [svn-r21629] Purpose: Update fix committed in r21556
Description:
An old patch was mistakenly committed in r21556.  Replaced this fix with the
latest.

Tested: jam, koala, heiwa (h5committest)
2011-10-20 17:01:21 -05:00
Scot Breitenfeld
cc6ce34d23 [svn-r21628] Description:
Removed line:

$(RM) $(DESTDIR)$(includedir)/H5f90i*.h

These *.h files are needed for HL_NPOESS and should not be removed when make clean is specified. 

The Daily Test installs the file using the deploy script, but then
runs make clean which removes the file, so the files are not there when we try to compile HL_NPOESS
causing an error.
2011-10-20 15:38:21 -05:00
Scot Breitenfeld
eefa5cf26f [svn-r21619] Description:
Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type.

Tested:

jam (gfortran and pgi)
2011-10-20 13:11:40 -05:00
Quincey Koziol
1c320f0025 [svn-r21617] Description:
Recalculate the size of destination attribute message when the source and
destination versions are different during an object copy operation. 
(Jira: HDFF-7718)

Tested on:
    Mac OS X/32 10.7.2 (amazon) w/debug
    (h5committest upcoming)
2011-10-20 12:05:23 -05:00
Scot Breitenfeld
7968c50607 [svn-r21615] Robodoc comment changes. 2011-10-19 22:02:52 -05:00
John Mainzer
a4a3bd4b03 [svn-r21613] Ported express test tunings and a minor edit back to
testpar/t_shapesame.c

tested with h5committest
2011-10-19 16:21:58 -05:00
Neil Fortner
8ce6f57fed [svn-r21610] Purpose: Fix bug 7776
Description:
When H5Ocopy failed due to attempting to expand an invalid reference in an
attribute (or at any point after the destination object header was inserted
into the cache), it failed to clean up correctly.  Modified
H5O_copy_header_real to keep track of whether the object header was inserted
and take appropriate action on failure.

Tested: fedora (too minor for full commit test)
2011-10-19 15:39:55 -05:00
Neil Fortner
395c1c7db5 [svn-r21603] Purpose: Add generic skip list implementation
Description:
Added new H5SL_TYPE_GENERIC skip list type, which uses void *'s as keys and a
client-supplied callback for key comparison.  This was added to support the
upcoming "merge named datatype" feature for H5Ocopy, but may be used in other
places as well.  Also added testing.

Also fixed a potential bug with the H5SL_TYPE_OBJ implementation, and added
testing for that.

Tested: jam, koala, heiwa (h5committest), durandal
2011-10-18 16:27:58 -05:00
Dana Robinson
aca9bf5cf3 [svn-r21601] Converted some C stdlib functions to use the HD prefix in H5Omtime.c
Tested on local linux (minor change)
2011-10-18 15:46:29 -05:00
Raymond Lu
4efd9af4fa [svn-r21597] Issue 7701 - fix for H5LTdtype_to_text. I made two corrections: 1. I changed all snprintf to HDsnprintf; 2. I corrected all wrong length passed to snprintf which cause Mac machines to fail.
Tested on jam.  But I tested the same change for 1.8 branch on jam, koala, linew, Windows, and Apple.
2011-10-18 11:47:34 -05:00
Allen Byrne
dc90cfc1c2 [svn-r21596] Correct large file support test 2011-10-18 11:44:32 -05:00
Allen Byrne
cd38a32601 [svn-r21593] Add CMake option to disable packaging component: needed to avoid configuration warning when using Visual Studio Express versions on windows.
Tested: Bangan
2011-10-17 14:49:06 -05:00
HDF Tester
62aa159e09 [svn-r21587] Snapshot version 1.9 release 95 2011-10-16 09:00:02 -05:00
Jonathan Kim
664c013fc7 [svn-r21586] Description:
Added a funtion to reset dataset & hyperslab buffer size for h5repack from an 
    environment variable.
    This is performance debugging purpose for now.

Tested:
 jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), Windows (32-LE), cmake
2011-10-14 17:44:11 -05:00
Scot Breitenfeld
3be11d46c5 [svn-r21584] Removed H5L_info_t definition from test source, it's defined in the hdf5 library.
tested: jam (intel)
2011-10-14 16:13:57 -05:00
Scot Breitenfeld
a757ea73f5 [svn-r21583] Fixed robodoc headers in comments. 2011-10-14 16:05:39 -05:00
Elena Pourmal
03f6ea8e54 [svn-r21577] Maintenance: Added F2003 info 2011-10-14 15:09:53 -05:00
Raymond Lu
fb6a34f208 [svn-r21571] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I revised the code per Quincey's comments. (I changed the 1.8 branch first. I'm aware of that.)
Tested on jam.  But I tested the same change in 1.8 branch with h5committest.
2011-10-14 14:31:53 -05:00
Scot Breitenfeld
3a4d03625f [svn-r21570] Description: Cleaned up comments and variable names to match RM, no source changes. 2011-10-14 14:21:51 -05:00
Neil Fortner
69b6e518ef [svn-r21564] Improve testing for H5Pset_libver_bounds (bring in line with 1.8 branch)
Tested: durandal (too minor for full h5committest)
2011-10-14 10:34:45 -05:00
Neil Fortner
1c0f834918 [svn-r21562] Improve testing for H5Pset_libver_bounds
Tested: durandal (too minor for full h5committest)
2011-10-14 09:36:03 -05:00
Quincey Koziol
9fa5dca9c2 [svn-r21561] Description:
Correct error in loading local heap prefix & data block from the file.
Sometimes the local heap's prefix could be loaded before the data block (e.g.
using H5Oget_info), but then when the data block was loaded later, the free
list information would get lost, causing the heap's size to grow larger than
necessary.  This is Jira bug #HDFFV-7767

Tested on:
    Mac OS X/32 10.7.2 (amazon) w/debug
    (h5committest coming up)
2011-10-14 08:28:23 -05:00
Neil Fortner
56960ac85c [svn-r21556] Purpose: Fix bug in H5Ocopy
Description:
H5Ocopy could get confused when copying a named datatype containing an
attribute which used that named datatype as its datatype.  This happened
because H5Ocopy would recurse into the attribute's datatype before the object
the attribute was in was fully copied (i.e. before the "post-copy" pass).
Modified H5Ocopy to avoid recursing before the post-copy step in this case.
Required many changes, including to how non-committed shared messages are
copied.

Tested: jam, koala, heiwa (h5committest); durandal
2011-10-13 18:10:50 -05:00
Elena Pourmal
1406da6362 [svn-r21553] Maintenance: Added an entry for the Fortran DS wrappers. 2011-10-13 16:29:44 -05:00
Elena Pourmal
711f8f7934 [svn-r21552] Maintenance: Addressed HDFFV-915 - investigate if H5open and H5close are needed in the corresponding
Fortran wrappers.

Solutions:   The calls were not needed and were removed from the C stubs h5open_c and h5close_c for the correspnding
             Fortran subroutines h5open_f and h5close_f.

Platforms tested: jam with gcc and gfortran, PGI and Intel
                  koala with PGI and Intel
                  linew with the standard Sun compilers
2011-10-13 15:25:32 -05:00
Dana Robinson
ffb0f23af2 [svn-r21549] Removed unused references to USE_STDIO and MAX_BUF in Windows configuration CMake file. 2011-10-13 12:07:41 -05:00
Dana Robinson
70eb4f0e2e [svn-r21546] Reverts 21497 (deep string copy of log file name). This string is copied correctly deep in the H5P code. Tested on local linux (trivial change). 2011-10-13 11:13:47 -05:00
Dana Robinson
b2e5e9978d [svn-r21538] Removed obsolete Windows STDIO VFD configuration options from CMake config files.
Tested on Windows
2011-10-13 07:45:56 -05:00
Scot Breitenfeld
6b4e6d992d [svn-r21537] Description:
Modified h5oget_info_by_name_f to return a derive type h5o_info_t

Tested: jam( gfortran, pgi, intel)
2011-10-13 00:18:19 -05:00
Scot Breitenfeld
0e0fa10599 [svn-r21536] Desciption: Removed H5Eget_auto_f from source, moved to F2003_new branch for
further testing.

Tested: jam (gnu)
2011-10-12 23:49:36 -05:00
Scot Breitenfeld
c09f1dbc24 [svn-r21535] Description:
Updated to the robodoc headers comments, cleaned up the spacing of the 
source code which is included in the documenaton.

Tested: jam (intel)
2011-10-12 23:10:34 -05:00
Quincey Koziol
5f8a03a2bf [svn-r21529] Description:
Update tracing information with new types introduced in "actual I/O mode"
query routines.

Tested on:
    bin/reconfigure on jam
2011-10-12 14:16:32 -05:00
Scot Breitenfeld
d1fb88d51c [svn-r21525] Description:
Removed hard-coded check of compatible Fortran 2003 compilers; replaced 
with simple check program for required F2003 features. Does not check for 
known bugs in compilers, tests will fail for those compilers.

Tested: jam (gnu 4.1, 4.5, intel, pgi)
        linew (default)
2011-10-11 18:59:40 -05:00
Allen Byrne
79f21edd38 [svn-r21523] Added CLOCK_GET_TIME define to cmake configure
Tested: local linux
2011-10-11 15:54:41 -05:00
Dana Robinson
6b68df15e7 [svn-r21520] Changed the size of off_t on VMS to 4 bytes from 8 (as reported by a test program run on VMS).
Will be tested on VMS when this is pushed to the 1.8 branch.
2011-10-11 15:22:25 -05:00
Dana Robinson
523d36bf4d [svn-r21518] - Added definition for HDfseek() to be used later.
- Added comment about requiring _O_BINARY being set on Windows to avoid CR-LF issues.

Tested on Windows (minor changes).
2011-10-11 14:35:43 -05:00
Dana Robinson
3674c78a6e [svn-r21517] - Added checks for clock_gettime() to configure.in.
Tested on Linux, FreeBSD, Solaris, MacOSX to ensure they are found correctly and everything builds.  No code currently relys on clock_gettime().

- Brought Windows and VMS H5pubconf.h files into sync with the Linux file.

Tested on Windows.  Ray will test on VMS when this is pushed to the 1.8.x branch.
2011-10-11 14:04:46 -05:00
Allen Byrne
4eab5f7e31 [svn-r21511] Synchronize macros for naming with other libraries 2011-10-11 08:42:32 -05:00
Dana Robinson
a15593186e [svn-r21510] Change to comments.
Just checked to make sure it still compiled on Windows.
2011-10-10 17:12:26 -05:00
Dana Robinson
62b1372a03 [svn-r21508] Revoked svn check-ins 20913 and 20921 (fix for HDFFV-7579) pending a careful evaluation of enum conversion behavior. 2011-10-10 16:55:45 -05:00
Dana Robinson
873e6aea8d [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
Dana Robinson
b53d17d511 [svn-r21505] Updated svn properties as needed in source root. 2011-10-10 16:11:00 -05:00
Dana Robinson
d0b97c67b8 [svn-r21504] Updated svn flags as needed on source files from H5A* to H5C*. 2011-10-10 16:05:32 -05:00
Dana Robinson
43b8790508 [svn-r21502] - Removed Windows VFD code. H5Pset_fapl_windows() actually sets the SEC2 driver, though it will still report H5FD_WINDOWS.
- Set svn:eol-style and svn:keyword properties on H5FDwindows.c/h.

Tested on 64- and 32-bit Windows 7 (doesn't affect non-Windows platforms).
2011-10-10 14:44:57 -05:00
Dana Robinson
820b552278 [svn-r21501] - Propagated Windows VFD tweaks to SEC2 and log VFDs.
- Created typedefs and #defines to make POSIX I/O type-safe on Windows and true POSIX platforms.

- Added pre-checks and removed post-checks for POSIX I/O sizes.  When the number of bytes to be sent exceeds the maximum return value, the operation is split into smaller subsets.

- General code tidying and cleanup.

Tested on: jam (64-bit linux), jam + threadsafe, jam + parallel, Windows 7 (64- and 32-bit), freedom (64-bt BSD).
2011-10-10 13:58:45 -05:00
HDF Tester
892d491c35 [svn-r21499] Snapshot version 1.9 release 94 2011-10-09 09:02:51 -05:00
Dana Robinson
268b9d3819 [svn-r21497] Changed H5Pset_fapl_log() to deep copy the log file name instead of copying the pointer.
Tested on jam (simple change).
2011-10-09 03:37:39 -05:00
Dana Robinson
ab4451e2dd [svn-r21496] - H5MM_strdup() and H5MM_xstrdup() comments changed to correctly reflect how they respond to an input NULL string.
- H5MM_xstrdup() now reports memory allocation errors via the HDF5 error stack (was previously an assert).

Tested on local Windows via ctest (trivial change).
2011-10-09 02:03:10 -05:00
Allen Byrne
22dff7723c [svn-r21493] Add new mach/mach_time.h header check. 2011-10-07 16:46:12 -05:00