Commit Graph

168 Commits

Author SHA1 Message Date
CK Tan 937d88e009 more tests 2021-03-07 02:29:43 -08:00
CK Tan 836ac94afe bug fix for timestmap 2021-03-07 02:26:19 -08:00
CK Tan 20bee50b59 minor fix 2021-03-07 01:07:03 -08:00
CK Tan 715fa54d45 fixed issue #51 2021-03-06 23:54:24 -08:00
CK Tan 1cfa8e42c4
Merge pull request #49 from mweshahy/patch-1
Add proper SONAME to TOML shared library
2021-02-16 17:12:38 -08:00
CK Tan fd82018f79 fix #50: crash on input 2021-02-16 17:10:51 -08:00
mweshahy 970ab84bae
Add proper SONAME to TOML shared library
This patch renames the shared library output to libtoml.so.$(LIB_VERSION) instead of libtoml.so. This matches the Yocto standards so that the library can be integrated into Yocto build.
2021-02-16 12:45:18 +01:00
CK Tan c5d2e37db7
updated 2021-01-27 18:53:31 -08:00
CK Tan e97a56633e minor 2021-01-09 17:19:09 -08:00
CK Tan 94ded5f2c1 readme 2020-12-22 23:09:36 -08:00
CK Tan 63feb40e3b readme 2020-12-05 15:45:30 -08:00
CK Tan 5039045945 minor 2020-12-05 14:25:39 -08:00
CK Tan 61557dcbaa revise example 2020-12-05 14:21:40 -08:00
CK Tan ae9514e87b revised example 2020-12-05 14:19:53 -08:00
CK Tan 13b8fde204
Update README.md 2020-12-04 14:30:15 -08:00
CK Tan f7fde945e6
Update README.md 2020-12-03 23:16:55 -08:00
CK Tan a2d704c7af Merge branch 'master' of github.com:cktan/tomlc99 2020-12-02 13:22:54 -08:00
CK Tan 72eda69b5a cleanup 2020-12-02 13:22:46 -08:00
CK Tan 51e9daabd2
Update README.md 2020-12-01 15:04:13 -08:00
CK Tan f7c39273fe readme 2020-11-24 04:54:40 -08:00
CK Tan 0a280911de readme 2020-11-24 04:52:20 -08:00
CK Tan ba73b18f50
Update README.md 2020-11-24 04:50:13 -08:00
CK Tan 32636ccd01
Update README.md 2020-11-24 04:49:46 -08:00
CK Tan e9ea925e05
Update README.md 2020-11-24 04:48:46 -08:00
CK Tan 579e72c377
Update README.md 2020-11-24 04:47:23 -08:00
CK Tan 5fb977508a
Update README.md 2020-11-13 13:14:16 -08:00
CK Tan 577e48e03f minor 2020-11-09 22:39:39 -08:00
CK Tan 1ee269d00c Merge branch 'master' of github.com:cktan/tomlc99 2020-11-09 14:02:26 -08:00
CK Tan 94136b9f04 slight change in returning timestamp. now returns a malloc-ed ptr 2020-11-09 14:00:27 -08:00
CK Tan 6c72be57df
Update README.md 2020-11-09 13:45:25 -08:00
CK Tan 893f24e206 rename toml_access_t -> toml_datum_t 2020-11-02 10:08:47 -08:00
CK Tan 3fdd187b2a rename toml_access_t -> toml_datum_t 2020-11-02 10:07:33 -08:00
CK Tan 26fdad9205 readme 2020-11-01 18:56:36 -08:00
CK Tan 5c60d1e15c cleanup 2020-11-01 18:55:16 -08:00
CK Tan f01507cabe readme 2020-11-01 18:41:46 -08:00
CK Tan 6eb7ea27f2 readme 2020-11-01 18:39:32 -08:00
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