Crow/tests
Lucas David 762af68306 + Added object constructor and assignment for json::wvalue and unit tests.
+ json::wvalue::wvalue(std::initializer_list<std::pair<std::string const, json::wvalue>>
  + json::wvalue::wvalue(std::[unordered_]map<std::string, json::wvalue> const&)
  + json::wvalue::wvalue(std::[unordered_]map<std::string, json::wvalue>&&)
  + json::wvalue::operator=(std::initializer_list<std::pair<std::string const, json::wvalue>>)
  + json::wvalue::operator=(std::[unordered_]map<std::string, json::wvalue> const&)
  + json::wvalue::operator=(std::[unordered_]map<std::string, json::wvalue>&&)
2021-08-09 14:32:51 +02:00
..
img small fixes, optimizations, and documentation 2021-07-30 13:09:01 +03:00
template coverage fix for mustache + coveralls job id specification from drone 2021-04-14 14:03:27 +03:00
catch.hpp Remove conanfile. Update mustache specification jsons. Remove compilation warnings. Update CMake version. Change test framework to Catch2. 2020-10-19 18:32:16 +02:00
CMakeLists.txt fixed merge errors 2021-01-21 21:36:41 +03:00
unittest.cpp + Added object constructor and assignment for json::wvalue and unit tests. 2021-08-09 14:32:51 +02:00