Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pantor/inja

Tags

v3.5.0

Toggle v3.5.0's commit message
fix more clang-tidy warnings

v3.4.0

Toggle v3.4.0's commit message
bump to v3.4.0

v3.3.0

Toggle v3.3.0's commit message
set version 3.3

v3.2.0

Toggle v3.2.0's commit message
add gcc via choco

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add homebrew

v3.0.0

Toggle v3.0.0's commit message
fix single include

v2.2.0

Toggle v2.2.0's commit message
Merge branch 'master' of https://github.com/pantor/inja

v2.1.0

Toggle v2.1.0's commit message
Improve support for installing with cget (#88)

* Improve support for installing with cget

* add specific version, clean cmake

* fix version to "v2.1.0"

v2.0.1

Toggle v2.0.1's commit message
Change std::stringstream& to std::ostream& in render_to() (#76)

* Change std::stringstream& to std::ostream& in render_to()

Fixes #75

* Expose render_to

* Update readme with example of render_to

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Inja v2 (#67)

* inja2

* header only

* reduce dependencies

* code cleaning

* c++17

* use stdc++

* code cleaning

* infrastructure

* header only

* add infrastructure

* fix tests

* use minimum clang 6

* code cleaning, polyfill for c++11

* fix some file tests

* fix readme

* update appveyor

* fix polyfill and ci

* fix polyfill

* fix ci?

* test msvc __cplusplus

* add doxygen

* activate all tests

* code cleaning

* add coveralls, set default to dot notation

* add html test

* add doxygen comments

* test single_include file

* change build folder in appveyor

* correct make arguments in appveyor

* fix appveyor arguments