summaryrefslogtreecommitdiffstats
path: root/include/msvc_compat
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-8/+8
* Update brace style.Jason Evans2017-01-211-10/+10
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Remove errno overrides.Dmitri Smirnov2016-05-031-21/+1
* Fix Windows build issuesDmitri Smirnov2016-02-241-0/+30
* Fix Windows-specific prof-related compilation portability issues.Jason Evans2016-02-211-2/+0
* getpid() fix for Win32rustyx2016-02-201-0/+2
* Fix MinGW-related portability issues.Jason Evans2015-07-233-315/+34
* Allow to build with clang-clMike Hommey2014-06-121-0/+4
* Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey2014-06-023-0/+0
* Use "standard" printf prefixes instead of MSVC ones in inttypes.hMike Hommey2012-05-021-51/+59
* Add support for MSVCMike Hommey2012-05-014-0/+591