Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trace: suffix the callbacks with `_cb`ethomson/callback_names | Edward Thomson | 2019-06-10 | 1 | -2/+2 |
| | | | | | The trace logging callbacks should match the other callback naming conventions, using the `_cb` suffix instead of a `_callback` suffix. | ||||
* | Introduce GIT_CALLBACK macro to enforce cdecl | Edward Thomson | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | | Since we now always build the library with cdecl calling conventions, our callbacks should be decorated as such so that users will not be able to provide callbacks defined with other calling conventions. The `GIT_CALLBACK` macro will inject the `__cdecl` attribute as appropriate. | ||||
* | Fix trailing whitespaces | nulltoken | 2013-05-15 | 1 | -2/+1 |
| | |||||
* | optional tracing | Edward Thomson | 2013-03-07 | 1 | -0/+68 |