namazso
e84f6fc83c
forgot this one
2020-12-01 23:28:29 +01:00
namazso
985722a3c3
fix doxygen problems
2020-12-01 21:32:15 +01:00
Rafa García
1c62646c71
Merge pull request #8 from jesko42/fix_vs_warnings
...
Fix vs warnings
2020-04-17 23:03:00 +02:00
Jesko (Cetus)
4007925344
Merge branch 'fix_vs_warnings' of github.com:jesko42/tiny-json into fix_vs_warnings
2020-03-28 19:40:53 +01:00
Jesko (Cetus)
68f36c736f
tiny-json.c(84): warning C4204: Nicht dem Standard entsprechende Erweiterung: Initialisierung für zusammengesetzten Typ ist keine Konstante
...
tiny-json.c(296): warning C4244: "Initialisierung": Konvertierung von "__int64" in "const unsigned int", möglicher Datenverlust
2020-03-28 19:39:54 +01:00
Jesko (Cetus)
72f015286d
tiny-json.c(84): warning C4204: Nicht dem Standard entsprechende Erweiterung: Initialisierung für zusammengesetzten Typ ist keine Konstante
...
tiny-json.c(296): warning C4244: "Initialisierung": Konvertierung von "__int64" in "const unsigned int", möglicher Datenverlust
2020-03-28 19:35:44 +01:00
Rafa García
1fe46ee557
Merge pull request #7 from AlamyLiu/fix_from_Alamy
...
Fix from alamy
2020-03-14 00:55:26 +01:00
Alamy Liu
bc67e17024
Fix ArmClang compiling error: isdigit()
...
Signed-off-by: Alamy Liu <alamy.liu@gmail.com>
2020-02-28 14:17:57 -08:00
Alamy Liu
6d3025be56
Allow escape/special character in string
...
Consider the case of PEM certificate.
This modification give it a chance to scan over those
escape characters. e.g.:
'\t': 0x09
'\n': 0x0A
Signed-off-by: Alamy Liu <alamy.liu@gmail.com>
2020-02-27 12:01:25 -08:00
Rafa García
fdb66f1037
Update FUNDING.yml
2020-02-01 23:52:38 +01:00
Rafa García
d88e5c8b5b
Create FUNDING.yml
2020-02-01 23:51:55 +01:00
Rafa García
c5bedcc136
Update README.md
2019-07-06 01:46:12 +02:00
rafagafe
58200fff5c
folder refactor
2019-03-28 01:24:37 +01:00
Rafa García
93f3b61eb0
Merge pull request #5 from jurgen178/jurgen178-patch-1
...
Jurgen178 patch 1
2018-12-28 22:54:18 +01:00
Jürgen Eidt
f59ab0a051
Update tiny-json.h
...
Replaced keyword in struct jsonPool_s to fix error in Visual Studio
2018-12-26 13:05:35 -08:00
Jürgen Eidt
1d599e855b
Update tiny-json.c
...
Replaced keyword in struct jsonPool_s to fix error in Visual Studio
2018-12-26 13:03:45 -08:00
Rafa García
34eb191ba0
Create CODE_OF_CONDUCT.md
2018-11-30 16:19:59 +01:00
rafagafe
8a225f7ac1
Workaround makefile
2018-11-17 01:21:12 +01:00
rafagafe
03ca43a55f
Workaround makefile
2018-11-15 01:08:21 +01:00
rafagafe
a087bcabb5
Remove GNU extensions and some refactors are made.
2018-11-15 00:43:30 +01:00
Rafa García
2b1bdd791d
Merge pull request #4 from themiron/master
...
Implement custom pool API
2018-11-12 12:50:48 +01:00
Vladislav Grishenko
b3804dcf50
Implement custom pool API
...
Now it's poosible to use any custom pool allocation, i.e
preallocated pools or dymamic allocation on fly.
2018-11-10 23:37:33 +05:00
rafagafe
9052ef2473
Use standard library.
2018-09-24 00:42:03 +02:00
rafagafe
6eb10abcb3
Update README.md
2018-09-19 00:44:55 +02:00
rafagafe
d03d55013f
Merge branch 'master' of https://github.com/rafagafe/tiny-json
2018-09-01 01:25:18 +02:00
rafagafe
555eeeee15
Fix license date and refactor test.
2018-09-01 01:25:10 +02:00
rafagafe
2876ec9636
Add build status to readme file
2018-08-29 18:32:26 +02:00
rafagafe
4333bf4489
Set C99 compile flag
2018-08-29 18:24:34 +02:00
rafagafe
35a79f7d67
Add travis yml
2018-08-29 18:20:27 +02:00
rafagafe
e9026cf18e
Delete README-FIX.md
2018-08-29 17:57:36 +02:00
rafagafe
e9dff44aaa
Create license
2018-08-29 17:55:04 +02:00
rafagafe
22b6651a30
License banners workaround
2018-08-29 17:53:04 +02:00
rafagafe
65a8d22861
A unused function is removed.
2018-05-14 13:01:35 +02:00
rafagafe
af3ee3adfe
The warning all flag is added.
2018-05-14 13:01:12 +02:00
rafagafe
dbb92f7c14
Merge pull request #3 from PetersSharp/master
...
update warnings about differ in signedness
2018-05-14 12:55:49 +02:00
PetersSharp
dc69989b99
update warnings about differ in signedness
...
- tiny-json.c: In function 'parseString':
- tiny-json.c:124:13: warning: pointer targets in return differ in signedness [-Wpointer-sign]
- tiny-json.c:128:17: warning: pointer targets in passing argument 1 of 'getCharFromUnicode' differ in signedness [-Wpointer-sign]
- tiny-json.c:105:13: note: expected 'const char *' but argument is of type 'unsigned char *'
2018-05-14 02:32:02 +03:00
rafagafe
848cf48c08
Update read me file
2018-05-13 23:12:38 +02:00
rafagafe
5381e5027b
Fix non-english characters
2018-05-12 19:26:50 +02:00
rafagafe
b1d8a0cbd6
Merge pull request #2 from PetersSharp/master
...
update warning unnamed structs/unions
2018-04-28 01:31:49 +02:00
PetersSharp
421fbd3501
update warning unnamed structs/unions
...
fix warning: ISO C99 doesn't support unnamed structs/unions
2018-04-26 13:47:54 +03:00
rafagafe
2e98dd7e63
Merge pull request #1 from vanjoe/master
...
Speed up adding of large arrays.
2018-04-10 22:29:50 +02:00
Joel Vandergriendt
a2fdcc20e0
speed up large arrays
2018-03-29 13:33:54 -07:00
Joel Vandergriendt
2f6c919986
speed up large arrays
2018-03-29 13:33:51 -07:00
rafagafe
210935cb44
Refactor comments.
2017-06-07 13:37:55 +02:00
rafagafe
f48dd80a50
Added header to tests file.
2017-05-20 00:46:04 +02:00
rafagafe
529f854675
Remove magic numbers.
2017-05-20 00:21:27 +02:00
rafagafe
e628e40f01
Update README
2017-04-06 14:40:31 +02:00
rafagafe
cac8c847b7
Refactor
2017-04-05 09:43:01 +02:00
rafagafe
4b5187975e
More tests are added.
2017-04-05 09:10:24 +02:00
rafagafe
ee1fc22090
Merge branch 'master' of https://github.com/rafagafe/tiny-json
2017-04-05 02:27:05 +02:00