summaryrefslogtreecommitdiff
path: root/include/git2/trace.h
Commit message (Collapse)AuthorAgeFilesLines
* trace: suffix the callbacks with `_cb`ethomson/callback_namesEdward Thomson2019-06-101-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 cdeclEdward Thomson2019-01-171-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 whitespacesnulltoken2013-05-151-2/+1
|
* optional tracingEdward Thomson2013-03-071-0/+68