John Keiser
|
d4a37f6ef5
|
Enable conversion warnings on Linux and Windows
|
2020-04-22 14:21:30 -07:00 |
|
John Keiser
|
fd418f568c
|
Fix c++11 warnings on clang
- namespace x::y is C++17
- static_assert requires message in C++11
|
2020-04-15 17:27:48 -07:00 |
|
John Keiser
|
acc7bd79b0
|
Support cout << json, cout << minify(json)
|
2020-03-13 18:59:15 -07:00 |
|
John Keiser
|
eb147d9868
|
Mark jsonformatutils.h/isadetection.h internal
- Move jsonformatutils.h to internal/jsonformatutils.h (it is used by
document::print_json)
- Move isadetection.h to src/ (it is only used internally)
|
2020-03-04 14:26:54 -08:00 |
|