hemplate

Simple XML template engine
git clone git://git.dimitrijedobrota.com/hemplate.git
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.clang-format178L
-rw-r--r--.clang-tidy165L
-rw-r--r--.codespellrc6L
-rw-r--r--.gitignore13L
-rw-r--r--BUILDING.md89L
-rw-r--r--CMakeLists.txt78L
-rw-r--r--CMakePresets.json160L
-rw-r--r--CODE_OF_CONDUCT.md5L
-rw-r--r--CONTRIBUTING.md14L
-rw-r--r--HACKING.md170L
-rw-r--r--LICENSE.md21L
-rw-r--r--README.md56L
-rw-r--r--cmake/coverage.cmake33L
-rw-r--r--cmake/dev-mode.cmake16L
-rw-r--r--cmake/folders.cmake21L
-rw-r--r--cmake/install-config.cmake1L
-rw-r--r--cmake/install-rules.cmake72L
-rw-r--r--cmake/lint-targets.cmake33L
-rw-r--r--cmake/lint.cmake51L
-rw-r--r--cmake/prelude.cmake10L
-rw-r--r--cmake/project-is-top-level.cmake6L
-rw-r--r--cmake/spell-targets.cmake22L
-rw-r--r--cmake/spell.cmake29L
-rw-r--r--cmake/variables.cmake41L
-rw-r--r--include/hemplate/attribute.hpp75L
-rw-r--r--include/hemplate/classes.hpp312L
-rw-r--r--include/hemplate/element.hpp102L
-rw-r--r--include/hemplate/elementAtomic.hpp38L
-rw-r--r--include/hemplate/elementBoolean.hpp65L
-rw-r--r--include/hemplate/streamable.hpp28L
-rw-r--r--source/attribute.cpp69L
-rw-r--r--source/element.cpp100L
-rw-r--r--test/CMakeLists.txt25L
-rw-r--r--test/source/hemplate_test.cpp31L