Commit Graph

5 Commits (9eb249d3005e7a75594402d1ecb84cea8636d7d9)

Author SHA1 Message Date
nirenjan 989eb533f1 Add usage notes for module 2021-12-02 16:24:33 -08:00
nirenjan aa0a5545d0 Remove the use of config.h
Prior to this change, pinelog relied on an autoconf generated config.h
which checked if the compiler supports __attribute__ with constructor,
destructor and format. However, most modern compilers already have
support for this, and we can use the __has_attribute special operator
instead to check for this at compile time.

By eliminating the need to create a config.h file, it simplifies
integration into other projects that may not have one.
2021-08-25 12:07:40 -07:00
nirenjan 68d5aaef66 Update README to include destructor attribute 2021-07-16 08:33:22 -07:00
nirenjan 85ab66b323 Add usage and integration instructions to README 2021-07-14 12:32:12 -07:00
nirenjan 45762f497c Initial commit 2021-07-13 10:57:22 -07:00