summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #229 from dbaarda/dev/actions4Donovan Baarda2021-08-2055-160/+452
|\
| * Update NEWS.md with changes before and in this pull request.Donovan Baarda2021-08-201-0/+35
| * Update and expand CONTRIBUTING.md to include new checks/lints.Donovan Baarda2021-08-201-31/+195
| * Add iwyu-fix build target to fix includes.Donovan Baarda2021-08-201-1/+9
| * Fix all iwyu #include warnings for all files except fileutil.c.Donovan Baarda2021-08-2043-56/+41
| * Fix typo missing '#' on header's final '#endif'.Donovan Baarda2021-08-1910-10/+10
| * Add import guards to all header files that didn't have them.Donovan Baarda2021-08-1914-56/+108
| * Make all existing include guards consistent.Donovan Baarda2021-08-196-16/+16
| * Fix all clang-tidy warnings.Donovan Baarda2021-08-192-5/+7
| * Add .clang-tidy to turn of a buggy check.Donovan Baarda2021-08-191-0/+2
| * Slightly tidy lint.yml and CMakeLists.txt.Donovan Baarda2021-08-192-3/+2
| * Remove iwyu debugging and install libclang-common-9-dev.Donovan Baarda2021-08-191-2/+3
| * Add iwyu debug line and install llvm-dev.Donovan Baarda2021-08-191-2/+4
| * Add install of libclang-dev to fix iwyu problem finding headers.Donovan Baarda2021-08-191-1/+1
| * Fix install of clang-tidy instead of clang-tools.Donovan Baarda2021-08-191-1/+1
| * Add lint.yml github action for running clang-tidy and iwyu checks.Donovan Baarda2021-08-191-0/+25
| * 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-122-0/+27
|\
| * Merge branch 'master' into dev/cmake1Donovan Baarda2021-08-110-0/+0
| |\
| * | Add BuildType.cmake for managing CMAKE_BUILD_TYPE better.Donovan Baarda2021-08-102-0/+27
* | | Merge pull request #227 from dbaarda/dev/tests1Donovan Baarda2021-08-125-32/+10
|\ \ \ | |_|/ |/| |
| * | Fix windows tests by removing quotes around "bash -e".Donovan Baarda2021-08-121-1/+1
| * | Delete duplicated tests/isprefix.h file.Donovan Baarda2021-08-121-22/+0
| * | Add bash `-e` argument when running tests on Windows.Donovan Baarda2021-08-121-1/+1
| * | Add bash `-e` argument to tests/triple.test.Donovan Baarda2021-08-121-5/+5
| * | Remove `-x` bash argument from delta.test.Donovan Baarda2021-08-121-3/+3
| * | Rename tests/rdiff_bad_option.sh to tests/rdiff_bad_option.test.Donovan Baarda2021-08-122-1/+1
|/ /
* | Merge pull request #225 from dbaarda/dev/actions3Donovan Baarda2021-08-113-54/+79
|\ \ | |/
| * Change cmake option ENABLE_TRACE default to ON for Debug builds.Donovan Baarda2021-08-101-1/+6
| * Merge Ninja and clang test run.Donovan Baarda2021-08-101-4/+1
| * Delete the now unused .travis.yml config.Donovan Baarda2021-08-101-53/+0
| * Merge branch 'master' into dev/actions3Donovan Baarda2021-08-1015-107/+76
| |\ | |/ |/|
* | Merge pull request #224 from dbaarda/dev/winrdiff1Donovan Baarda2021-08-1012-61/+76
|\ \
| * | Add .gitattributes to ensure test data is binary.Donovan Baarda2021-08-091-0/+6
| * | Fix bash test scripts to work on Windows.Donovan Baarda2021-08-0910-54/+68
| * | Tidy and simplify cmake/FindPOPT.cmake.Donovan Baarda2021-08-091-7/+2
* | | Merge pull request #223 from dbaarda/dev/rmtests1Donovan Baarda2021-08-103-46/+0
|\ \ \ | |/ / |/| |
| * | Remove unused old perl test script `check-rdiff`.Donovan Baarda2021-08-091-44/+0
| * | Remove unusued mdfour.input test data.Donovan Baarda2021-08-092-2/+0
|/ /
| * Add installing ninja-build.Donovan Baarda2021-08-101-1/+1
| * Update initial check.yml to include a full build matrix.Donovan Baarda2021-08-101-19/+57
| * Create initial check.yml github action.Donovan Baarda2021-08-091-0/+38
|/
* Merge pull request #221 from rizsotto/cmakefixDonovan Baarda2021-08-092-3/+3
|\
| * cmake: fix warning for later CMake versionsLaszlo Nagy2021-08-082-3/+3
|/
* Merge pull request #217 from dbaarda/rel/prepare-v2.3.3Donovan Baarda2021-04-103-3/+9
|\
| * Prepare for development of the next v2.3.3 release.Donovan Baarda2021-04-103-3/+9
|/
* Merge pull request #216 from dbaarda/rel/release-v2.3.2v2.3.2Donovan Baarda2021-04-102-9/+15
|\
| * Prepare release v2.3.2.Donovan Baarda2021-04-102-9/+15
* | Merge pull request #213 from ljusten/patch-1Donovan Baarda2020-09-231-1/+1
|\ \ | |/ |/|