1 file changed
+1
-1
lines changed- .gitmodules+3
- .travis.yml+14-1
- CMakeLists.txt+90-36
- README.md+13-3
- cmake/coverage.cmake+24
- cmake/sanitizer.address+undefined.cmake+1
- cmake/sanitizer.cmake+41
- cmake/sanitizer.memory.cmake+1
- include/jinja2cpp/filesystem_handler.h+8-2
- include/jinja2cpp/string_helpers.h+209
- include/jinja2cpp/user_callable.h+84-2
- include/jinja2cpp/value.h+40-5
- src/error_info.cpp+7-1
- src/expression_evaluator.cpp+1-3
- src/filesystem_handler.cpp+21-6
- src/filters.cpp+118-56
- src/helpers.h+3-78
- src/internal_value.cpp+96-42
- src/internal_value.h+49-13
- src/render_context.h+3-2
- src/statements.cpp+34-34
- src/string_converter_filter.cpp+43-22
- src/template_impl.h+34-3
- src/template_parser.h+27-16
- src/testers.cpp+5
- src/value_visitors.h+190-20
- test/basic_tests.cpp+26-90
- test/errors_test.cpp+122-13
- test/expressions_test.cpp+42-42
- test/filters_test.cpp+22-54
- test/forloop_test.cpp+150-277
- test/macro_test.cpp+83-171
- test/perf_test.cpp+62
- test/set_test.cpp+92-113
- test/test_tools.h+96-19
- test/testers_test.cpp+1-7
- test/user_callable_test.cpp+95-105
- thirdparty/CMakeLists.txt+2-2
- thirdparty/internal_deps.cmake+21-1
- thirdparty/robin-hood-hashing+1
0 commit comments