yder

Logging library for C applications

LGPL-2.1 License

Downloads
3
Stars
21
Committers
9

Bot releases are visible (Hide)

yder - Release 1.4.20 Latest Release

Published by babelouest about 1 year ago

  • cmake: remove DownloadProject feature, now dependencies must be previously installed
yder - Release 1.4.19

Published by babelouest almost 2 years ago

  • Improve cmake script and MSVC support
  • Build with flag -Wconversion
yder - Release 1.4.18

Published by babelouest about 2 years ago

  • Minor bugfixes
yder - Release 1.4.17

Published by babelouest over 2 years ago

  • Fix CMAKE_MODULE_PATH who was used as single value (for real)
yder - Release 1.4.16

Published by babelouest over 2 years ago

  • Fix pkg-config file with absolute path for CMAKE_INSTALL_{INCLUDE,LIB}DIR
  • Fix CMAKE_MODULE_PATH who was used as single value
  • Add y_set_split_message_newline to split log messages on newline characters
yder - Release 1.4.15

Published by babelouest over 2 years ago

  • Use o_strnullempty instead of o_strlen to check if a char * has data
yder - Release 1.4.14

Published by babelouest over 3 years ago

  • Add ld flags in libyder.pc on static build
yder - Release 1.4.13

Published by babelouest over 3 years ago

  • Use gmtime_s on Windows (Thanks @sudhip)
yder - Release 1.4.12

Published by babelouest about 4 years ago

  • Use gmtime_r instead of localtime
  • Fix documentation typos
yder - Release 1.4.11

Published by babelouest over 4 years ago

  • Update CI pipelines
  • cmake script: Add option DOWNLOAD_DEPENDENCIES
  • Harmonize licenses
  • Fix install pkgconfig by Makefile
yder - Release 1.4.10

Published by babelouest over 4 years ago

  • Add y_set_date_format, closes #17
  • Remove generated doc from source package
yder - Release 1.4.9

Published by babelouest over 4 years ago

  • Fix pkgconfig dependency
  • Add doxygen documentation
yder - Release 1.4.8

Published by babelouest about 5 years ago

  • Avoid running y_init_logs without closing between
yder - Release 1.4.7

Published by babelouest over 5 years ago

  • Fix build for MacOSX (thanks JohnAZoidberg!)
  • Clean build process
  • Clean static variables if error initializing logs with file
yder - Release 1.4.6

Published by babelouest over 5 years ago

  • Fix package dependencies in cmake script
yder - Release 1.4.5

Published by babelouest over 5 years ago

  • Install pkgconfig file when using Makefile
  • Update src/Makefile to show more information
  • Adapt for MSVC
  • Fix pkgconfig bugs
yder - Release 1.4.4

Published by babelouest almost 6 years ago

  • Improve build config file and install headers
yder - Release 1.4.3

Published by babelouest about 6 years ago

  • Add config file yder-cfg.h dynamically built with the options
yder - Release 1.4.2

Published by babelouest about 6 years ago

  • Add Travis CI
  • Change cmake option BUILD_TESTING to BUILD_YDER_TESTING
  • Add RPM in CMake script package
yder - Release 1.4.1

Published by babelouest about 6 years ago

  • Fix a bug about including time.h in the wrong place