Skip to content

Releases: likle/cwalk

v1.2.9

03 Feb 09:19
Compare
Choose a tag to compare

Bugfixes

  • fixed pkg-config paths (thanks to @FluffyFoxUwU)

v1.2.8

02 Feb 11:52
Compare
Choose a tag to compare

Bugfixes

  • fixed wrong link in cwk_path_join docs (thanks to @freevryheid)
  • fixed build warning with meson (by @Jules-L)

Enhancements

  • removed LGTM badge from README since it is no longer available
  • meson supports building of tests (by @Jules-L)
  • added pkg-config file in cmake installations
  • Respecting GNUInstallDirs in cmake (by @davidebeatrici)
  • FreeBSD is now officially tested and supported
  • Builds are now done using github workflows

v1.2.7

29 May 16:05
Compare
Choose a tag to compare

Bugfixes

  • Added missing semicolon in docs for cwk_path_intersection.
  • Fixed windows path root separatos not being normalized #29 (reported by @ThakeeNathees)

Enhancements

  • Added two additional simple tests for cwk_path_is_absolute (thanks to @kampeador).
  • Added ENABLE_TESTS flag to documentation.
  • Added jekyll_cache to gitignore.
  • Made length parameter optional for cwk_path_get_basename (thanks to @noodlecollie).
  • cwalk is now in the clib ecosystem (thanks to @jwerle).

v1.2.6

02 Sep 09:10
Compare
Choose a tag to compare

Bugfixes

  • Removed unnecessary variable initialization which triggered static analyzers (reported by @AngeloFrangione)
  • Fixed comparing paths with unequal string length #23 (reported by @aomsin2526)

Enhancements

  • Fixed link in documentation
  • Added IGNORE_WARNINGS to CMake in order to disable warnings

v1.2.5

27 Nov 07:40
Compare
Choose a tag to compare

Bugfixes

  • Fixed cwk_path_get_relative when called with path without segments (#17 submitted by @winterland1989)
  • Fixed cwk_path_get_relative when called with unequal roots (#17 submitted by @winterland1989)

Enhancements

  • Only build tests with cmake if -DENABLE_TESTS=1 is supplied
  • Functions are exported properly for shared libraries
  • Install instructions were added to cmake
  • Added support for cmake find_package

v1.2.4

05 Oct 15:23
Compare
Choose a tag to compare

Bugfixes

  • Fixed cwk_path_get_previous_segment with a one char segment in the beginning (by @Ilya33)
  • Fixed output documentation of cwk_path_get_previous_segment (by @Ilya33)
  • Fixed output of cwk_path_get_absolute with a relative base on windows (#14 reported by @bgrieco)

v1.2.3

10 Aug 21:14
Compare
Choose a tag to compare

Bugfixes

  • Fixed absolute path generation when reusing buffers (#11 reported by @nitz)
  • Fixed -Wsign-conversion warnings (by @mupfelofen-de)
  • Warnings are now enabled for test target
  • Fixed documentation footer on large displays

Enhancements

  • Builds are now testet on Ubuntu 18.04

v1.2.2

02 Jan 11:15
Compare
Choose a tag to compare

Features

Bugfixes

  • Fixed signedness warnings in tests [-Werror] (by @forGGe)

Enhancements

  • Added builddir to .gitignore
  • Removed version numbers from build files
  • Added extern "C" (by @dkowl)
  • Removed C99 designated initializers (by @dkowl)

v1.2.1

11 Jun 16:54
Compare
Choose a tag to compare

Bugfixes

Enhancemets

  • Added direct embedding instructions
  • Added clone instructions to the embed page

v1.2.0

06 Nov 16:53
Compare
Choose a tag to compare

Features

Bugfixes

Enhancements

  • Removed ctest instructions from documentation.
  • Improved coloring of documentation.