Alex Fabijanic
|
8a9e7792d9
|
- fixed GH #362: Defect in Var::parseString when there is no space between value and newline
- fixed GH #314: JSON parsing bug
- added GH #313: MetaColumn additions for Data::ODBC and Data::SQLite
|
2014-04-29 21:25:30 -05:00 |
|
Alex Fabijanic
|
4d366250e1
|
fixed GH #410: Bug in JSON::Object.stringify() in 1.5.2
|
2014-04-28 21:43:57 -05:00 |
|
Guenter Obiltschnig
|
e044d77717
|
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
|
2014-04-23 13:30:51 +02:00 |
|
Guenter Obiltschnig
|
f8169eabac
|
updated SDK in WEC2013 project files
|
2014-04-23 13:30:27 +02:00 |
|
Günter Obiltschnig
|
85873d02c9
|
re-generated VS2013 testsuite projects without MFC
|
2014-04-21 22:10:34 +02:00 |
|
Günter Obiltschnig
|
12c7bb562d
|
re-generated vs100-vs120 project files
|
2014-04-21 10:50:51 +02:00 |
|
Günter Obiltschnig
|
b2ba1dfb74
|
-added Windows Embedded Compact 2013 support
|
2014-03-17 14:36:17 +01:00 |
|
Alex Fabijanic
|
1c732e9938
|
removed MFC dependencies (WinTestRunner) from test VS projects
|
2013-11-07 23:31:30 -06:00 |
|
Alex Fabijanic
|
4297d78621
|
VS 2013 projects/solutions
|
2013-11-05 23:11:28 -06:00 |
|
Aleksandar Fabijanic
|
154c6969c2
|
GH# 267: JSON 'find' not returning empty result if object is expected but another value is found
GH# 267: JSON 'find' not returning empty result if object is expected
but another value is found
|
2013-09-14 22:33:41 -05:00 |
|
Rangel Reale
|
29885348ba
|
* Method to get JSON object value using Poco::Nullable
|
2013-08-21 10:34:21 -03:00 |
|
Aleksandar Fabijanic
|
20e1cf8821
|
JSON bug fixes
GH #241: SF #620 Endless loop in JSON parser (added Buffer::setCapacity)
GH #242: SF #619 Syntax error in JSON parser (float/double trim)
|
2013-07-21 22:18:56 -05:00 |
|
Alex
|
20005dbf87
|
fix signed/unsigned warnings
|
2013-06-16 11:37:37 -05:00 |
|
Aleksandar Fabijanic
|
b61b5ae53d
|
limit allowed types for JSON Query
limited allowed types for JSON::Query to Object, Array, Object::Ptr,
Array::Ptr and empty
|
2013-06-07 23:37:02 -05:00 |
|
Aleksandar Fabijanic
|
5e6ef1c14d
|
fixed GH #99: JSON::Query an JSON::Object
- fixed GH #99: JSON::Query an JSON::Object
- swapped order of AnyCast(const Any&) and AnyCast(Any&) definitions
|
2013-06-07 23:15:02 -05:00 |
|
Aleksandar Fabijanic
|
f96c45bf72
|
comment unsigned 64 bit -1 JSON test (clang fail)
|
2013-05-27 21:33:30 -05:00 |
|
Aleksandar Fabijanic
|
38131d452d
|
Var/JSON changes
- JSON support for Dynamic Struct and Array
- added VarIterator
- modified behavior of empty Var
|
2013-05-27 21:33:27 -05:00 |
|
Aleksandar Fabijanic
|
41a07c15bf
|
JSON fixes/refactoring
|
2013-05-20 23:36:58 -05:00 |
|
fbraem
|
87d955ecde
|
Integrate Poco::Web::JSON parser
|
2013-05-20 20:37:13 +02:00 |
|
Aleksandar Fabijanic
|
579842bce4
|
handler reference counting
- handler reference counting
- parser returns parsing result
|
2013-03-24 17:32:57 -05:00 |
|
aleks-f
|
ab952e689d
|
few JSON fixes and tests
|
2013-03-18 20:59:29 -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
|
727e3cd28d
|
GH #118: JSON::Object::stringify endless loop
|
2013-03-06 21:21:58 -06:00 |
|
Mike Naquin
|
13a1a0b9a2
|
Fix JSON parsing of large unsigned 64-bit integers
|
2013-02-21 12:57:51 -06:00 |
|
aleks-f
|
66a56a944f
|
indentation
|
2013-02-20 17:08:44 -06:00 |
|
alex
|
161ea4ec18
|
unbundled build fixes
|
2013-01-05 00:04:09 -06:00 |
|
fbraem
|
5964ae0a80
|
JSON unicode fixes and running tests on invalid unicode JSON
|
2013-01-04 17:09:04 +01:00 |
|
Alex
|
26a480d325
|
Revert "Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode"""
This reverts commit 86647bd8ba2862774e2dee249f748b193bcc632a.
|
2012-12-30 09:37:52 -06:00 |
|
Alex
|
86647bd8ba
|
Revert "Revert "Merge pull request #45 from RangelReale/jsonunicode""
This reverts commit 52867ed7c7b8991d5a31d3e7a3c2505449a0b86e.
|
2012-12-29 07:32:21 -06:00 |
|
Alex
|
52867ed7c7
|
Revert "Merge pull request #45 from RangelReale/jsonunicode"
This reverts commit dcf92dcfe31611ee446b010458dadf91befee9d8, reversing
changes made to 79838aa76dacf80dee1735f72ff7f6a846787557.
|
2012-12-29 07:32:09 -06:00 |
|
Rangel Reale
|
92ba6563f0
|
* Added unit test to JSON unicode change
|
2012-12-28 21:19:53 -02:00 |
|
aleks-f
|
413db6d246
|
clean temp file garbage
|
2012-12-14 19:53:59 -06:00 |
|
aleks-f
|
2a81e59e8c
|
MySQL DateTime support, samples Linux compile
|
2012-12-14 19:48:10 -06:00 |
|
aleks-f
|
4a5cb5031b
|
fixed resolution fo Int64
|
2012-12-14 14:03:14 -06:00 |
|
Mike Naquin
|
25811d4c64
|
Add 64-bit integer JSON unit test
|
2012-12-13 09:38:24 -06:00 |
|
aleks-f
|
1b14088283
|
GH31: JSON implementation bug
fixed GH #31: JSON implementation bug
|
2012-12-11 20:27:47 -06:00 |
|
aleks-f
|
42d963a7d5
|
GH 23: JSON::Object::stringify throw BadCastException
GH issue #23 : JSON::Object::stringify throw BadCastException
|
2012-12-02 22:12:06 -06:00 |
|
Guenter Obiltschnig
|
8b91562dbd
|
more line ending fixes
|
2012-11-11 11:07:27 +01:00 |
|
Guenter Obiltschnig
|
87d7739f3d
|
removed .vcxproj.user files
|
2012-11-11 10:53:02 +01:00 |
|
Guenter Obiltschnig
|
79eab26377
|
the great line endings cleanup
|
2012-11-11 09:57:01 +01:00 |
|
Guenter Obiltschnig
|
2eb27b30b5
|
fixed JSON testsuite errors and warnings with VS2012
|
2012-10-14 15:51:23 +00:00 |
|
Guenter Obiltschnig
|
f5351b2f49
|
fixed 2012/64 project files
|
2012-10-14 14:55:49 +00:00 |
|
Guenter Obiltschnig
|
b90307c200
|
fixed vs2010 testsuite project files
|
2012-10-14 10:50:44 +00:00 |
|
Guenter Obiltschnig
|
d1e912ed46
|
fixed project files
|
2012-10-14 08:58:13 +00:00 |
|
Guenter Obiltschnig
|
1ce7c4e3d4
|
missing project files
|
2012-10-14 07:54:09 +00:00 |
|
Guenter Obiltschnig
|
d9a7c99c2d
|
set WINVER to 0x501
|
2012-10-14 07:52:00 +00:00 |
|
Aleksandar Fabijanic
|
f70ac1ca07
|
- added NumericString.h
- NumberParser improvements (internal Poco locale-awareness and parsing)
|
2012-09-30 05:17:56 +00:00 |
|
Franky Braem
|
6918d6f91a
|
Correct comments
|
2012-09-28 16:52:42 +00:00 |
|
Aleksandar Fabijanic
|
fb275a9a30
|
Visual Studio 2012 projects and solutions files
|
2012-09-25 05:35:44 +00:00 |
|
Guenter Obiltschnig
|
244f0aaf5a
|
fixed a typo
|
2012-09-25 04:24:25 +00:00 |
|