-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: jinja2cpp/Jinja2Cpp
base: 1.2.1
head repository: jinja2cpp/Jinja2Cpp
compare: 1.3.0-beta
- 14 commits
- 80 files changed
- 2 contributors
Commits on Dec 12, 2021
-
Bump deps: Switch to polymorphic value and latest robin_hood_hash(#220)
* bump robin_hood hashing dep to 3.11.3 * bump value-ptr-lite to latest version * switch to polymorphic_value * implement comparisons * fix build: add operator!= * polymorphic_value into jinja2cpp integration * introduce ValuePtr and MoveValuePtr aliases
Configuration menu - View commit details
-
Copy full SHA for 6092f44 - Browse repository at this point
Copy the full SHA 6092f44View commit details
Commits on Dec 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4c588f6 - Browse repository at this point
Copy the full SHA 4c588f6View commit details
Commits on Jan 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1dacf16 - Browse repository at this point
Copy the full SHA 1dacf16View commit details
Commits on Dec 11, 2022
-
bump dups & add boost json support (#226)
addresses #223, #230 * bump deps * update boost version to 1.79.0 * update googletest to latest version * update nlohmann.json to v3.10.5 * update rapidjson to latest * update fmt to latest * add support for boost::json * fix build * fix code factor issue * add pipelines verbosity * move boost to master * update boost to 1.80.0 * fix actions for clang * replace boost submobule with fetchcontent * fix test on windows * patch boost cmake to workaround install export issue * fix path to header * disable strict warnings for linux build * try to use vs 2017 on windows 2019 * remove msvc2017 from ci build * remove comments * change to interface option
Configuration menu - View commit details
-
Copy full SHA for e1d5577 - Browse repository at this point
Copy the full SHA e1d5577View commit details
Commits on Dec 12, 2022
-
update GitHub actions to git rid of nodejs12 warning & update some de…
…ps (#231) * update github actions * update json deps and fmtlib * add makefile verbosity in linux build
Configuration menu - View commit details
-
Copy full SHA for 9463670 - Browse repository at this point
Copy the full SHA 9463670View commit details
Commits on Dec 18, 2022
-
install preserving directory structure unfortunately to fix it using cmake-native mechanics it required to bump cmake version to 3.23.0
Configuration menu - View commit details
-
Copy full SHA for 92a8ab8 - Browse repository at this point
Copy the full SHA 92a8ab8View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3fc48f3 - Browse repository at this point
Copy the full SHA 3fc48f3View commit details -
mutable reference to vector of variants triggered a situation when destructor cleared a global var after template rendering add a test for regression
Configuration menu - View commit details
-
Copy full SHA for b776a46 - Browse repository at this point
Copy the full SHA b776a46View commit details
Commits on Jun 3, 2023
-
* bump deps * boost 1.82.0 * rapid json * -lite libs * google test(it seems latest version targeting c++14) * robinhood hashing * fmt 10.0.0 * fix boost patch
Configuration menu - View commit details
-
Copy full SHA for 05014bf - Browse repository at this point
Copy the full SHA 05014bfView commit details
Commits on Jun 16, 2023
-
optimise template load time (#241)
trying to fix #237 according to research https://github.com/HFTrader/regex-performance std::regex is extremely slow x times slower than boost one's ==> changing default regex engine to boost one's presering ability to build jinja2cpp with standard regex on the local PC speed up of using boost::regex instead of std::regex shows up to be 5-6x times 20s to 120s
Configuration menu - View commit details
-
Copy full SHA for 3d782f1 - Browse repository at this point
Copy the full SHA 3d782f1View commit details
Commits on Nov 19, 2023
-
bump 3rd party libs && bump version to 1.3.0
* gtest v1.14.0 * libfmt 10.1.1 * expected-lite latest * rapidjson - latest * boost 1.83
Configuration menu - View commit details
-
Copy full SHA for f90959c - Browse repository at this point
Copy the full SHA f90959cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11ebd1e - Browse repository at this point
Copy the full SHA 11ebd1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eda81a - Browse repository at this point
Copy the full SHA 4eda81aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17fe19b - Browse repository at this point
Copy the full SHA 17fe19bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.1...1.3.0-beta