AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
5f8a03a2bf3[svn-r21529] Description: Update tracing information with new types introduced in "actual I/O mode" query routines.Tested on: bin/reconfigure on jam
Scot BreitenfeldScot Breitenfeld
d1fb88d51ca[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)
Allen ByrneAllen Byrne
79f21edd387[svn-r21523] Added CLOCK_GET_TIME define to cmake configureTested: local linux
Dana RobinsonDana Robinson
6b68df15e79[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.
Dana RobinsonDana Robinson
523d36bf4d1[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).
Dana RobinsonDana Robinson
3674c78a6ee[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.
Allen ByrneAllen Byrne
4eab5f7e31f[svn-r21511] Synchronize macros for naming with other libraries
Dana RobinsonDana Robinson
a15593186ef[svn-r21510] Change to comments.Just checked to make sure it still compiled on Windows.
Dana RobinsonDana Robinson
62b1372a038[svn-r21508] Revoked svn check-ins 20913 and 20921 (fix for HDFFV-7579) pending a careful evaluation of enum conversion behavior.HDFFV-7579
Dana RobinsonDana Robinson
873e6aea8d4[svn-r21506] Updated svn properties as needed.
Dana RobinsonDana Robinson
b53d17d5117[svn-r21505] Updated svn properties as needed in source root.
Dana RobinsonDana Robinson
d0b97c67b8c[svn-r21504] Updated svn flags as needed on source files from H5A* to H5C*.
Dana RobinsonDana Robinson
43b8790508f[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).
Dana RobinsonDana Robinson
820b5522789[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- a...
Private HDFPrivate HDF
892d491c35c[svn-r21499] Snapshot version 1.9 release 94
Dana RobinsonDana Robinson
268b9d38192[svn-r21497] Changed H5Pset_fapl_log() to deep copy the log file name instead of copying the pointer.Tested on jam (simple change).
Dana RobinsonDana Robinson
ab4451e2dd2[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).
Allen ByrneAllen Byrne
22dff7723c6[svn-r21493] Add new mach/mach_time.h header check.
Dana RobinsonDana Robinson
731050e8884[svn-r21490] The configuration file isn't executable!
Albert ChengAlbert Cheng
c470efd00d3[svn-r21489] Bug: h5dump was used in test script but was not invoked by RUNSERIAL. THis does not work in batch machines like Blue Gene in LLNL.Solution: Added $RUNSERIAL to invoke $H5DUMP_BIN. Tested: LLNL BlueGene (udawn)
Allen ByrneAllen Byrne
0d8bd0c44d3[svn-r21484] Add HDprefix and change when pio_timer.h is includedTested
Allen ByrneAllen Byrne
1f115749c4e[svn-r21481] Add option to enable windows stdio
Albert ChengAlbert Cheng
07d7090609f[svn-r21477] Removed the known problem of insufficient memory error in AIX. It was patchedin the config/ibm-aix file.
Vailin ChoiVailin Choi
3f4b1f3b740[svn-r21476] The first part fix for bug HDFFV-7640: does not need to do H5O_move_msgs_forward() when writing attributes. h5committested.Tests are checked into the performance suite. HDFFV-7640
Scot BreitenfeldScot Breitenfeld
817bfb6499f[svn-r21475] Description: fixed C_LOC(X) non-standard argument X for multi-dimensional arrays detected using xlf compiler.Tested: jam (intel, gnu, pgi) F2003 compilers.
Albert ChengAlbert Cheng
440044ebaf3[svn-r21469] updated with the change of Windows platform switched back to use SEC2 as thedefault VFD.
Albert ChengAlbert Cheng
1c3acba570d[svn-r21459] Problem: Some machines, like LLNL udawn, a blue-gene machine, requires all executables, be launched by some command like mpirun.Solution: Added $RUNSERIAL to launch the executable. Tested: LLNL uDawn.
Albert ChengAlbert Cheng
082a3ce442d[svn-r21457] Problem: Function TOOLTEST_OUTPUT does not filter the extra system messages sent to stdout or stderr, thus causing output mismatched with expected output.Solution: Added STDOUT_FILTER and STDERR_FILTER to filter them out. Tested: Tested LLNL uDawn (Blue-Gene cluster), for serial mode only.
Private HDFPrivate HDF
9d793e7e5ee[svn-r21443] Snapshot version 1.9 release 93
Quincey KoziolQuincey Koziol
3d15d9d6814[svn-r21442] Description: Check in "actual I/O mode" feature to trunk. Will merge back to 1.8 branch after it bakes over the weekend.Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2....
Allen ByrneAllen Byrne
8f6ec57f06a[svn-r21437] Added listing of all cmake options available
Raymond LuRaymond Lu
b7f8909a58f[svn-r21436] Issue 7701 - H5LTdtype_to_text had memory corruption while being querried about the size of the buffer needed. The problem happened when the internal buffer is reallocated, the new address got lost. I revised the code to pass the new address as the return value of functions. I also added two new test cases.Tested on jam, linew, and koala.
Allen ByrneAllen Byrne
bae6ab52199[svn-r21435] Add F2003 IF-ENDIF protection blocks around _F03 file processing
Scot BreitenfeldScot Breitenfeld
1883ba281d3[svn-r21434] Description: Removed 12 byte real tests and definition from fortran types, it was not used in the main fortran src.Tested: jam (gnu, g95, intel)
Allen ByrneAllen Byrne
641d10289d3[svn-r21425] Add 2003 fortran to settings text
Allen ByrneAllen Byrne
d4509ea9edb[svn-r21422] Add 2003 examples to cmake build
Allen ByrneAllen Byrne
cb06ebf08d9[svn-r21417] Correct indentation in cmake config file.Add option for allowing -fPIC.
Private HDFPrivate HDF
c27e3c313e1[svn-r21415] Snapshot version 1.9 release 92
Jonathan KimJonathan Kim
7d53789366e[svn-r21413] Description: Skip parallel diff test "-c non_comparables1.h5 non_comparables2.h5" due to hanging issue occurring on koala (linux64-LE) intermittently. Plan to put back when resolved. The test was related to J7693.Tested: jam (linux32-LE), koala (linux64-LE)
Allen ByrneAllen Byrne
772e1db05cf[svn-r21412] Change windows default driver to SEC2
Scot BreitenfeldScot Breitenfeld
0c7dc67ea15[svn-r21406] Updated Makefile.in after updating from trunk.
Scot BreitenfeldScot Breitenfeld
414c1654b3a[svn-r21405] Added dependencies, for HDF5.lo and HDF5mpio.lo, H5_ff_F90/F03.lo and H5_ff.lo to resolve failures when building HDF5.lo and HDF5mpio.lo.Tested: jam (gcc, mpi) using both: make HDF5.lo and make HDF5mpio.lo
Jonathan KimJonathan Kim
24fc368ac05[svn-r21397] Fix mis-spell non_comparables#.h5.It's from previous checkin for HDFFV-7693. (r21396)HDFFV-7693
Jonathan KimJonathan Kim
86faf0b3025[svn-r21396] Purpose: HDFFV-7693 - h5diff produces different behavior between versions: 1.8.3 and 1.8.6Description: There were two issues on this. One was not displaying all the comparable objects if non-comparable object/attribute exist and compared before comparables ones. This issue occurred after 1.8.4 release. This is the issue from user. The other issue was not displaying all the comparable attributes, if non-comparable object/attribute exist and compared ahead. ...HDFFV-7693
Jonathan KimJonathan Kim
35d9b346213[svn-r21393] Just moved comment to the top of the Tools' list as the new entry is suppose to add to the top not the bottom.Relate to fix for HDFFV-5932 - h5repack.HDFFV-5932
Jonathan KimJonathan Kim
4d4bbf0e811[svn-r21389] Test case added for HDFFV-5932 - h5repack breaks files with dimension scales.Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE)HDFFV-5932
Peter CaoPeter Cao
0d106f126d5[svn-r21386] Fixed a void pointer (need to cast it to char*) because it causes problem on Windows.
Peter CaoPeter Cao
91f38293fa0[svn-r21382] Update values of references(object and region) of attributes in h5repack for 1) references, 2) ARRAY of references, 3) VLEN of references, and 4) COMPOUND of references.
Peter CaoPeter Cao
f054b60885c[svn-r21381]
Raymond LuRaymond Lu
64b18077832[svn-r21378] The tools used "%hhd" to print signed char. But VMS doesn't know it. So I used H5_VMS to have a different way ("%hd") to print it.Tested on jam. Not tested on VMS yet. Simple change.