| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win32: rename pthread.{c,h} to thread.{c,h} | Patrick Steinhardt | 2016-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | The old pthread-file did re-implement the pthreads API with exact symbol matching. As the thread-abstraction has now been split up between Unix- and Windows-specific files within the `git_` namespace to avoid symbol-clashes between libgit2 and pthreads, the rewritten wrappers have nothing to do with pthreads anymore. Rename the Windows-specific pthread-files to honor this change. | ||||
| * | Clean up warnings | Edward Thomson | 2013-12-09 | 1 | -3/+4 |
| | | |||||
| * | Add some things to precompiled header | Ben Straub | 2013-08-13 | 1 | -0/+3 |
| | | |||||
| * | Precompile headers for MSVC. | Ben Straub | 2012-06-13 | 1 | -0/+19 |
