-rw-r--r-- | .clang-format | 178L |
-rw-r--r-- | .clang-tidy | 165L |
-rw-r--r-- | .codespellrc | 6L |
-rw-r--r-- | .gitignore | 13L |
-rw-r--r-- | BUILDING.md | 89L |
-rw-r--r-- | CMakeLists.txt | 78L |
-rw-r--r-- | CMakePresets.json | 160L |
-rw-r--r-- | CODE_OF_CONDUCT.md | 5L |
-rw-r--r-- | CONTRIBUTING.md | 14L |
-rw-r--r-- | HACKING.md | 170L |
-rw-r--r-- | LICENSE.md | 21L |
-rw-r--r-- | README.md | 56L |
-rw-r--r-- | cmake/coverage.cmake | 33L |
-rw-r--r-- | cmake/dev-mode.cmake | 16L |
-rw-r--r-- | cmake/folders.cmake | 21L |
-rw-r--r-- | cmake/install-config.cmake | 1L |
-rw-r--r-- | cmake/install-rules.cmake | 72L |
-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 | 41L |
-rw-r--r-- | include/hemplate/attribute.hpp | 75L |
-rw-r--r-- | include/hemplate/classes.hpp | 312L |
-rw-r--r-- | include/hemplate/element.hpp | 102L |
-rw-r--r-- | include/hemplate/elementAtomic.hpp | 38L |
-rw-r--r-- | include/hemplate/elementBoolean.hpp | 65L |
-rw-r--r-- | include/hemplate/streamable.hpp | 28L |
-rw-r--r-- | source/attribute.cpp | 69L |
-rw-r--r-- | source/element.cpp | 100L |
-rw-r--r-- | test/CMakeLists.txt | 25L |
-rw-r--r-- | test/source/hemplate_test.cpp | 31L |