Releases: babelouest/orcania
Releases · babelouest/orcania
Release 2.3.3
- Enforce base64decode
Release 2.3.2
- Improve cmake script and MSVC support
- Build with flag
-Wconversion
Release 2.3.1
- Minor bugfixes
Release 2.3.0
- Add
o_base64_encode_alloc
,o_base64_decode_alloc
,o_base64url_encode_alloc
,o_base64url_decode_alloc
,o_base64url_2_base64_alloc
,o_base64_2_base64url_alloc
- Fix pkg-config file with absolute path for
CMAKE_INSTALL_{INCLUDE,LIB}DIR
, Closes #27
Release 2.2.2
- Add
o_strnullempty
- Breaking:
trimwhitespace
now returnsconst char *
instead ofchar *
, might give compiler warning - Refactor
o_base64*
functions
Release 2.2.1
- Add ld flags in liborcania.pc on static build
Release 2.2.0
- Add command-line tool
base64url
which is similar to GNUbase64
tool but forbase64url
format
Release 2.1.1
- Harmonize and fix license
- Fix doc generator
- Rework
mstrcatf
- Fix
pkgconfig
install on Makefile - Add simple API documentation summary
Release 2.1.0
- Add doxygen documentation
- Add functions
pointer_list_clean_free
,pointer_list_remove_at_free
andpointer_list_remove_pointer_free
split_string
returnssize_t
- Add functions
o_strnchr
ando_strrnchr
- Add function
trimcharacter
- Improve
o_base64_decode
if input data is invalid
Release 2.0.1
- Fix double free() on
pointer_list_remove_at
- Fix build for MacOSX (thanks JohnAZoidberg!)
- Clean build process
- Fix config option STRTSR so cmake and makefile will use the same name