Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
d52e9f49aa5[svn-r21670] Changed gettimeofday() call to time() call when obtaining a seed for HDsrand().
Dana RobinsonDana Robinson
ccabbfdca3a[svn-r21669] Updated iopipe performance test: - Removed all references to gettimeofday() and simplified timing code using new HDF5 timers. - Streamlined output function and reformatted output using new HDfprintf() format specifiers. - Removed unnecessary, ugly, platform-dependent synchronize() function. The only stream I/O performed by this test is via the stderr stream, which is unbuffered. (The only VFD which performs stream I/O is the stdio VFD, which is not intended for production us...
Dana RobinsonDana Robinson
59c29d616b0[svn-r21668] Added a POSIX I/O type to the main private header. This is a clone of the types defined in the SEC2 and log VFDs. Since POSIX I/O is used throughout the library, it makes sense to define this globally, instead of at the VFD level.
Dana RobinsonDana Robinson
c793477a614[svn-r21659] Updated the H5O_mtime_decode() function to not use gettimeofday() and the timezone struct.
Dana RobinsonDana Robinson
1dbaf1980b7M[svn-r21648] Merge with trunk. Tested on 64-bit Windows 7 with CTest.
Dana RobinsonDana Robinson
f1704f6d361[svn-r21591] bin/reconfigure after merge with trunk on Windows.
Dana RobinsonDana Robinson
685182f324bM[svn-r21590] merge with trunk
Dana RobinsonDana Robinson
a6ee7f61bcbM[svn-r21530] Merge with trunk.
Dana RobinsonDana Robinson
5f33256358f[svn-r21515] bin/reconfigure after merge on Windows.
Dana RobinsonDana Robinson
5c846b3e6aeM[svn-r21514] merge with trunk
Dana RobinsonDana Robinson
b18974ac8e8M[svn-r21485] Merge with trunk.
Dana RobinsonDana Robinson
b93a6f3ee02[svn-r21441] bin/reconfigure after merge on Windows.
Dana RobinsonDana Robinson
bb27ad75a4fM[svn-r21440] Merge with trunk.
Dana RobinsonDana Robinson
a70d0518323[svn-r21433] bin/reconfigure on jam after merge on Windows.
Dana RobinsonDana Robinson
06f8e465388M[svn-r21432] Merge with trunk.
Dana RobinsonDana Robinson
243815e6c25[svn-r21390] Removed H5_bandwidth. All calls were replaced by the HDfprintf %B format specifier.
Dana RobinsonDana Robinson
d682d8af454[svn-r21388] Removed commented-out old code from timer test.
Dana RobinsonDana Robinson
724ef31366e[svn-r21387] configure on jam after merge on Windows
Dana RobinsonDana Robinson
9999461d6b5M[svn-r21385] Merge with trunk (also fixed Peter's h5repack error).
Dana RobinsonDana Robinson
30cc5f43773[svn-r21383] Minor typo changes.
Dana RobinsonDana Robinson
54ecffd6f06[svn-r21333] Added missing newline to HDfprintf test.
Dana RobinsonDana Robinson
5667c866a2f[svn-r21332] Finished HDfprintf test.
Dana RobinsonDana Robinson
87dff00fbaf[svn-r21331] - Work on HDfprintf test. - Tidied up HDprintf function.
Dana RobinsonDana Robinson
835a022a7c3[svn-r21324] bin/reconfigure + test after merge on Windows.
Dana RobinsonDana Robinson
8114d9894c1M[svn-r21320] Merge with trunk (up to head).
Dana RobinsonDana Robinson
4cef79f0a86[svn-r21301] Backed out of bad merge that duplicated file content.
Dana RobinsonDana Robinson
ca68da81f7bM[svn-r21290] Merge with trunk (on Windows, still need to run bin/reconfigure on jam).
Dana RobinsonDana Robinson
39ebbb72198M[svn-r21289] Merge with trunk up to rev. 21228.
Dana RobinsonDana Robinson
df985e2d4d3M[svn-r21254] Merge with trunk up to rev. 21225.
Dana RobinsonDana Robinson
358e1e2c07fM[svn-r21253] Merge with trunk up to rev. 21210.
Dana RobinsonDana Robinson
036ded1dff0M[svn-r21252] Merge with trunk up to rev. 21202.
Dana RobinsonDana Robinson
e3f3e5de8b3M[svn-r21251] Merge with trunk up to rev. 21195.
Dana RobinsonDana Robinson
cb3919873b5[svn-r21241] Edited Makefile.am and ran bin/reconfigure after I erroneously edited Makefile.IN last time.
Dana RobinsonDana Robinson
92fec5bd273[svn-r21240] Added hdfprintf test to Makefile.in.
Dana RobinsonDana Robinson
604809bb117[svn-r21238] Added an empty test for custom HDfprintf() format specifiers.
Dana RobinsonDana Robinson
7937092bd15[svn-r21196] Added %B format specifier to HDfprintf() so that the H5_bandwidth() can be removed. (Part of timer code cleanup.)
Dana RobinsonDana Robinson
5db21cd5e5b[svn-r21190] Fixed timer_example and added missing break statement to HDfprintf().
Dana RobinsonDana Robinson
368ac68c7a3[svn-r21189] bin/reconfigure after merge on Windows.
Dana RobinsonDana Robinson
b5be6e63b75[svn-r21188] Updated timer_example.c to use HDfprintf with the %T format specifier.
Dana RobinsonDana Robinson
08f166ba749M[svn-r21187] Merge with trunk.
Dana RobinsonDana Robinson
da375bb1b68[svn-r21169] Changed H5_timer_get_time_string() code to use the new format string. The timer.c test program still needs to be updated to test the format string.
Dana RobinsonDana Robinson
950ed52de13[svn-r21162] Removed 'executable' SVN properties from inappropriate files.
Dana RobinsonDana Robinson
49d5893c6aa[svn-r21161] bin/reconfigure after Windows merge.
Dana RobinsonDana Robinson
0dce5f56dacM[svn-r21160] Merge with trunk.
Dana RobinsonDana Robinson
b0a3276233e[svn-r21142] Added %T format specifier to HDfprintf. This will replace the H5_timer_get_time_string function in H5timer.c once I've written a new test.
Dana RobinsonDana Robinson
c853c4eaa5f[svn-r21141] bin/reconfigure on linux after Windows merge.
Dana RobinsonDana Robinson
2f225926104[svn-r21140] Added new files to personal Visual Studio projects.
Dana RobinsonDana Robinson
0e525785ae5M[svn-r21139] Merge with trunk.
Dana RobinsonDana Robinson
a9ed0a1e281[svn-r21123] - Minor formatting changes post-Quincey code review. - Fixed some EOL issues.
Dana RobinsonDana Robinson
945ff98acfb[svn-r21102] Commented and reformatted H5_debug_mask().