Commit graph

132 commits

Author SHA1 Message Date
CK Tan
3941e0bade add sample program 2020-11-01 18:31:50 -08:00
CK Tan
7a3e402cee readme 2020-11-01 18:17:31 -08:00
CK Tan
a28aae757f readme 2020-11-01 18:05:37 -08:00
CK Tan
6e1f2e3db8 readme 2020-11-01 17:55:33 -08:00
CK Tan
84fd6725e0 Merge branch 'master' of github.com:cktan/tomlc99 2020-11-01 17:53:04 -08:00
CK Tan
71a9fd9772 Add enhanced access methods 2020-11-01 17:52:57 -08:00
CK Tan
d17c005da8
Update README.md 2020-11-01 01:18:30 -07:00
CK Tan
3c50f43516
Update README.md 2020-11-01 01:18:00 -07:00
CK Tan
7a3f8afc15
Update README.md 2020-11-01 01:17:17 -07:00
CK Tan
5be06807ad remove use of calloc 2020-10-27 16:59:43 -07:00
CK Tan
bc6f2fa6b8 remove use of realloc 2020-10-27 03:32:22 -07:00
CK Tan
2e8feafae8 enhance toml_set_memutil to assign default 2020-10-26 13:52:28 -07:00
CK Tan
1901ac3166 remove use of setjmp/longjmp 2020-10-25 18:48:14 -07:00
CK Tan
ddb9cc4eeb
Merge pull request #43 from TNTINC/patch-1
Update README.md
2020-09-21 21:47:58 -07:00
Fridfinnur M
4b42548c3d
Update README.md 2020-09-18 16:39:53 +00:00
CK Tan
e3a03f5ec7
Update README.md 2020-08-18 14:46:20 -07:00
CK Tan
9ea8eedd85 updated Note.txt to reflect expected error conditions in test2/ 2020-07-14 16:57:35 -07:00
CK Tan
b539e3f20e minor 2020-07-09 16:50:57 -07:00
CK Tan
d879b89737
Merge pull request #42 from DerekCresswell/reformat-readme
Use custom types to help with clarity between raw and processed types
2020-07-09 16:48:05 -07:00
dcresswell
5d1d8e3389 Adds toml_raw_t to seperate raw and processed data
This just makes it more obvious that toml_raw_at returns a incomplete
bit of data. Users can easily see how to use rto* with this.
2020-07-08 21:45:48 -07:00
dcresswell
e1e7369907 Reformats Readme to provide better instructions
This makes the Readme much cleaner so new users have an easier time
starting out with this library.
2020-07-08 21:39:34 -07:00
CK Tan
a1d23056ac fixed const qual warning as suggested by @mheily 2020-07-08 02:26:12 -07:00
CK Tan
7af2dbf91f use static decl for local STRDUP, STRNDUP funcs 2020-07-08 02:13:18 -07:00
CK Tan
8a5050696f
Merge pull request #39 from gotnone/editorconfig
Add editorconfig file
2020-07-07 22:19:23 -07:00
CK Tan
a94dbebc17
Merge pull request #40 from gotnone/const
Add const qualifiers for access functions
2020-07-07 22:15:40 -07:00
Stanley Pinchak
f25dee1273 Add editorconfig file 2020-06-17 17:43:36 -05:00
Stanley Pinchak
8278e68df9 Add const qualifiers for access functions
The access functions do not mutate the toml_table.
Add const qualifiers to the parameters which are not mutated.
2020-06-17 17:39:24 -05:00
CK Tan
c59fa7a058 Note.txt 2020-06-13 16:19:27 -07:00
CK Tan
5bc8f64fdd Note.txt 2020-06-13 16:18:57 -07:00
CK Tan
cdbb9decfb Fixed issue #33 2020-02-08 12:54:09 -08:00
CK Tan
eaa5d04539 fix memory leak 2020-01-18 10:46:14 -08:00
CK Tan
4078d23a33 restructure and clean up toml_rtos 2019-12-29 11:55:17 -08:00
CK Tan
416be8de63 re-indent 2019-12-29 11:35:24 -08:00
CK Tan
10787cbff9 re-indent 2019-12-29 11:34:12 -08:00
CK Tan
532239d83a
Merge pull request #30 from theakman2/issue_29_strndup_memory_leak_fix
Fix for #29: STRNDUP memory leak fix
2019-12-29 11:30:30 -08:00
Theak
7efd69ca83 Fix for #29: STRNDUP memory leak fix 2019-12-29 14:09:02 +00:00
CK Tan
b92d6a2c82 remove use of dummy errbuf due to benign gcc warnings 2019-11-03 09:06:01 -08:00
CK Tan
f31bcd0adf prettier prints 2019-10-10 17:34:45 -07:00
CK Tan
f782b12864 test output from jq needs to be sorted 2019-10-10 17:32:54 -07:00
CK Tan
2453664abb updated test2/run.sh 2019-10-10 04:15:45 -07:00
CK Tan
987f4ef0d7 refine run.sh 2019-10-10 01:28:09 -07:00
CK Tan
685ca97470 refine run.sh 2019-10-10 01:23:20 -07:00
CK Tan
896561d5b7 update test2 2019-10-10 01:11:52 -07:00
CK Tan
9ed009b950 simplify example in README.md 2019-10-09 16:44:07 -07:00
CK Tan
a1a8911503
Updated Readme.md
v0.5 compliant
2019-10-09 16:40:11 -07:00
CK Tan
c32a6e92f1 v0.5 compliant 2019-10-08 16:58:18 -07:00
CK Tan
63793f92ef make STRDUP and STRNDUP static 2019-10-04 10:08:57 -07:00
CK Tan
bc951780ab tabify 2019-10-02 01:12:46 -07:00
CK Tan
15f44eba49 tabify 2019-10-02 01:11:34 -07:00
CK Tan
c5907e1504 use memutil functions for strdup and strndup 2019-09-27 16:32:59 -07:00