summaryrefslogtreecommitdiff
path: root/src/include/msvc.h
Commit message (Expand)AuthorAgeFilesLines
* WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic2017-06-191-3/+1
* WT-2402 Pad structures to avoid cache line sharing. (#3191)Michael Cahill2016-12-151-2/+0
* WT-2527: OS X compile error, missing POSIX_FADV_WILLNEED #defineKeith Bostic2016-04-011-11/+0
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-0/+11
* WT-2492 Add WT_PTRDIFFT_FMT for print statements.Alex Gorrod2016-03-171-0/+1
* Revert "WT-2372 - Add a check to confirm that the inline macro isn't already ...David Hows2016-02-011-2/+0
* WT-2372 - Add a check to confirm that the inline macro isn't already defined ...David Hows2016-02-011-0/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2093 Use the C99 bool type to clarify when functions return true/false.Michael Cahill2015-09-081-2/+2
* WT-2052: Fix the atomic size_t type functions for MSVC.Keith Bostic2015-08-241-1/+1
* WT-2052: Add atomic functions for size_t type, rework btree.i toKeith Bostic2015-08-211-0/+1
* Fix from Mark B.Keith Bostic2015-08-131-1/+2
* Remove the ##, change this to InterlockedCompareExchange64, remove theKeith Bostic2015-08-131-2/+1
* Rename atomic functions from number of bytes to number of bits.Keith Bostic2015-08-131-10/+10
* Update msvc.h for inlined atomic functions.Keith Bostic2015-08-131-44/+47
* Remove the WT_ATOMIC_CAS_VAL family of macros: use the true / false versions ...Michael Cahill2015-05-201-11/+0
* Move the file-handle types/defines from misc.h to os.h.Keith Bostic2015-03-241-0/+2
* Update lint's macro definitions, whitespace cleanup.Keith Bostic2015-02-021-4/+4
* Struct alignment and packing for MSVCMark Benvenuto2015-01-151-1/+14
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Use builtin reader/writer lock on WindowsMark Benvenuto2014-11-041-0/+10
* Prefix the WT_ATOMIC_XXX macros with underscores, it's a mistake forKeith Bostic2014-10-241-30/+32
* MSVC & Clang Warning CleanupMark Benvenuto2014-10-101-33/+43
* whitespaceKeith Bostic2014-10-091-1/+0
* Style script.Keith Bostic2014-10-091-2/+2
* Initial Windows PortMark Benvenuto2014-10-081-0/+59