summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-1/+1
* VFD SWMR: Sync with develop (#811)Dana Robinson2021-06-301-42/+35
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-0/+1
* Brings Windows file locking from developDana Robinson2021-03-251-52/+11
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-80/+78
* Removes pre-2015 Visual Studio cruft (from develop)Dana Robinson2021-03-221-51/+0
* Removed Wnanosleep stub and adds Win32 code to H5_nanosleep()Dana Robinson2021-03-031-2/+0
* Fixes a missing declaration for H5_get_win32_times()Dana Robinson2021-03-021-0/+1
* Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-021-6/+42
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-031-4/+0
* VS2010 needs an underscoreAllen Byrne2020-01-301-0/+6
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-7/+5
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-171-1/+5
* Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-151-6/+8
* Added a helpful comment to the va_copy() Windows hack.Dana Robinson2018-12-171-0/+4
* Added a work-around for va_copy() on pre-2013 versions of Visual Studio.Dana Robinson2018-12-171-0/+3
* Added #define to use strtok_s instead of strtok_r on Windows.Dana Robinson2018-12-161-0/+1
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-0/+1
* Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-1/+4
* Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-281-1/+2
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Update cmake pubconf to match autotools and add strtoll checksAllen Byrne2017-03-161-1/+15
* Changed C++ comments to C comments in H5win32defs.h.Dana Robinson2017-02-221-2/+2
* Fix bad implementation of Windows nanosleep equivalent.Dana Robinson2016-12-121-1/+2
* Fixed a comment.derobins2016-12-021-4/+4
* Added Windows-only versions of the round() functions, which do notderobins2016-12-021-2/+24
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-2/+13
* [svn-r29482] Switched a few Visual Studio #ifdefs to Win32Dana Robinson2016-03-211-2/+2
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-221-9/+14
* [svn-r29084] Revert of:Dana Robinson2016-02-111-14/+9
* [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci...Dana Robinson2016-02-041-9/+14
* [svn-r28581] Brought flock changes over from revise_chunks as well as a fewDana Robinson2015-12-111-0/+2
* [svn-r28229] HDFFV-9550: Rework timezone usage to localize the #ifdef blocks ...Allen Byrne2015-10-261-6/+0
* [svn-r28193] Rework VS2015 timezone patch for better fit to standards.Allen Byrne2015-10-221-1/+7
* [svn-r24333] Added a few volatile keywords to H5detect.c to quiet Visual Stud...Dana Robinson2013-10-191-1/+1
* [svn-r23854] HDFFV-8302: Add macros/code function to use coorect Windows (v)s...Allen Byrne2013-07-011-3/+7
* [svn-r22175] MinGW compile issues fixed.Allen Byrne2012-03-281-2/+4
* [svn-r21518] - Added definition for HDfseek() to be used later.Dana Robinson2011-10-111-1/+5
* [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new def...Allen Byrne2011-09-061-27/+28
* [svn-r21228] Added #ifdefs around #include unistd.h and created windows getlo...Allen Byrne2011-08-151-1/+3
* [svn-r20499] Fixes erroneous H5_HAVE_GETTIMEOFDAY behavior on Windows (JIRA H...Dana Robinson2011-04-141-8/+13
* [svn-r20312] Change incorrect use of "struct stat" to use "h5_stat_t". Allen Byrne2011-03-241-2/+2
* [svn-r19796] Bug 2091: remove all Metraowerks compiler code bracheted by __MW...Albert Cheng2010-11-161-6/+1
* [svn-r19171] Bug fix: 1917.Albert Cheng2010-08-051-0/+6
* [svn-r17927] Add definition for HDlstat for windows. Allen Byrne2009-11-251-0/+1
* [svn-r17371] Added Windows version of HDsleep macro needed for a test in test...Allen Byrne2009-08-171-0/+1
* [svn-r17032] Added H5_DLL tag to gettimeofday signature for WindowsAllen Byrne2009-06-111-1/+1
* [svn-r16980] Purpose: Add new Windows def. for HDstroull, as the function isn...Scott Wegner2009-05-221-1/+2
* [svn-r16969] Updated perf_serial test to work on windows.Allen Byrne2009-05-211-4/+12