Skip to content

Releases: babelouest/yder

Release 1.4.20

16 Sep 21:40
dffe82c
Compare
Choose a tag to compare
  • cmake: remove DownloadProject feature, now dependencies must be previously installed

Release 1.4.19

05 Jan 13:34
e9261ff
Compare
Choose a tag to compare
  • Improve cmake script and MSVC support
  • Build with flag -Wconversion

Release 1.4.18

15 Oct 16:41
2d52b51
Compare
Choose a tag to compare
  • Minor bugfixes

Release 1.4.17

29 May 18:19
28206b2
Compare
Choose a tag to compare
  • Fix CMAKE_MODULE_PATH who was used as single value (for real)

Release 1.4.16

28 May 17:47
073fcc2
Compare
Choose a tag to compare
  • 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

Release 1.4.15

09 Mar 23:18
d4323a5
Compare
Choose a tag to compare
  • Use o_strnullempty instead of o_strlen to check if a char * has data

Release 1.4.14

02 Jun 12:50
2c2cd0b
Compare
Choose a tag to compare
  • Add ld flags in libyder.pc on static build

Release 1.4.13

01 Mar 18:45
75b43ff
Compare
Choose a tag to compare
  • Use gmtime_s on Windows (Thanks @sudhip)

Release 1.4.12

28 Aug 17:31
c755983
Compare
Choose a tag to compare
  • Use gmtime_r instead of localtime
  • Fix documentation typos

Release 1.4.11

03 Jul 18:08
d3e5d28
Compare
Choose a tag to compare
  • Update CI pipelines
  • cmake script: Add option DOWNLOAD_DEPENDENCIES
  • Harmonize licenses
  • Fix install pkgconfig by Makefile