This website requires JavaScript.
Explore
Help
Sign In
3party
/
jsoncpp
Watch
0
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2024-12-27 11:21:02 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
jsoncpp
/
include
/
json
History
Baptiste Lepilleur
afd9cef928
Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug
#2934500
). The DefaultValueAllocator has been inlined in code.
2010-03-13 13:10:27 +00:00
..
autolink.h
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
config.h
- added mini unit testing framework
2009-11-21 18:07:09 +00:00
features.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
forwards.h
Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug
#2934500
). The DefaultValueAllocator has been inlined in code.
2010-03-13 13:10:27 +00:00
json.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
reader.h
- added Features class that describes allowed extension for Reader, to allow for strict configuration
2009-11-18 21:38:54 +00:00
value.h
Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug
#2934500
). The DefaultValueAllocator has been inlined in code.
2010-03-13 13:10:27 +00:00
writer.h
- added Int/UInt typedef in Json namespace. Modified Value::Int and Value::UInt to be typedef on those. Modified code to use Json::Int instead of Value::Int.
2010-02-21 14:08:17 +00:00