summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ignore dSYM outputsbisectMartin Pool2016-01-241-0/+3
* Add a slightly less-trivial search testMartin Pool2016-01-241-0/+44
* merge rs_fatal related fixes and cleanupsMartin Pool2016-01-187-37/+37
|\
| * Rename DO_RS_TRACE to RS_ENABLE_TRACEMartin Pool2016-01-175-10/+14
| * Use C99 vararg macros for trace functionsMartin Pool2016-01-172-27/+19
| * Note that only the public interface is covered by API versioningMartin Pool2016-01-171-0/+4
| * Use vararg trace functions on clang and gccMartin Pool2016-01-102-10/+5
| * rs_fatal should be fatal on non-gcc compilers tooMartin Pool2016-01-101-0/+1
* | Check another invariant during bisection searchMartin Pool2016-01-181-0/+4
* | Fix printf formatting for search_testMartin Pool2016-01-181-1/+1
* | Use vararg trace functions on clang and gccMartin Pool2016-01-182-10/+5
* | rs_fatal should be fatal on non-gcc compilers tooMartin Pool2016-01-181-0/+1
* | make search_test a dependency of `check`Martin Pool2016-01-181-0/+1
* | Include string.h for memcpyMartin Pool2016-01-181-0/+1
* | Split out rs__rollsum_block for testingMartin Pool2016-01-103-14/+31
* | Split out rs__sumset_append to aid testingMartin Pool2016-01-103-28/+47
* | DocMartin Pool2016-01-101-2/+2
* | Clear up empty-sumset search testMartin Pool2016-01-101-7/+4
* | Clarify that the length passed to rs__search_for_block is the actual lengthMartin Pool2016-01-101-8/+8
* | Document variableMartin Pool2016-01-101-1/+1
* | Fix docstring, trim whitespaceMartin Pool2016-01-101-11/+12
* | Start a test for rs__search_for_blockMartin Pool2016-01-103-6/+81
* | Update ignores; ignore search_test binaryMartin Pool2016-01-101-4/+6
* | Sync CMake improvements and other changes from masterMartin Pool2016-01-1015-892/+152
|\ \ | |/
| * Merge pull request #54 from sourcefrog/travisMartin Pool2016-01-102-10/+36
| |\
| | * mktemp template needs some XXXesMartin Pool2016-01-101-1/+1
| | * OSX shell mktemp needs a templateMartin Pool2016-01-101-1/+1
| | * Use new 'make check', and only build docs selectivelyMartin Pool2016-01-101-4/+12
| | * Run cmake --help to get some contextMartin Pool2016-01-101-0/+1
| | * Try to get CTest output in TravisMartin Pool2016-01-101-0/+3
| | * Build with sudo by defaultMartin Pool2016-01-101-4/+3
| | * Install popt on OSX Travis buildsMartin Pool2016-01-101-0/+3
| | * Add ninja-built apt dependencyMartin Pool2016-01-101-0/+1
| | * Try using a Travis matrix for Trusty and NinjaMartin Pool2016-01-101-5/+16
| |/
| * Update top-level copyright year in --version and readmeMartin Pool2016-01-102-2/+2
| * Stop incorrectly reporting hostname as gnu host tripleMartin Pool2016-01-103-7/+5
| * Stronger recommendation of NinjaMartin Pool2016-01-101-4/+4
| * isprefix_test should be built by `make all`.Martin Pool2016-01-101-1/+0
| * Add `make check` that builds and runs the tests.Martin Pool2016-01-103-8/+23
| * Mention Ninja in newsMartin Pool2016-01-101-0/+5
| * Fix CMakeLists licence header to match project's LGPL2.1Martin Pool2016-01-101-6/+8
| * Mention that Ninja is supported and may be better than MakeMartin Pool2016-01-101-3/+17
| * Ignore build-ninja outputsMartin Pool2016-01-101-0/+6
| * Ignore built static librsync.aMartin Pool2016-01-101-0/+1
| * Ignore .gcov filesMartin Pool2016-01-101-0/+3
| * CommentMartin Pool2016-01-101-0/+3
| * isprefix_test should return 0Martin Pool2016-01-091-0/+2
| * Ignore Doxygen sqlite cache build productMartin Pool2016-01-091-0/+1
| * Stop shipping a snprintf implementationMartin Pool2016-01-029-860/+36
| |\
| | * Remove unused variablesnprintfMartin Pool2016-01-021-2/+0