- 23 Feb, 2022 2 commits
-
-
Instead of simply including the utility files directly, make them a cmake object library for easy reusability between other projects within libgit2. Now the top-level `src` is responsible for platform selection, while the next-level `libgit2` and `util` configurations are responsible for identifying what objects they include.
Edward Thomson committed -
Edward Thomson committed
-
- 22 Nov, 2021 1 commit
-
-
Remove some unnecessary includes from utility code.
Edward Thomson committed
-
- 19 Nov, 2021 1 commit
-
-
Edward Thomson committed
-
- 18 Nov, 2021 1 commit
-
-
Instead of `git__date`, just use `git_date`.
Edward Thomson committed
-
- 21 Oct, 2021 1 commit
-
-
Yoichi Nakayama committed
-
- 30 Aug, 2021 1 commit
-
-
Edward Thomson committed
-
- 07 Jul, 2021 1 commit
-
-
This function doesn't interoperate with any system functions that use the system time_t, but rather only works with the git_time_t type in libgit2, which could be a different width than the system one. Fixes a compile warning.
Calvin Buckley committed
-
- 27 Nov, 2020 1 commit
-
-
Edward Thomson committed
-
- 11 Apr, 2014 1 commit
-
-
Jacques Germishuys committed
-
- 19 Aug, 2013 1 commit
-
-
We didn't use the added precision in gettimeofday, so remove it. This prevents us from having an unnecessary reimplementation on win32.
Edward Thomson committed
-
- 15 May, 2013 1 commit
-
-
Linquize committed
-
- 09 Apr, 2013 1 commit
-
-
Russell Belfer committed
-
- 23 Nov, 2012 1 commit
-
-
Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
Martin Woodward committed
-
- 24 Jul, 2012 1 commit
-
-
nulltoken committed
-
- 07 Jun, 2012 1 commit
-
-
Vicent Martí committed
-
- 06 Jun, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-
- 30 May, 2012 1 commit
-
-
Also use git_time_t (64-bit integer) for time values, although the 2038 problem is still present on 32-bit machines.
Ben Straub committed
-
- 15 May, 2012 1 commit
-
-
Ported the win32 implementations of gmtime_r, localtime_r, and gettimeofday to be part of the posix compatibility layer, and fixed git_signature_now to use them.
Ben Straub committed
-
- 11 May, 2012 1 commit
-
-
Ported date.c (for approxidate_careful) from git.git revision aa39b85. Trimmed out the parts we're not using.
Ben Straub committed
-