Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test cancel from indexer progress callback | Russell Belfer | 2013-12-11 | 1 | -48/+0 |
| | | | | | | | | | | | | | | | This adds tests that try canceling an indexer operation from within the progress callback. After writing the tests, I wanted to run this under valgrind and had a number of errors in that situation because mmap wasn't working. I added a CMake option to force emulation of mmap and consolidated the Amiga-specific code into that new place (so we don't actually need separate Amiga code now, just have to turn on -DNO_MMAP). Additionally, I made the indexer code propagate error codes more reliably than it used to. | ||||
* | Added missing curly brackets and fixed compiler warnings. | Sebastian Bauer | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Properly handle p_reads | Vicent Marti | 2012-09-11 | 1 | -7/+4 |
| | |||||
* | More changes resulting from pull request | Chris Young | 2012-06-14 | 1 | -5/+2 |
| | |||||
* | Updates from comments on OS4 compatibility pull request ↵ | Chris Young | 2012-06-14 | 1 | -1/+2 |
| | | | | http://github.com/libgit2/libgit2/pull/766 | ||||
* | Make this more generic and mergeable. | Chris Young | 2012-06-13 | 1 | -0/+53 |
Needs AmigaOS.cmake now from CMake package at OS4Depot, or contents below: --8<-- SET(AMIGA 1) SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC") SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") --8<-- |