Jinja2CppMedium/include/jinja2cpp
Kroket Ltd 45e112f7ee Improvements:
- A single and much simpler `CMakeLists.txt` (100 lines)
- Removed all git submodules - link against (system) libs instead:
  - RapidJSON
  - Boost (`system`, `filesystem`)
  - fmt
- Some small header-only libraries are included in the repo as-is:
  - `string-view-lite`, `optional-lite`, `variant-lite`, `expected-lite`
- Removed support for the `nlohmann/json` library (only support RapidJSON)
- Removed support for the Conan build system (only support CMake)
- Removed test suite and CI/CD definition(s)
- Added support for `ccache` (compilation cache)
- Removed documentation
2022-10-01 00:49:22 +03:00
..
binding Improvements: 2022-10-01 00:49:22 +03:00
utils Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
config.h Add availability to build Jinja2C++ as a shared library 2020-01-12 23:57:23 +02:00
error_handler.h 'extends' statement basic support 2018-07-08 17:18:42 +03:00
error_info.h apply llvm-header-guard, llvm-namespaces (#218) 2021-08-31 13:20:53 +03:00
filesystem_handler.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
generic_list.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
generic_list_impl.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
generic_list_iterator.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
polymorphic_value.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
reflected_value.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
string_helpers.h apply llvm-header-guard, llvm-namespaces (#218) 2021-08-31 13:20:53 +03:00
template.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
template_env.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
user_callable.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
value.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00
value_ptr.h Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220) 2021-12-12 23:20:15 +03:00