1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-22 15:21:52 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
ed69e50ad2 📄 added SPDX-License-Identifier 2018-05-03 17:41:45 +02:00
afef474c0d 🔖 set version to 3.1.2 2018-03-14 21:09:27 +01:00
8d104e6fe3 💚 fixed test case 2018-02-28 22:40:48 +01:00
5773e164bb 🚨 fixed a linter warning 2018-02-28 19:59:54 +01:00
938c861a09 🔖 set version to 3.1.1 2018-02-12 22:59:36 +01:00
0258484626 🔖 set version to 3.1.0
- updated documentation wrt. new repository layout
- temporarily switched off Homebrew --HEAD building (can only be switched on after release)
- set copyright date to 2018
2018-02-01 22:20:26 +01:00
14cd019861 fix cmake install directory (for real this time)
* Rename 'develop' folder to 'include/nlohmann'
* Rename 'src' folder to 'single_include/nlohmann'
* Use <nlohmann/*> headers in sources and tests
* Change amalgamate config file
2018-02-01 11:06:51 +01:00
92484f0caf 🔖 set version to 3.0.1 2017-12-29 18:31:13 +01:00
9e3c4ad11f 🔖 set version to 3.0.0 2017-12-17 08:31:18 +01:00
772bb3cc20 📝 fixing documentation #867
The example in the documentation on how to "force" an array of arrays was wrong since the first release. Fixed the documentation and added checks for the README unit tests.
2017-12-10 12:32:20 +01:00
b0c380b0f8 📝 cleanup after the last PRs 2017-10-22 09:12:35 +02:00
a99fcb4e7d Add comments and newline 2017-10-17 22:53:35 -07:00
917d9d8bc3 Fix Visual Studio 2017 warnings 2017-10-16 23:23:55 -07:00
f0ca96d462 include <iosfwd> instead of <iostream>
avoid bloat caused by <iostream> and std::cout and friends in apps where
iostream are not used.
2017-07-09 15:04:49 +09:00
27c65b860b 🔖 version 2.1.1 2017-02-25 16:34:38 +01:00
8cec55a271 🚧 fixed more warnings 2017-02-22 18:14:29 +01:00
d870826811 🔖 set version to 2.1.0 2017-01-28 16:03:35 +01:00
8b46eb8ec0 📄 it's 2017 already 2017-01-02 09:40:00 +01:00
60b3703c62 🔖 version bump to 2.0.10 2017-01-02 09:35:57 +01:00
303e873ae8 🔖 bumped version to 2.0.9 2016-12-16 20:45:46 +01:00
4adb8a81bf 📝 version bump 2016-12-02 18:39:35 +01:00
700977d73e version bump 2016-11-02 20:52:15 +01:00
606098f45d release 2.0.6 2016-10-15 16:47:45 +02:00
b5128b1610 Fix usage examples' comments for std::multiset 2016-10-04 18:53:44 +03:00
3d104f1d43 version bump 2016-09-14 23:06:39 +02:00
768d66560e version bump 2016-09-11 23:36:59 +02:00
df9fd6237e release 2.0.3 2016-08-31 21:27:23 +02:00
d80329034e split test suite in one file per test case 2016-08-04 21:55:47 +02:00