Skip to content

Releases: dop42/libft

Release v1.0.16-linux

Choose a tag to compare

@github-actions github-actions released this 09 Apr 22:31
feat: add write_console function for colored logging and improve gnl …

Release v1.0.15-linux

Choose a tag to compare

@github-actions github-actions released this 09 Apr 22:10
refactor: reorganize libft sources, update includes, add ft_printf, a…

Release v1.0.14-mac

Choose a tag to compare

@github-actions github-actions released this 04 Mar 10:21
9915726
refactor(gnl): fortytwo norm. (#20)

Release v1.0.14-linux

Choose a tag to compare

@github-actions github-actions released this 04 Mar 10:20
9915726
refactor(gnl): fortytwo norm. (#20)

Release v1.0.13-mac

Choose a tag to compare

@github-actions github-actions released this 03 Mar 13:33
1e97819
[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

Choose a tag to compare

@github-actions github-actions released this 03 Mar 13:33
1e97819
[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

Choose a tag to compare

@github-actions github-actions released this 19 Feb 11:15
6b8a53d
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

Choose a tag to compare

@github-actions github-actions released this 02 Feb 13:07
52e4bd3
Add MIT License (#11)

* Initial plan
* Add MIT License and update README

Release v1.0.7

Choose a tag to compare

@github-actions github-actions released this 02 Feb 12:59
f611805
Fix Makefile race condition in `re` rule with parallel jobs (#9)

* Initial plan
* Fix Makefile race condition with parallel jobs

Release v1.0.6

Choose a tag to compare

@github-actions github-actions released this 02 Feb 12:53
75951b2
Fix ft_strlen segfault on NULL pointer (#7)

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