summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Prepare v2.3.5.Donovan Baarda2023-02-191-1/+1
* Fix #248 by putting `#include "config.h"` in most src/*.c files. (#249)Donovan Baarda2023-02-191-4/+3
* Prepare for development of the next v2.3.4 release.Donovan Baarda2023-02-161-1/+1
* Update github actions and fix `iwyu` build target. (#243)Donovan Baarda2023-02-011-1/+2
* Change doc target to run in `CMAKE_CURRENT_SOURCE_DIR`.Donovan Baarda2021-08-211-1/+1
* Rename src/config.h.cmake -> src/config.h.in.Donovan Baarda2021-08-201-1/+1
* Add iwyu-fix build target to fix includes.Donovan Baarda2021-08-201-1/+9
* Slightly tidy lint.yml and CMakeLists.txt.Donovan Baarda2021-08-191-1/+1
* Add iwyu build target for running iwyu_tool checks.Donovan Baarda2021-08-191-0/+7
* Add clang-tidy target to CMakeLists.txt.Donovan Baarda2021-08-181-0/+10
* Merge pull request #226 from dbaarda/dev/cmake1Donovan Baarda2021-08-121-0/+4
|\
| * Add BuildType.cmake for managing CMAKE_BUILD_TYPE better.Donovan Baarda2021-08-101-0/+4
* | Fix windows tests by removing quotes around "bash -e".Donovan Baarda2021-08-121-1/+1
* | Add bash `-e` argument when running tests on Windows.Donovan Baarda2021-08-121-1/+1
* | Rename tests/rdiff_bad_option.sh to tests/rdiff_bad_option.test.Donovan Baarda2021-08-121-1/+1
|/
* Change cmake option ENABLE_TRACE default to ON for Debug builds.Donovan Baarda2021-08-101-1/+6
* Fix bash test scripts to work on Windows.Donovan Baarda2021-08-091-11/+28
* cmake: fix warning for later CMake versionsLaszlo Nagy2021-08-081-1/+1
* Prepare for development of the next v2.3.3 release.Donovan Baarda2021-04-101-1/+1
* Use `-Wconversion -Wno-sign-conversion` for clang only.Donovan Baarda2020-06-041-2/+4
* Use `-Wconversion -Wno-sign-conversion` when compiling with gcc or clang.Donovan Baarda2020-06-041-2/+2
* Make fileutil.c include io.h if it exists and prefer _fileno().Donovan Baarda2020-06-041-0/+1
* Turn of posix warnings when compiling with MSVC.Donovan Baarda2020-06-041-1/+4
* Compile netint_test with `-DLIBRSYNC_STATIC_DEFINE`.Donovan Baarda2020-06-031-0/+1
* Remove stream.c and move functionality into tube.cDonovan Baarda2020-06-021-2/+1
* Pass `-C Debug` to ctest instead of `--config Debug` to cmake.Donovan Baarda2020-06-021-1/+1
* Comment out breaking `-Wno-format` when building on Windows.Donovan Baarda2020-06-011-1/+1
* Prepare for development of the next v2.3.2 release.Donovan Baarda2020-05-191-1/+1
* Fix cmake/FindPOPT.cmake use PkgConfig correctly.Donovan Baarda2020-05-191-6/+5
* Add rabinkarp_perf.c test and optimize rabinkarp.c.Donovan Baarda2020-04-161-0/+2
* Initial tests with unrolling rabinkarp_update() as a function.Donovan Baarda2020-04-151-3/+4
* Prepare for development of the next v2.3.1 release.Donovan Baarda2020-04-071-1/+1
* Update NEWS.md and bump minor version to 2.3.0.Donovan Baarda2020-04-071-2/+2
* Turn off format warnings for WIN32 only.Donovan Baarda2020-02-021-6/+7
* Assume "%zu" support when cross-compiling.Donovan Baarda2020-01-101-6/+6
* fix various warningsAndrew Sun2020-01-081-1/+1
* Tidy netint.[ch] and add tests.Donovan Baarda2019-12-031-3/+13
* Reorder __func__ and __FUNCTION__ cmakedefines and remove STDC_HEADERS.Donovan Baarda2019-11-261-3/+0
* Remove cmake HAVE_* checks for unused and/or standard C99 features.Donovan Baarda2019-11-251-14/+2
* Remove unused support for nonstandard program_invocation_short_name.Donovan Baarda2019-11-251-1/+0
* Remove cmake support for unused features.Donovan Baarda2019-11-251-2/+0
* Make src/trace.[ch] C99 compliant.Donovan Baarda2019-11-251-1/+4
* CMakeLists: fix build with old compilersPierre-Jean Texier2019-11-241-1/+1
* Prepare for development of the next v2.2.2 librsync release.Donovan Baarda2019-10-171-1/+1
* Update for unreleased version to v2.2.1.Donovan Baarda2019-10-121-1/+1
* Prepare release v2.2.0.Donovan Baarda2019-10-121-2/+2
* Add cmake BUILD_SHARED_LIBS option for static library support.Donovan Baarda2019-10-021-3/+11
* Simplify HAVE_PRINTF_Z logic using elseif clause.Donovan Baarda2019-09-171-10/+8
* Tidy logic for WIN32 "%zu" checking.Donovan Baarda2019-09-171-13/+10
* disable HAVE_PRINTF_Z when directly compiling on WindowsAndrew Sun2019-09-151-2/+7