Commit 59a107d
authored
Release 1.0 preparation (#147)
* Test appveyor clang/MinGW builds
* Test appveyor MinGW/clang builds
* Test appveyor MinGW/clang builds
* Test appveyor.yml MinGW/clang builds
* Test appveyor MinGW/clang builds
* Test appveyor MinGW/clang builds
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang builds
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang test
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor MinGW/clang build
* Test appveyor clang build
* Test appveyor clang build
* Test appveyor clang build
* Update appveyor.yml
* Update appveyor.yml
* [skip ci] Update Readme.md
* [skip ci] Fix conan_build dependency management build scenario
* - Add documentation
- Fix conan build issues connected with type of MSVC runtime
- Fix build issue with some versions of boost ( #132 )
* Fix missed variable reference
* [skip ci] Update conan.io badge
* Debug failed appveyor tests
* Debug failed appveyor builds
* Debug failed appveyor builds
* Improve MSVC C++ runtime type handling
* Return build configurations to appveyor.yml
* Debug appveyor builds
* Debug appveyor build
* Debug appveyor builds (3)
* Debug build (4)
* Debug build (5)
* - Fix crash in broken `extends`/`block` statements parsing
- Fix scope control in `include` and `for` statements
- Add `loop.depth` and `loop.depth0` variables
* Implement template cache inside jinja2::TemplateEnv
* Implement context passing to the user-defined callables, fix warnings
* Remove 'robin hood hashing' submodule
* Fix build: remove robin hood hashing lib
* Fix macro call in expression context
* Add `ToString` method to the `ErrorInfoTpl` class
* Improve reflection and add more doxygen comments
* Remove unnecessary typedef in error_info.cpp
* Fix buggy format string
* Add osx images to Travis CI
* Improve setup of travis osx environments
* Add reference documentation
* Add clang 7 and 8 to the travis CI
* Add gcc 8 and 9 to travis CI
* Force use nonstd::optional and nonstd::string_view with C++17 enabled
* Enable warning for gcc 8 and 9
* Fix travis build
* Fix travis gcc 8/9 build with C++17 enabled
* Fix error in travis config
* Fix travis config errors1 parent ac607d2 commit 59a107d
File tree
48 files changed
+4249
-471
lines changed- include/jinja2cpp
- binding
- src
- test
- thirdparty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
48 files changed
+4249
-471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
0 commit comments