- 07 Aug, 2014 1 commit
-
-
Compatibility/Portability cleanup
Vicent Marti committed
-
- 05 Aug, 2014 9 commits
-
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
* Removes mingw-compat.h * Cleans up separation of compiler/platform idiosyncrasies * Unifies mingw/msvc stat structures and functions * (Tries to) hide more compiler specific implementation details (even in our internal API)
Jacques Germishuys committed -
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Solaris doesn't necessarily have stdint.h, use inttypes.h
Vicent Marti committed -
Jacques Germishuys committed
-
- 25 Jul, 2014 2 commits
-
-
Work around strict aliasing in array growth
Vicent Marti committed -
This works around strict aliasing rules letting some versions of GCC (particularly on RHEL 6) thinking that they can skip updating the size of the array when calculating the next element's offset.
Carlos Martín Nieto committed
-
- 24 Jul, 2014 1 commit
-
-
Preallocating two commits doesn't make much sense as leaving allocation to the first array usage will allocate a sensible size with room for growth. This preallocation has also been hiding issues with strict aliasing in the tests, as we have fairly simple histories and never trigger the growth.
Carlos Martín Nieto committed
-
- 23 Jul, 2014 3 commits
-
-
Don't allow conflicts by default
Vicent Marti committed -
Fix git status list new unreadable folder
Vicent Marti committed -
Alan Rogers committed
-
- 22 Jul, 2014 5 commits
-
-
Rename git_cherry_pick to git_cherrypick
Vicent Marti committed -
Edward Thomson committed
-
Alan Rogers committed
-
Alan Rogers committed
-
Alan Rogers committed
-
- 17 Jul, 2014 1 commit
-
-
Edward Thomson committed
-
- 16 Jul, 2014 9 commits
-
-
Export git_buf_text_is_binary and git_buf_text_contains_nul.
Vicent Marti committed -
joshaber committed
-
When adding new config section, handle config file not ending with LF
Vicent Marti committed -
Vicent Marti committed
-
Vicent Marti committed
-
Handle local file:/// paths on Windows
Vicent Marti committed -
Linquize committed
-
Linquize committed
-
So that users don’t need to implement binary detection themselves.
joshaber committed
-
- 15 Jul, 2014 3 commits
-
-
Update perl bindings link
Vicent Marti committed -
Switch description and message reporting in `clar__assert_equal_file`
Vicent Marti committed -
Edward Thomson committed
-
- 13 Jul, 2014 3 commits
-
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
Jacques Germishuys committed
-
- 11 Jul, 2014 3 commits
-
-
file:///
Windows can't handle a path like `/c:/foo`; when turning file:/// URIs into local paths, we must strip the leading slash.
Edward Thomson committed -
Windows compatibility fixes
Vicent Marti committed -
ssh: provide a factory function for setting ssh paths
Vicent Marti committed
-