Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistent header guardsethomson/header_guards | Edward Thomson | 2018-02-01 | 1 | -1/+1 |
* | mac: on 32 bit, use `__builtin_umull_overflow` | Edward Thomson | 2017-01-23 | 1 | -6/+6 |
* | Fix MAX 32 bit build problem described in libgit2/libgit2#2917ntk/macosx_build_cherrypicked | Jeff Hostetler | 2015-02-20 | 1 | -1/+1 |
* | integer overflow: use compiler intrinsics if supported | Edward Thomson | 2015-02-13 | 1 | -0/+15 |
* | Make our overflow check look more like gcc/clang's | Edward Thomson | 2015-02-13 | 1 | -12/+16 |
* | Introduce git__add_sizet_overflow and friends | Edward Thomson | 2015-02-12 | 1 | -0/+77 |