aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-02config.mk: Do not limit max. number of compilation errorsJan Sucan
2024-02-02config.mk: Use C++11Jan Sucan
2024-01-20makefile: Move configuration to config.mkJan Sucan
2024-01-14github: Add initial pre-commit workflowJan Sucan
2024-01-14pre-commit: Update hooksJan Sucan
2024-01-14pre-commit: Fix URL of the clang-format hookJan Sucan
2024-01-09github: Run test workflow on pull requestJan Sucan
2024-01-09github: Improve formatting of a workflow fileJan Sucan
2023-12-13Refactor getting items from argv to resolve cppcheck errorsJan Sucan
2023-12-13Apply clang-formatJan Sucan
2023-12-07Include operation names in the usage message (#8)Ben Timby
2023-11-12Rename C source file to C++ source filesJan Sucan
2023-11-12Switch from C to C++ compilerJan Sucan
2023-11-12Refactor the file size and tell operationsJan Sucan
2023-10-15README.md: Add status badge for the tests for the master branchJan Sucan
2023-10-15github: Add workflow for running the testsJan Sucan
2023-10-15tests: Use bash instead of shJan Sucan
2023-03-12README.md: Reword the introductionJan Sucan
2023-02-14Change version to 2.0.0Jan Sucan
2023-02-14Switch to semantic versioningJan Sucan
2022-06-18Refactor the command line interfaceJan Sucan
2022-03-06tests: Unify naming of the test filesJan Sucan
2022-03-05tests: Add a successful backup-restore testJan Sucan
2022-03-05tests: Add a test for restore errorsJan Sucan
2022-03-05tests: Add tests for backup errorsJan Sucan
2022-03-05tests: Add a test for opening filesJan Sucan
2022-03-05tests: Add option parsing testsJan Sucan
2022-03-05tests: Rename a testJan Sucan
2022-03-05Fix checking of a return valueJan Sucan
2022-03-05Fix an error messageJan Sucan
2021-06-06Fix restoring a diff imageJan Sucan
2021-05-30Unify ordering of the includesJan Sucan
2021-05-30Fix cppcheck warningsJan Sucan
2021-05-30pre-commit: Add cppcheck checkerJan Sucan
2021-05-30pre-commit: Add no-tabs checkerJan Sucan
2021-05-30Add the license to each source fileJan Sucan
2021-05-30Change exit code on help option to 0Jan Sucan
2021-05-30Split the backup code into smaller functionsJan Sucan
2021-05-30Fix writing of diff file recordsJan Sucan
2021-05-30Move backup and restore code to separate source filesJan Sucan
2021-05-30Add static qualifiersJan Sucan
2021-05-30Move usage() function to options.cJan Sucan
2021-05-23src: Sort the program options alphabeticallyJan Sucan
2021-05-02README: Fix a typoJan Sucan
2021-05-02Move the source files to a src directoryJan Sucan
2021-05-01Makefile: Avoid unnecessary rebuilding of the executableJan Sucan
2021-05-01tests: Add test for invoking with no argumentsJan Sucan
2021-05-01gitignore: Add backup files with tilde suffixJan Sucan
2021-05-01Remove unnecessary variable from the MakefileJan Sucan
2021-05-01Add .gitignore fileJan Sucan