Commit graph

15 commits

Author SHA1 Message Date
CK Tan
d4c94500c4 fix: make install fail when libtoml.pc does not exist 2023-05-29 12:31:52 -07:00
CK Tan
d3a4391ae9 format 2022-01-05 06:02:11 +00:00
CK Tan
64e280e20b fix: Makefile install prefix missing for libtoml.pc #68 2021-12-16 13:36:32 -08:00
ownesis
8434e75006
Adding libtoml.pc for pkg-config (#63) 2021-12-10 17:01:52 -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
e97a56633e minor 2021-01-09 17:19:09 -08:00
CK Tan
577e48e03f minor 2020-11-09 22:39:39 -08:00
CK Tan
3941e0bade add sample program 2020-11-01 18:31:50 -08:00
CK Tan
71a9fd9772 Add enhanced access methods 2020-11-01 17:52:57 -08:00
CK Tan
5bc8f64fdd Note.txt 2020-06-13 16:18:57 -07:00
CK Tan
4a31cd8cbf use the default CC per makefile var 2019-09-12 21:56:11 -07:00
Oliver Breitwieser
93cae7a0e6 Add rules for libtoml.so to Makefile 2019-06-24 16:53:21 +02:00
CK Tan
0ce0c0d9d0 handle make DEBUG=1 2019-02-19 15:52:01 -08:00
CK Tan
a0b45225e2 Fixes as suggested by mytchel
1. A critical bug in toml_parse_file when the file is empty
2. Add toml_cat.c to makefile
3. Other misc fixes related to error handling
2017-08-07 14:47:59 -07:00
CK Tan
09de99f7a8 Init. 2017-03-18 14:20:51 -07:00