Skip to content

Releases: lu-value/libft

Release v1.0.14-mac

04 Mar 10:21
9915726

Choose a tag to compare

refactor(gnl): fortytwo norm. (#20)

Release v1.0.14-linux

04 Mar 10:20
9915726

Choose a tag to compare

refactor(gnl): fortytwo norm. (#20)

Release v1.0.13-mac

03 Mar 13:33
1e97819

Choose a tag to compare

[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

03 Mar 13:33
1e97819

Choose a tag to compare

[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

19 Feb 11:15
6b8a53d

Choose a tag to compare

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

02 Feb 13:07
52e4bd3

Choose a tag to compare

Add MIT License (#11)

* Initial plan
* Add MIT License and update README

Release v1.0.7

02 Feb 12:59
f611805

Choose a tag to compare

Fix Makefile race condition in `re` rule with parallel jobs (#9)

* Initial plan
* Fix Makefile race condition with parallel jobs

Release v1.0.6

02 Feb 12:53
75951b2

Choose a tag to compare

Fix ft_strlen segfault on NULL pointer (#7)

* Initial plan
* Add NULL pointer check to ft_strlen to prevent segfault

Release v1.0.5

29 Jan 21:57
93ded31

Choose a tag to compare

Add libft.h to release assets (#4)

Release v1.0.4

28 Jan 22:48
8704e13

Choose a tag to compare

Add ft_gnl function

* Add ft_gnl function
* Update src/ft_gnl.c
* Initial plan