hemplate

Simple XML template engine
git clone git://git.dimitrijedobrota.com/hemplate.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 167L
-rw-r--r-- .codespellrc 7L
-rw-r--r-- .gitignore 11L
-rw-r--r-- BUILDING.md 93L
-rw-r--r-- CMakeLists.txt 90L
-rw-r--r-- CMakePresets.json 164L
-rw-r--r-- CODE_OF_CONDUCT.md 5L
-rw-r--r-- CONTRIBUTING.md 14L
-rw-r--r-- HACKING.md 156L
-rw-r--r-- LICENSE.md 21L
-rw-r--r-- README.md 50L
-rw-r--r-- cmake/coverage.cmake 39L
-rw-r--r-- cmake/dev-mode.cmake 16L
-rw-r--r-- cmake/folders.cmake 21L
-rw-r--r-- cmake/install-config.cmake 6L
-rw-r--r-- cmake/install-rules.cmake 72L
-rw-r--r-- cmake/lint-targets.cmake 34L
-rw-r--r-- cmake/lint.cmake 52L
-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 41L
-rw-r--r-- example/CMakeLists.txt 25L
-rw-r--r-- example/html.cpp 46L
-rw-r--r-- include/hemplate/atom.hpp 109L
-rw-r--r-- include/hemplate/attribute.hpp 112L
-rw-r--r-- include/hemplate/common.hpp 62L
-rw-r--r-- include/hemplate/element.hpp 194L
-rw-r--r-- include/hemplate/html.hpp 230L
-rw-r--r-- include/hemplate/rss.hpp 104L
-rw-r--r-- include/hemplate/sitemap.hpp 48L
-rw-r--r-- source/attribute.cpp 64L
-rw-r--r-- source/common.cpp 60L
-rw-r--r-- test/CMakeLists.txt 35L
-rw-r--r-- test/source/atom_test.cpp 49L
-rw-r--r-- test/source/attribute_list_test.cpp 92L
-rw-r--r-- test/source/attribute_test.cpp 59L
-rw-r--r-- test/source/common_test.cpp 75L
-rw-r--r-- test/source/element_test.cpp 289L
-rw-r--r-- test/source/html_test.cpp 83L
-rw-r--r-- test/source/rss_test.cpp 42L
-rw-r--r-- test/source/sitemap_test.cpp 22L
-rw-r--r-- vcpkg-configuration.json 15L
-rw-r--r-- vcpkg.json 23L