Sign in
chromium
/
external
/
jsoncpp
/
jsoncpp
/
include
Clone this repo:
Branches
master
cacb6a4
fix stdexcept
by christopherdunn
· 11 years ago
master
ec2aba4
Added structured error reporting to Reader.
by aaronjacobs
· 11 years ago
c275931
Added features that allow the reader to accept common non-standard JSON.
by aaronjacobs
· 11 years ago
c67c6c4
Added missing includes for std::istream.
by aaronjacobs
· 11 years ago
b74e45c
- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
by blep
· 12 years ago
d858c27
- New CMake based build system. Based in part on contribution from
by blep
· 12 years ago
5a60f3b
- Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci).
by blep
· 12 years ago
7bfde9d
Made it possible to drop null placeholders from array output.
by aaronjacobs
· 13 years ago
b0dd48e
Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors.
by aaronjacobs
· 13 years ago
b00a00f
Got rid of several unnecessary includes of <iostream>.
by aaronjacobs
· 13 years ago
e0f5afd
Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden.
by aaronjacobs
· 13 years ago
994b59e
Added line breaks to make error messages easier to read.
by aaronjacobs
· 14 years ago
3deff27
Gave a more consistent behavior to the Value::isFoo methods. See
by aaronjacobs
· 14 years ago
24eb029
Fixed a missing include error.
by aaronjacobs
· 14 years ago
8d8df59
Fixed a bunch of compilation errors when JSON_HAS_INT64 is set.
by aaronjacobs
· 14 years ago
82f28d6
Centralized assertion macros and made them obey JSON_USE_EXCEPTION.
by aaronjacobs
· 14 years ago
a620bb4
Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION
by blep
· 14 years ago
518ede5
Value::compare() is now const and has an actual implementation with unit tests.
by blep
· 14 years ago
5f50471
Untabified some sources
by blep
· 14 years ago
9f11078
Release test-0.6.0
by blep
· 14 years ago
More »