Jason Turner
|
83b7973cb8
|
Fix parsing of negative numbers
|
2017-01-31 15:41:21 -08:00 |
|
Jason Turner
|
b1f1803759
|
Some cleanups found by clang's analyzer
|
2016-10-28 14:53:01 -06:00 |
|
Jason Turner
|
62639a4359
|
Get building with libc++ again
|
2016-06-29 16:06:27 -06:00 |
|
Jason Turner
|
1cd7a1b972
|
Change unsigned to size_t
|
2016-03-16 19:59:56 -06:00 |
|
Jason Turner
|
df9466e2a7
|
Remove unneeded overloads / make explicit
|
2016-03-16 19:50:59 -06:00 |
|
Jason Turner
|
dc8aa372c1
|
Less manual managing of JSON internal state
|
2016-03-16 19:39:10 -06:00 |
|
Jason Turner
|
bcc25222dd
|
Code reorg to reduce anon namespace
|
2016-03-16 19:08:50 -06:00 |
|
Jason Turner
|
6507a6e68e
|
Update naming of JSON functions
|
2016-03-16 18:52:02 -06:00 |
|
Jason Turner
|
5872b020fa
|
First pass at updating JSON lib
* eliminate manual memory management
|
2016-03-16 18:32:10 -06:00 |
|
Jason Turner
|
ad7e2138d9
|
Various Windows fixes
|
2016-03-04 17:39:32 -07:00 |
|
Jason Turner
|
5a03c88ee3
|
Add -Wconvert and address the warnings from it
closes #254
|
2016-03-02 17:40:15 -07:00 |
|
Jason Turner
|
d0630d5edd
|
Attempt to fix warning from MSVC
|
2016-02-01 15:24:08 -07:00 |
|
Joshua Boyce
|
e60eabbeb2
|
Fix another multiply defined symbol.
|
2015-12-26 03:04:05 -08:00 |
|
Joshua Boyce
|
c249bef27d
|
Fix multiply defined symbols.
|
2015-12-26 03:03:24 -08:00 |
|
Jason Turner
|
9d18360333
|
Older compiler backport issues
|
2015-10-02 12:46:50 -06:00 |
|
Jason Turner
|
41e9027d9a
|
Octal escape codes supported #211
|
2015-10-02 11:45:28 -06:00 |
|
Jason Turner
|
b434d26a5d
|
Add json tests
|
2015-09-30 14:24:56 -06:00 |
|
Jason Turner
|
681f18ee62
|
backport JSON for G++4.6
|
2015-09-21 12:27:33 -06:00 |
|
Jason Turner
|
85ac1052dd
|
Initial support for export to JSON
|
2015-09-20 16:19:11 -06:00 |
|
Jason Turner
|
8024edeadf
|
Fix some JSON parsing bug with short strings
|
2015-09-20 15:46:05 -06:00 |
|
Jason Turner
|
f9f1d5807a
|
Basic support for parsing of JSON objects
|
2015-09-20 15:35:53 -06:00 |
|