Commit Graph

98 Commits

Author SHA1 Message Date
Lars Berscheid a9d4ca9a4e fix string view reference movement in bytecode 2019-01-07 16:41:16 +01:00
pantor 699c207c8c 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
2018-12-23 16:13:15 +01:00
pantor d90f93fda0 optional benchmark 2018-12-14 19:31:40 +01:00
pantor 595076ebec split dev files and amalgamate into a single header 2018-12-14 18:03:45 +01:00
pantor 0f1f57a8a3 fix cmake build for benchmark 2018-11-23 17:57:05 +01:00
pantor 7dbdd44b0e add benchmark, add hayai 2018-11-21 21:29:36 +01:00
pantor b66f2d23aa add type checks: isString, ... 2018-11-11 14:34:35 +01:00
pantor 65cc971e21 Merge branch 'master' of https://github.com/pantor/inja 2018-08-29 19:31:55 +02:00
pantor a496ec9585 update to json 3.2 and catch 2.3, clean cmake 2018-08-29 19:31:37 +02:00
Tian Jin 4eaeb2b182 Update CMakeLists.txt (#59) 2018-07-27 13:35:47 +02:00
Tian Jin a06207b64b Update CMakeLists.txt (#58) 2018-07-25 07:44:54 +02:00
pantor 0898b1c302 use loop object for loop variables 2018-05-22 22:52:55 +02:00
pantor 71cfb21e61 include nlohmann/json in inja directly 2018-05-15 20:23:09 +02:00
pantor cb18e2cd0c add in-memory includes via include_template 2018-05-14 20:21:29 +02:00
Samuel Leweke 1cb6b15cca Add exists() function that checks existence of key (#38)
* Add exists() function that checks existence of key

Adds an exists() function that checks whether a given key exists in the
data. If only one argument is provided to exists(), the global data is
queried for the item. If two arguments are given, the first argument
specifies the object to query for the key given as second argument.

Also adds corresponding unit tests and updates README for
documentation.

* Split exists() into exists() and existsIn()

Splits the exists() function, which previously took both one or two
arguments, into an exists() function accepting one and an existsIn()
function accepting two arguments.
2018-04-02 15:54:00 +02:00
pantor 73a40cf1b1 fix mac os x callback without parent bug 2018-03-20 16:36:11 +01:00
pantor cfa0e5cbfe fix old xcode tests 2018-03-19 18:34:35 +01:00
pantor e38df0931f Fix line statements 2018-03-19 12:20:12 +01:00
pantor 561f8cf59e Catch some errors for conditional parsing 2018-03-19 11:43:19 +01:00
pantor 1766793fd5 Allow index in nested loops 2018-03-19 11:09:23 +01:00
pantor 776af96b0b Use callbacks without parameters either with or without parenthesis 2018-03-19 10:46:49 +01:00
pantor b68f745866 added is_last == false test 2018-03-19 10:37:55 +01:00
pantor cd43573c0e add not is_last test 2018-03-19 10:33:37 +01:00
pantor 44f7461a8a allow empty lists for loops 2018-03-19 10:30:26 +01:00
pantor 6da37615ef fix global path test 2018-03-07 16:54:23 +01:00
pantor 98506f355a add meson build for testing 2018-03-07 15:24:58 +01:00
pantor 904074c9a8 fix test for loop error message 2018-03-01 14:47:20 +01:00
pantor 6f7fad983d add float and int string conversion 2018-03-01 11:29:56 +01:00
pantor 097ebf1f90 fix search_closed_on_level if nothing was found 2018-02-28 12:42:39 +01:00
pantor f7e0fa1c68 fix throw test 2018-02-24 17:45:29 +01:00
pantor 7e32e8bcfe use central throw function 2018-02-24 14:50:38 +01:00
pantor 2ae161b4bd make renderer private in env 2018-02-23 23:47:09 +01:00
pantor c29fd9189d allow callbacks with the same name but different number of arguments 2018-02-23 20:07:04 +01:00
pantor 221b59d364 use at for json pointer, fix errors 2018-02-23 14:51:48 +01:00
pantor 74ad4281ed fix render file/template bug 2018-02-20 10:20:26 +01:00
pantor 9f97c9add1 add sort function 2018-02-18 19:41:56 +01:00
pantor 37d16d3c3a min, max functions 2018-02-18 19:34:16 +01:00
pantor c886c89131 add map loops 2018-02-18 19:24:49 +01:00
pantor 98aed90e02 argument default json 2018-02-18 18:59:24 +01:00
pantor f931a95800 use get_argument function in callbacks 2018-02-18 18:56:35 +01:00
pantor b57a747ef2 add default function 2018-02-18 11:50:14 +01:00
pantor 788d94bba5 remove env from double-greet example 2018-02-17 16:02:35 +01:00
pantor 03d3414968 Merge branch 'master' into callbacks 2018-02-17 15:53:57 +01:00
pantor f2315cbec9 use underscore notation for variables and functions 2018-02-17 15:50:07 +01:00
pantor ee2451edae add callbacks 2018-02-17 14:06:38 +01:00
pantor 8af2762829 add first and last function 2018-02-17 12:05:20 +01:00
pantor 6153720155 add utility to create regex of functions 2018-02-17 11:59:59 +01:00
pantor bec63cd82a update deps to json 3.1 and catch 2.1 2018-02-14 10:13:57 +01:00
pantor 3ca727e35d fix write file bug and readme 2018-01-28 12:47:56 +01:00
pantor 45d128ba0d fix test folder 2018-01-18 18:00:34 +01:00