summaryrefslogtreecommitdiff
path: root/extra/msvc_dbg.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust naming of Win32/64 and x86/64 words in comments and documentationIvan Maidanski2022-09-261-2/+2
* Include gc/gc[_cpp].h directly except for cord and testsIvan Maidanski2022-09-141-1/+1
* Remove extra space after comma in license termsIvan Maidanski2022-05-011-2/+2
* Fix 'unresolved __imp__wsprintfA' linker error in msvc_dbg.c (MSVC)Ivan Maidanski2021-11-231-4/+8
* Remove msvc_dbg.h fileIvan Maidanski2021-11-231-3/+16
* Eliminate '/GS can not protect parameters' MS VC warning in msvc_dbgIvan Maidanski2021-10-311-0/+4
* Make all functions static in msvc_dbg.c except for backtrace[_symbols]Ivan Maidanski2021-10-121-82/+56
* Workaround msvc_dbg.c build failure on arm[64] (MSVC)Ivan Maidanski2021-10-121-2/+4
* Fix a typo in msvc_dbg.c comment (machine)Tim Gates2021-06-101-1/+1
* Replace _M_AMD64 macro with _M_X64Ivan Maidanski2019-07-221-7/+6
* Workaround 'nonlocal var will use ptr to local var' cppcheck false positiveIvan Maidanski2018-11-221-4/+7
* Eliminate 'unreferenced formal parameter' compiler warning in msvc_dbgIvan Maidanski2018-11-071-2/+3
* Workaround 'pointer addition with NULL pointer' cppcheck error in msvc_dbgIvan Maidanski2018-11-071-8/+8
* Remove strlen calls with a constant string argument in msvc_dbgIvan Maidanski2018-11-071-2/+2
* Workaround 'identical inner return condition always true' cppcheck warningIvan Maidanski2018-10-191-1/+1
* Consistently define WIN32_LEAN_AND_MEAN/NOSERVICE before include windows.hIvan Maidanski2018-06-201-1/+4
* Eliminate 'there is pointer arithmetic with NULL' cppcheck warningIvan Maidanski2018-04-061-3/+7
* Change no-argument functions declaration style to ANSI C (extra files)Ivan Maidanski2016-11-141-1/+1
* Eliminate 'ISO C forbids an empty translation unit' GCC pedantic warningIvan Maidanski2016-10-211-1/+6
* Fix 'variable assigned a value that is never used' cppcheck style warningsIvan Maidanski2016-10-181-2/+0
* Eliminate more 'scope of variable can be reduced' cppcheck style warningsIvan Maidanski2016-10-141-1/+2
* Workaround '#error' cppcheck error messagesIvan Maidanski2016-10-061-2/+2
* Fix printf format specifiers in extra filesIvan Maidanski2016-09-301-1/+1
* Remove GC_BUILD definition from build scriptsIvan Maidanski2013-05-041-1/+1
* Replace pointer relational comparisons with non-pointer onesIvan Maidanski2012-03-051-7/+7
* 2011-03-13 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-238/+266
* 2009-09-19 Ivan Maidanski <ivmai@mail.ru>ivmai2011-07-261-0/+353