Releases: lu-value/libft
Releases · lu-value/libft
Release v1.0.14-mac
refactor(gnl): fortytwo norm. (#20)
Release v1.0.14-linux
refactor(gnl): fortytwo norm. (#20)
Release v1.0.13-mac
[WIP] Fix CI/CD and Makefile for Mac and Linux builds (#18) (#19) * Initial plan * Fix Makefile and CI/CD for cross-platform Linux + macOS support --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Release v1.0.13-linux
[WIP] Fix CI/CD and Makefile for Mac and Linux builds (#18) (#19) * Initial plan * Fix Makefile and CI/CD for cross-platform Linux + macOS support --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Release v1.0.9
feat(bit): get bit function (#12) * feat(bit): get bit function * Update src/ft_get_bit.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/ft_get_bit.c Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update includes/libft.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Luis Mouta Guedes Silva <lmouta-g@f6r9s3.clusters.42paris.fr> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Release v1.0.8
Add MIT License (#11) * Initial plan * Add MIT License and update README
Release v1.0.7
Fix Makefile race condition in `re` rule with parallel jobs (#9) * Initial plan * Fix Makefile race condition with parallel jobs
Release v1.0.6
Fix ft_strlen segfault on NULL pointer (#7) * Initial plan * Add NULL pointer check to ft_strlen to prevent segfault
Release v1.0.5
Add libft.h to release assets (#4)
Release v1.0.4
Add ft_gnl function * Add ft_gnl function * Update src/ft_gnl.c * Initial plan