Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
d056489bbee[svn-r20887] Added timer test stub. Added VS2008 project for timer stub (internal only). Updated manifest.
Dana RobinsonDana Robinson
9f9249fa30cM[svn-r20876] Merge with trunk.
Dana RobinsonDana Robinson
d292f81bb88[svn-r20874] Fixed configure files so that the configure tests use the same flags as the build. Bumped the POSIX level to the 1995 standard on linux so that clock_gettime is found correctly.
Dana RobinsonDana Robinson
8425bd070ff[svn-r20867] - Moved mach time function closer to other time things. - Removed unused HDclock_gettime macro.
Dana RobinsonDana Robinson
9aecd26e7f6[svn-r20866] Removed unused commenting cruft.
Dana RobinsonDana Robinson
cb2aa4b350e[svn-r20865] Updated timer code.
Dana RobinsonDana Robinson
8508609f7e1[svn-r20864] - Fixed variable redefinition errors on linux in timer code. - Added char * cast to calloc in timer print function.
Dana RobinsonDana Robinson
2ba45e928a1[svn-r20861] Fixed configure.in to find clock_gettime().
Dana RobinsonDana Robinson
18563bc2ca8M[svn-r20860] Merge with trunk.
Dana RobinsonDana Robinson
f695bfa07e5[svn-r20854] Refactored timer code as per Quincey's recommendations. This moves the bulk of the Windows and mach code to H5system.c. I've also removed the code that falls back to gettimeofday() and time() when higher resolution/monotonic clocks are not available. The reason for this is that it would be hard to test.
Dana RobinsonDana Robinson
126155c4ac0[svn-r20851] Updated configure docs and headers. Windows H5pubconf.h header brought in line with unix header.
Dana RobinsonDana Robinson
2758fb96446[svn-r20848] Added checks to configure.in for clock_gettime() and mach/mach_time.h.
Dana RobinsonDana Robinson
dcba9f0678e[svn-r20847] Separated sys/user and elapsed time variables in timer functions.
Dana RobinsonDana Robinson
4b611cf6e65[svn-r20846] Most of monotonic timer code checked in. Still need to: - Separate some of the variables with better #ifdefs. - Write a test. Test extensively. - Hack up configure.in to test for mach headers and clock_gettime().
Dana RobinsonDana Robinson
fa1793a19b5[svn-r20844] Minor change to VS solution.
Dana RobinsonDana Robinson
79a3c46780c[svn-r20842] Added timer code for POSIX rusage code and Mac mach time.
Dana RobinsonDana Robinson
7a91dcdd3fa[svn-r20841] - Changed the H5_timer_get_times() function to return the time values. - Added a form feed at the top of the Wgettimeofday() function in system.c. - Added Win32 code for the timer functions.
Dana RobinsonDana Robinson
d6506323706[svn-r20840] - Updated timer structs and added function stubs in H5private.h. - Updated H5_timer_get_time_string() function.
Dana RobinsonDana Robinson
c288674ab61[svn-r20839] Removed Win32 timer stubs due to a change in strategy.
Dana RobinsonDana Robinson
aa3abb5e479M[svn-r20838] Merge with trunk.
Dana RobinsonDana Robinson
9c2b674d4c8[svn-r20793] Renaming before refactoring.
Dana RobinsonDana Robinson
2511dea1b0c[svn-r20792] Fixed unnecessary parentheses in H5private.h. Copied trunk's h5diff in since the merge failed.
Dana RobinsonDana Robinson
243b6c9042aM[svn-r20790] Merge with trunk. Had to manually merge h5diff.c due to conflicts (I went with the trunk's copy).
Dana RobinsonDana Robinson
a10fcf4c9dd[svn-r20750] Added BRANCH.txt to describe the purpose of this branch.
Dana RobinsonDana Robinson
3f92139a304M[svn-r20726] Merge with trunk
Dana RobinsonDana Robinson
b6e6ce6e390M[svn-r20709] Merged with trunk. There were some things which needed to be manually merged but since I wasn't touching that code I just went with the trunk file.
Dana RobinsonDana Robinson
b0e07c191c7M[svn-r20655] Merge with trunk.
Dana RobinsonDana Robinson
005148dadf7M[svn-r20625] Merge with trunk.
Dana RobinsonDana Robinson
e83f42a6f80M[svn-r20589] Merge with trunk.
Dana RobinsonDana Robinson
be0699c39c7[svn-r20560] *** H5timer.c refactoring *** - Removed H5_now() function since it's largely a wrapper around time(). Replaced the two calls to it in H5O.c with HDtime()calls. - Removed unused and misleading H5_timer_reset() function. H5_timer_begin() resets the timer so there is no need for this. - Added support for HDclock_gettime() as a clock_gettime() wrapper so we can implement monotonic clocks. Windows has an empty framework but it is not implemented yet. - Added an almost complete ...
Dana RobinsonDana Robinson
d6ddca3bceeM[svn-r20554] Merge with trunk.
Dana RobinsonDana Robinson
f432549346f[svn-r20545] Fixed pointer oops in STDIO test.
Dana RobinsonDana Robinson
490eaca6b53[svn-r20544] Fixed bug in test/vfd.c (HDFFV-5936) that caused STDIO VFD test to fail on some platforms. The problem was that the test was a clone of the SEC2 test. The SEC2 test accepts a file descriptor (int) via a void pointer whereas the STDIO test needs to accept a FILE pointer. Storing the FILE pointer in an integer failed on some systems. The STDIO test now stores the file handle in FILE pointer and checks it for NULL instead of > 0.
Dana RobinsonDana Robinson
7e9e3a87f8aM[svn-r20503] - Merged with trunk - Tidied H5win32defs.h file
Dana RobinsonDana Robinson
3cc72939ebaM[svn-r20495] Merge with trunk.
Dana RobinsonDana Robinson
d62480db0f1M[svn-r20493] Merge with trunk.
Allen ByrneAllen Byrne
89e6457e958[svn-r20485] Fix handling of ext libs Windows naming for External_Project builds of "Debug" builds.
Dana RobinsonDana Robinson
e836e81a915M[svn-r20463] Merge with trunk (had to manually resolve conflict in a CMake configuration file).
Dana RobinsonDana Robinson
fbdbd90fd8a[svn-r20461] Disabled STDIO test while we investigate failures on 64-bit Solaris on SPARC and 32-bit Darwin on Intel.
Dana RobinsonDana Robinson
ad0033d737c[svn-r20460] Defined H5_HAVE_STRUCT_TIMEZONE. I added this a while back but didnt' realize there was a #define for it.
Dana RobinsonDana Robinson
311fb1fdcc7[svn-r20444] One last manifold bug fix
Dana RobinsonDana Robinson
1b70306a976[svn-r20443] Renamed some files to remove underscores and updated manifest.
Dana RobinsonDana Robinson
bffefa4f2f4[svn-r20442] Fixed some more manifest issues (only pertains to new Windows project/solution code). Deleted some VS-generated ReadMe files that are of no use.
Dana RobinsonDana Robinson
2dd76d24687[svn-r20441] Fixed errors in manifest.
Dana RobinsonDana Robinson
c361f1550c9[svn-r20439] Updated manifest for new windows project/solution files.
Allen ByrneAllen Byrne
3f3113857f1[svn-r20432] Corrected typo in WINDOWS define list missing H5_HAVE_FUNCTION Tested: Windows
Allen ByrneAllen Byrne
bb3e119d716[svn-r20431] gettimeofday function was failing on windows because the logic for the windows only macro was changed. Updated windows only H5_XXX defines to match windows/src/pubconf.h file.
Allen ByrneAllen Byrne
c66cb89537f[svn-r20420] Correct typo in macro parameter Tested: local linux
Dana RobinsonDana Robinson
761a8e53011[svn-r20413] - Updated H5_HAVE_GETTIME behavior so that the H5_USE_WIN32_GETTIMEOFDAY macro isn't necessary. - Defined H5_GETTIMEOFDAY_GIVES_TZ on windows since that code has been added. - Removed CMake references to H5_USE_WIN32_GETTIMEOFDAY.
Dana RobinsonDana Robinson
9c1ac64c891[svn-r20412] - Added "VFD driver check" to core, family, direct and multi VFD tests. - Removed VFD log filename from list of files in FILENAME array and moved to a #define. - Added VFD log filename to list of files to clean up in CHECK_CLEANFILES list in Makefile.am.