poco/JSON
Aleksandar Fabijanic 0d79572848 Removed DefaultHandler typedef
Removed DefaultHandler typedef. JSON::Parser is now default constructed
with built-in parsing handler (i.e. without requirement that user
explicitly provides handler). Handler is now a SharedPtr so old code
with handler on the stack would cause undefined behavior, hence best to
break it now in development release ... apologies to anyone affected.
2013-03-28 22:18:57 -05:00
..
include/Poco/JSON Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
samples few JSON fixes and tests 2013-03-18 20:59:29 -05:00
src handler reference counting 2013-03-24 17:32:57 -05:00
testsuite handler reference counting 2013-03-24 17:32:57 -05:00
CMakeLists.txt Fixed build with CMake 2012-12-08 15:54:38 -02:00
dependencies Add JSON dependencies file 2012-05-09 19:47:36 +00:00
JSON_CE_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_CE_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs71.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs71.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs80.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs80.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs100.sln StringTokenizer trailing empty tokens consistency 2012-11-07 00:30:01 -06:00
JSON_vs100.vcxproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs100.vcxproj.filters Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs110.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_vs110.vcxproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_vs110.vcxproj.filters Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs90.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs90.vcproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs100.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs100.vcxproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs100.vcxproj.filters Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs110.sln the great line endings cleanup 2012-11-11 09:57:01 +01:00
JSON_x64_vs110.vcxproj Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON_x64_vs110.vcxproj.filters Removed DefaultHandler typedef 2013-03-28 22:18:57 -05:00
JSON.progen more line ending fixes 2012-11-11 11:07:27 +01:00
Makefile mac/clang build fixes 2013-03-17 12:41:15 -05:00