1. 89652ca Add meson target to update single include (#86) by Mark Hollomon · 5 years ago
  2. da5bbb1 Remove unneed linking in update_loop_data (#85) by Mark Hollomon · 5 years ago
  3. a5862a0 Fix for issue #82 - Nested loops (#84) by Mark Hollomon · 5 years ago
  4. 11d07f5 Added install target and cmake package exports (#83) by Guillaume Racicot · 5 years ago
  5. 1dfd86f Fix for issue #80 (#81) by Mark Hollomon · 5 years ago
  6. 2c98adb remove appveyor test by Lars Berscheid · 5 years ago
  7. e634115 fix appveyor build by pantor · 5 years ago
  8. 5553ee7 add older compilers by pantor · 5 years ago
  9. dbcd526 add string_view polyfill by pantor · 5 years ago
  10. 5d99c2b ignore most warnings in appveyor by pantor · 5 years ago
  11. 41857c2 add line break by pantor · 5 years ago
  12. 87ab78a add link to documentation by pantor · 5 years ago
  13. 3221fbe fix directory doxygen by pantor · 5 years ago
  14. 7558223 finalize2 travis.yml by pantor · 5 years ago
  15. fdf1c12 finalize travis.yml by pantor · 5 years ago
  16. aa8929c update travis.yml by pantor · 5 years ago
  17. 0382e61 update travi.yml by pantor · 5 years ago
  18. 98d6854 update travis.yml by pantor · 5 years ago
  19. cab491a Merge branch 'master' of https://github.com/pantor/inja by pantor · 5 years ago
  20. 4df7f9d update travis by pantor · 5 years ago
  21. 0bff746 Change std::stringstream& to std::ostream& in render_to() (#76) by Tim · 5 years ago
  22. 210848b Readme fix write_with_json_file by pantor · 5 years ago
  23. 02b8355 update single include file by Lars Berscheid · 5 years ago
  24. a9d4ca9 fix string view reference movement in bytecode by Lars Berscheid · 5 years ago
  25. 699c207 Inja v2 (#67) by pantor · 5 years ago
  26. d90f93f optional benchmark by pantor · 5 years ago
  27. 6bae3a7 update readme by pantor · 5 years ago
  28. 595076e split dev files and amalgamate into a single header by pantor · 5 years ago
  29. e44c237 code cleaning by pantor · 5 years ago
  30. 0f1f57a fix cmake build for benchmark by pantor · 5 years ago
  31. 7dbdd44 add benchmark, add hayai by pantor · 5 years ago
  32. 5021b22 update to json 3.4.0 by pantor · 5 years ago
  33. b66f2d2 add type checks: isString, ... by pantor · 5 years ago
  34. bac1771 clearer integration by pantor · 5 years ago
  35. 84faa3a allow more flexible whitespaces by pantor · 5 years ago
  36. d6cfbd0 undo cmake version by pantor · 6 years ago
  37. 65cc971 Merge branch 'master' of https://github.com/pantor/inja by pantor · 6 years ago
  38. a496ec9 update to json 3.2 and catch 2.3, clean cmake by pantor · 6 years ago
  39. 6afdf70 Fix division by zero warning (#61) by pantor · 6 years ago
  40. 4eaeb2b Update CMakeLists.txt (#59) by Tian Jin · 6 years ago
  41. a06207b Update CMakeLists.txt (#58) by Tian Jin · 6 years ago
  42. 360228e Fix the std::transform bug (#56) by Erik Partridge · 6 years ago
  43. 32ca238 Made unmodified variables const (#55) by Maxime Pinard · 6 years ago
  44. 0898b1c use loop object for loop variables by pantor · 6 years ago
  45. 1dc3267 Typo corrections (#51) by Maxime Pinard · 6 years ago
  46. 4ccc2e6 Merge pull request #48 from pantor/include-json-in-inja by pantor · 6 years ago
  47. 3c8823a Merge branch 'master' into in-memory-includes by pantor · 6 years ago
  48. 71cfb21 include nlohmann/json in inja directly by pantor · 6 years ago
  49. 0029a13 clean meson file by pantor · 6 years ago
  50. 394610b order includes by pantor · 6 years ago
  51. c8d3d72 add in-memory includes via include_template (#47) by pantor · 6 years ago
  52. cb18e2c add in-memory includes via include_template by pantor · 6 years ago
  53. 95e3712 add vcpkg integration by pantor · 6 years ago
  54. 29d0ddc Add Conan integration to readme by pantor · 6 years ago
  55. 1cb6b15 Add exists() function that checks existence of key (#38) by Samuel Leweke · 6 years ago
  56. 138e0da add STL containers support for Templates (issue #42) by pantor · 6 years ago
  57. 8d21a9d multiple render optimizations by pantor · 6 years ago
  58. e339da7 Use references by pantor · 6 years ago
  59. 73a40cf fix mac os x callback without parent bug by pantor · 6 years ago
  60. cfa0e5c fix old xcode tests by pantor · 6 years ago
  61. e38df09 Fix line statements by pantor · 6 years ago
  62. 561f8cf Catch some errors for conditional parsing by pantor · 6 years ago
  63. 1766793 Allow index in nested loops by pantor · 6 years ago
  64. 776af96 Use callbacks without parameters either with or without parenthesis by pantor · 6 years ago
  65. b68f745 added is_last == false test by pantor · 6 years ago
  66. cd43573 add not is_last test by pantor · 6 years ago
  67. 44f7461 allow empty lists for loops by pantor · 6 years ago
  68. b458ed5 pass json data as reference by pantor · 6 years ago
  69. f67767a Fixed warning in 64-bit windows build (#24) by Ludek Vodicka · 6 years ago
  70. 6da3761 fix global path test by pantor · 6 years ago
  71. 98506f3 add meson build for testing by pantor · 6 years ago
  72. 904074c fix test for loop error message by pantor · 6 years ago
  73. 99d3cd1 better loop error message by pantor · 6 years ago
  74. 6f7fad9 add float and int string conversion by pantor · 6 years ago
  75. 6e5167d Another optimization of passing arguments as reference (#23) by Ludek Vodicka · 6 years ago
  76. 097ebf1 fix search_closed_on_level if nothing was found by pantor · 6 years ago
  77. 07b49af add readme plural line statements by pantor · 6 years ago
  78. 9224161 Merge pull request #21 from ludekvodicka/patch-2 by lbersch · 6 years ago
  79. e90e849 Merge branch 'master' into patch-2 by lbersch · 6 years ago
  80. 833a722 Merge pull request #20 from ludekvodicka/patch-1 by lbersch · 6 years ago
  81. 08b1245 Fixed set_* methods by Ludek Vodicka · 6 years ago
  82. aafd86b Fixed typo by Ludek Vodicka · 6 years ago
  83. f7e0fa1 fix throw test by pantor · 6 years ago
  84. 7e32e8b use central throw function by pantor · 6 years ago
  85. 86f3100 code cleaning by pantor · 6 years ago
  86. 2ae161b make renderer private in env by pantor · 6 years ago
  87. e522903 move json parsing and element_notation in parser by pantor · 6 years ago
  88. c29fd91 allow callbacks with the same name but different number of arguments by pantor · 6 years ago
  89. 49b396c sort code where it makes sense by pantor · 6 years ago
  90. 8f1ac50 Merge pull request #14 from ludekvodicka/master by lbersch · 6 years ago
  91. 2cc9ba2 Removed unused "exception" variable to remove compiler warnings (warning C4101: 'exception': unreferenced local variable) by LUDA-PC\ludek.vodicka · 6 years ago
  92. c5ea89c correct write template by pantor · 6 years ago
  93. 179f31e Merge pull request #1 from pantor/master by Ludek Vodicka · 6 years ago
  94. b6d464a Merge pull request #11 from ludekvodicka/master by lbersch · 6 years ago
  95. 221b59d use at for json pointer, fix errors by pantor · 6 years ago
  96. 08a79d6 replace all string += with append by pantor · 6 years ago
  97. bd4c56b set inja release version to 1.0.0 by pantor · 6 years ago
  98. 4d0ceda add meson build interface to readme by pantor · 6 years ago
  99. 5773017 add version definitions by pantor · 6 years ago
  100. ffe2536 add copyright header to inja.hpp by pantor · 6 years ago