libgit2/src/win32
John Haley eba784d24d Fix duplicate basenames to support older VS
With Visual Studio versions 2008 and older they ignore the full path to files and only check
the basename of the file to find a collision. Additionally, having duplicate basenames can break
other build tools like GYP.

This fixes https://github.com/libgit2/libgit2/issues/3356
2015-08-05 13:02:58 -07:00
..
dir.c Make our overflow check look more like gcc/clang's 2015-02-13 09:27:33 -05:00
dir.h Win32: UTF-8 <-> WCHAR conversion overhaul 2014-04-19 21:50:44 -04:00
error.c Win32: UTF-8 <-> WCHAR conversion overhaul 2014-04-19 21:50:44 -04:00
error.h Deduplicate FormatMessage UTF-16 to UTF-8 conversion code 2013-02-02 00:55:32 +01:00
findfile.c win32: use NT-prefixed "\\?\" paths 2014-12-16 10:08:43 -06:00
findfile.h Win32: UTF-8 <-> WCHAR conversion overhaul 2014-04-19 21:50:44 -04:00
git2.rc win32 resource: allow custom comments field in DLL 2015-03-18 18:25:14 -04:00
map.c Fix compiler warning (git_off_t cast to size_t). 2014-05-19 17:37:29 -07:00
mingw-compat.h Add some missing definitions for mingw.org 2015-03-06 12:07:05 -08:00
msvc-compat.h Move definitions of strcasecmp and strncasecmp to msvc-compat.h 2015-03-06 12:07:05 -08:00
path_w32.c git_path_diriter: use FindFirstFile in win32 2015-05-01 12:31:40 -04:00
path_w32.h git_win32_path_dirload_with_stat: removed 2015-05-01 12:31:14 -04:00
posix_w32.c git__getenv: utf-8 aware env reader 2015-07-02 16:35:43 +00:00
posix.h Introduce p_utimes and p_futimes 2015-06-16 15:32:02 -04:00
precompiled.c update copyrights 2013-01-08 17:31:27 -06:00
precompiled.h Clean up warnings 2013-12-09 11:40:44 -05:00
pthread.c Rename routine to free TLS data 2015-04-18 09:07:48 -04:00
pthread.h React to review feedback 2014-06-07 14:40:42 -04:00
reparse.h React to feedback for UTF-8 <-> WCHAR and reparse work 2014-04-23 09:23:50 -04:00
utf-conv.c git_buf_put_w: introduce utf16->utf8 conversion 2015-05-01 12:31:44 -04:00
utf-conv.h git_buf_put_w: introduce utf16->utf8 conversion 2015-05-01 12:31:44 -04:00
version.h Fix warning in src/win32/version.h 2013-09-05 20:42:47 +08:00
w32_buffer.c Fix duplicate basenames to support older VS 2015-08-05 13:02:58 -07:00
w32_buffer.h Fix duplicate basenames to support older VS 2015-08-05 13:02:58 -07:00
w32_crtdbg_stacktrace.c Include stacktrace summary in memory leak output. 2015-06-29 16:39:11 -04:00
w32_crtdbg_stacktrace.h Include stacktrace summary in memory leak output. 2015-06-29 16:39:11 -04:00
w32_stack.c Reserve aux_id 0; sort leaks by aux_id. Fix cmp. 2015-06-29 16:39:14 -04:00
w32_stack.h Reserve aux_id 0; sort leaks by aux_id. Fix cmp. 2015-06-29 16:39:14 -04:00
w32_util.c React to feedback for UTF-8 <-> WCHAR and reparse work 2014-04-23 09:23:50 -04:00
w32_util.h Introduce p_utimes and p_futimes 2015-06-16 15:32:02 -04:00