startgit

Static page generator for git repositories
git clone git://git.dimitrijedobrota.com/startgit.git
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING

Mode Name Size
-rw-r--r-- .clang-format 178L
-rw-r--r-- .clang-tidy 164L
-rw-r--r-- .codespellrc 7L
-rw-r--r-- .gitignore 11L
-rw-r--r-- BUILDING.md 60L
-rw-r--r-- CMakeLists.txt 87L
-rw-r--r-- CMakePresets.json 164L
-rw-r--r-- CODE_OF_CONDUCT.md 5L
-rw-r--r-- CONTRIBUTING.md 19L
-rw-r--r-- HACKING.md 149L
-rw-r--r-- LICENSE.md 21L
-rw-r--r-- README.md 73L
-rw-r--r-- cmake/coverage.cmake 33L
-rw-r--r-- cmake/dev-mode.cmake 23L
-rw-r--r-- cmake/folders.cmake 21L
-rw-r--r-- cmake/install-rules.cmake 13L
-rw-r--r-- cmake/lint-targets.cmake 33L
-rw-r--r-- cmake/lint.cmake 51L
-rw-r--r-- cmake/prelude.cmake 10L
-rw-r--r-- cmake/project-is-top-level.cmake 6L
-rw-r--r-- cmake/spell-targets.cmake 22L
-rw-r--r-- cmake/spell.cmake 29L
-rw-r--r-- cmake/variables.cmake 28L
-rw-r--r-- source/arguments.cpp 8L
-rw-r--r-- source/arguments.hpp 34L
-rw-r--r-- source/branch.cpp 69L
-rw-r--r-- source/branch.hpp 45L
-rw-r--r-- source/commit.cpp 82L
-rw-r--r-- source/commit.hpp 38L
-rw-r--r-- source/diff.cpp 92L
-rw-r--r-- source/diff.hpp 97L
-rw-r--r-- source/document.cpp 87L
-rw-r--r-- source/document.hpp 67L
-rw-r--r-- source/file.cpp 46L
-rw-r--r-- source/file.hpp 33L
-rw-r--r-- source/html.cpp 768L
-rw-r--r-- source/html.hpp 17L
-rw-r--r-- source/repository.cpp 56L
-rw-r--r-- source/repository.hpp 54L
-rw-r--r-- source/startgit-index.cpp 186L
-rw-r--r-- source/startgit.cpp 845L
-rw-r--r-- source/tag.cpp 15L
-rw-r--r-- source/tag.hpp 25L
-rw-r--r-- source/utils.cpp 89L
-rw-r--r-- source/utils.hpp 17L
-rw-r--r-- test/CMakeLists.txt 17L
-rw-r--r-- test/source/startgit_test.cpp 4L