aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/json
Commit message (Collapse)AuthorAge
* Merge pull request #2142 from murgatroid99/core_json_conversion_warningsGravatar Nicolas Noble2015-06-22
|\ | | | | Fixed integer conversion warnings in src/core/json
| * Fixed incorrect functional changeGravatar murgatroid992015-06-19
| |
| * Fixed conversion warnings in src/core/jsonGravatar murgatroid992015-06-19
| |
* | Adressing comments.Gravatar Julien Boeuf2015-06-18
|/
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Addressing security concerns.Gravatar Nicolas Noble2015-02-23
| | | | | -) 0x7f (Backspace) isn't a printable character. -) use sizeof(var) instead of sizeof(type).
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* Fixing a couple of minor bugs, and adding a few tests.Gravatar Nicolas Noble2015-01-27
|
* Addressing latest comments.Gravatar Nicolas Noble2015-01-28
|
* Fixing a few typos.Gravatar Nicolas Noble2015-01-26
|
* Addressing comments.Gravatar Nicolas Noble2015-01-26
|
* Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22