Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 432f995f | 2019-04-06 18:55:25 | Merge pull request #205 from libtom/travis_check_sources Add travis build-job that checks the source-code format | ||
| c4bb3c1b | 2019-04-06 17:59:49 | let's see if the xenial version of astyle is better | ||
| 6f5df266 | 2019-04-06 17:40:46 | fix file headers & footers | ||
| 58e9084e | 2019-04-06 17:38:41 | run `make new_file` | ||
| 6dc923ef | 2019-04-06 17:45:05 | clean-up `make astyle` output | ||
| cf807537 | 2019-04-06 17:37:48 | run `make astyle` | ||
| 179daef1 | 2019-04-06 17:37:33 | add travis-build to check source-code format | ||
| 9e8b71e3 | 2019-04-05 11:43:36 | remove travis build of clang + x32 as clang has no x32 support at all there's no need to test it [skip ci] | ||
| 05137105 | 2019-04-05 11:43:22 | Merge pull request #192 from libtom/alloc-sizes allocation functions: pass size to XREALLOC and XFREE | ||
| db9a47d5 | 2019-04-04 11:01:08 | allocation functions: pass size to XREALLOC and XFREE This is similar to the signatures of the custom allocation functions provided by GMP. The allocation sizes are useful if the allocator has no easy way to access the allocation size. |