- 19 Jul, 2020 7 commits
-
-
pf authored
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types - used code to increase the upper bound on number of member variables to 64
-
pf authored
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types - used code to increase the upper bound on number of member variables to 64
-
pf authored
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types - updated .gitignore file to ignore "dist" and "build" directories in netbeans project
-
pf authored
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types - netbeans project configurations
-
pf authored
[JSON] dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
-
Niels Lohmann authored
Add static assertion for missing binary function in SAX interface
-
Niels Lohmann authored
add inline specifier for detail::combine
-
- 18 Jul, 2020 3 commits
-
-
T0b1-iOS authored
-
T0b1-iOS authored
-
Niels Lohmann authored
Add test for target_include_directories
-
- 17 Jul, 2020 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Tag binary values in cbor if set
-
Niels Lohmann authored
Clean up maintainer Makefiles and fix some linter warnings
-
Niels Lohmann authored
Add option to ignore CBOR tags
-
Niels Lohmann authored
-
Niels Lohmann authored
Hash function without allocation
-
- 16 Jul, 2020 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add ClangCL for MSVC
-
- 15 Jul, 2020 5 commits
-
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 14 Jul, 2020 5 commits
-
-
Thomas Braun authored
MS Visual Studio 2019 has builtin support for other compiler toolsets [1]. This commit adds support for compiling using LLVM/Clang 10 using Visual Studio. ClangCL pretends to be MSVC so the usual MSVC flags apply, see also [2]. For detecting if ClangCL is used, newer cmake verisons (>= 3.15) have builtin support using CMAKE_CXX_COMPILER_FRONTEND_VARIANT [3], for older ones a workaround is available using CMAKE_CXX_SIMULATE_ID [4]. [1]: https://devblogs.microsoft.com/cppblog/clang-llvm-support-in-visual-studio/ [2]: https://clang.llvm.org/docs/UsersManual.html#clang-cl [3]: https://stackoverflow.com/a/10055571 [4]: https://github.com/microsoft/CMake/commit/4fe34b2d29ca67ea91b2545b223dad8abbcad282
-
Thomas Braun authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Makefile: Always use SED variable
-
- 13 Jul, 2020 2 commits
-
-
Niels Lohmann authored
Add Xcode 12 CI
-
Thomas Braun authored
We need to have a proper sed, even on MacOSX. So let's use the variable introduced in 191aa0fd (
🔧 overworked maintaner targets, 2019-03-28) in more places.
-
- 12 Jul, 2020 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add ordered_json specialization with ordered object keys
-