Billy Donahue
|
b5e1fe89aa
|
Apply the formatting specified in .clang-format file.
$ clang-format --version
clang-format version 7.0.0 (tags/google/stable/2018-01-11)
$ clang-format -i --style=file $(find . -name '*.cpp' -o -name '*.h')
|
2018-05-20 18:38:42 -04:00 |
|
Devin Jeanpierre
|
59e4d35339
|
Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing.
Requested/noticed in https://github.com/open-source-parsers/jsoncpp/pull/610, and a
followup to https://github.com/open-source-parsers/jsoncpp/pull/607 .
|
2017-07-21 03:44:36 -07:00 |
|
Aaron Jacobs
|
9fa4e849a1
|
Ran clang-format over all .h and .cpp files.
clang-format -i $(find . -name '*.h' -or -name '*.cpp')
|
2014-07-01 08:48:54 +10:00 |
|
Baptiste Lepilleur
|
7469f1d014
|
JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction.
|
2010-04-20 21:35:19 +00:00 |
|
Baptiste Lepilleur
|
8868147835
|
- added Features class that describes allowed extension for Reader, to allow for strict configuration
- added tests from json.org jsonchecker and modified jsontestrunner to use strict parsing mode when executing them
|
2009-11-18 21:38:54 +00:00 |
|
Christopher Dunn
|
6d135cb5e3
|
Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now.
|
2007-06-13 15:51:04 +00:00 |
|
Baptiste Lepilleur
|
4cd8bae331
|
- reorganized repository to match standard layout
|
2007-03-15 22:11:38 +00:00 |
|