pf
|
678d310b85
|
[JSON] don't know why CHECK doesn't like "CHECK(obj1 == obj2)". So using a temporary bool.
|
2020-07-19 21:29:39 +01:00 |
|
pf
|
e83ddb185d
|
[JSON] use CHECK from doctest
|
2020-07-19 21:25:27 +01:00 |
|
pf
|
254f0e3cee
|
[JSON] CHECK in doctest only accepts std::string ? Use assert statement instead. Does the job
|
2020-07-19 18:22:16 +01:00 |
|
pf
|
578217eaa3
|
[JSON] doctest: need another section ?
|
2020-07-19 18:17:03 +01:00 |
|
pf
|
6d9b2040ab
|
[JSON] as per Nlohmann's suggestion, added unit tests for the (de)serialisation macros
|
2020-07-19 18:12:13 +01:00 |
|
pf
|
75a6888d55
|
[JSON] since we no longer use a netbeans project for the (de)serialisation macro building code, can revert the changes made to the .gitignore file
|
2020-07-19 18:11:37 +01:00 |
|
pf
|
8f14aaa13f
|
[JSON] as per Nlohmann's suggestion, moved the macro builder code to third_party directory
|
2020-07-19 18:10:08 +01:00 |
|
pf
|
f7374c9a8d
|
Merge branch 'develop' of https://github.com/pfeatherstone/json into develop
|
2020-07-19 17:32:35 +01:00 |
|
pf
|
0a158ee830
|
[JSON] rough and ready code for generating (de)serialisation macros. Current upper bound on number of member variables is set to 64
|
2020-07-19 17:32:16 +01:00 |
|
pf
|
21bd6e971b
|
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
- updated .gitignore file to ignore private netbeans project configurations
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
0b744e1ed0
|
[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
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
8a045713ed
|
[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
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
a575008c48
|
[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
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
5eb739a585
|
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
- netbeans project configurations
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
68122fe0ed
|
[JSON] dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
|
2020-07-19 17:26:56 +01:00 |
|
pf
|
0d2d088b97
|
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
- updated .gitignore file to ignore private netbeans project configurations
|
2020-07-18 16:13:56 +01:00 |
|
pf
|
c122d8a94f
|
[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
|
2020-07-18 16:12:49 +01:00 |
|
pf
|
4706d6e976
|
[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
|
2020-07-18 16:12:27 +01:00 |
|
pf
|
9afe757648
|
[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
|
2020-07-18 16:11:34 +01:00 |
|
pf
|
8730af0788
|
[JSON] - dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
- netbeans project configurations
|
2020-07-18 16:10:32 +01:00 |
|
pf
|
beb1fb48f0
|
[JSON] dirty code for building intrusive and non-intrusive serialisation/deserialisation macros for custom types
|
2020-07-18 16:08:29 +01:00 |
|