Commit Graph

11 Commits

Author SHA1 Message Date
Alex Fabijanic
02aa9262fe remove old pdjson header VS projects entries 2018-01-31 18:39:55 -06:00
Alex Fabijanic
e8be21dc66 Poco1.8.1 compilation error for C++98 mode #2121 2018-01-31 18:32:15 -06:00
Alex Fabijanic
94ef939f93 remove _CRT_SECURE_NO_WARNINGS from JSON.progen and regenerate JSON VS projects 2017-11-08 17:53:40 -06:00
Alex Fabijanic
6efab2cd58 back-port JSON and accompanying Foundation portions (JSONString, Dynamic::Var etc) 2017-09-25 15:15:05 -05:00
Günter Obiltschnig
bc0978d01e fixed GH #471: vs2010 release builds have optimization disabled
fixed GH #616: Visual Studio warning C4244
2014-11-20 21:22:52 +01:00
Günter Obiltschnig
6fe2e4fb11 VS project files: do not share intermediate directory between projects in same folder 2014-10-06 13:51:49 +02:00
Günter Obiltschnig
12c7bb562d re-generated vs100-vs120 project files 2014-04-21 10:50:51 +02:00
Günter Obiltschnig
65bb38d04f fixed vs2012 project files 2014-01-15 11:20:39 +01:00
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
aleks-f
42ff341cb9 GH #119: JSON::Object holds values in ordered map
- fixed GH #119: JSON::Object holds values in ordered map
- added PrintHandler
- renamed DefaultHandler to ParseHandler
- redefined DefaultHandler as typedef to ParseHandler
2013-03-16 11:33:27 -05:00
aleks-f
3ace867b6d added JSON VS100 64 bit projects 2012-12-26 22:54:14 -06:00