kmx git
login
register
thodg
/
libgit2
/
include/git2/thread-utils.h
include/git2/thread-utils.h
Log
Author
Commit
Date
CI
Message
bbcc7ffc
2011-03-15T21:04:41
Add proper threading support to libgit2 We now depend on libpthread on all Unix platforms (should be installed by default) and use a simple wrapper for Windows threads under Win32. Signed-off-by: Vicent Marti <tanoku@gmail.com>
71d33382
2011-03-03T20:20:45
Move the external includes folder from `src` to `include` Signed-off-by: Vicent Marti <tanoku@gmail.com>