gbrochar
  • Joined on 2020-11-20
gbrochar pushed to main at gbrochar/libft2 2024-03-14 11:07:31 +00:00
f4238872bb feat(ft_strncmp)
gbrochar deleted branch libft_submodule from gbrochar/ft_nm 2024-03-13 15:02:07 +00:00
gbrochar pushed to main at gbrochar/ft_nm 2024-03-13 15:01:28 +00:00
673c289b91 chore(Makefile): dl libft before build
fec6a59f6b fix(libft2): try submodule
09440fd042 chore(libft): try submodule
Compare 3 commits »
gbrochar pushed to libft_submodule at gbrochar/ft_nm 2024-03-13 15:00:11 +00:00
673c289b91 chore(Makefile): dl libft before build
gbrochar pushed to libft_submodule at gbrochar/ft_nm 2024-03-13 14:55:04 +00:00
fec6a59f6b fix(libft2): try submodule
gbrochar created branch libft_submodule in gbrochar/ft_nm 2024-03-13 14:42:12 +00:00
gbrochar pushed to libft_submodule at gbrochar/ft_nm 2024-03-13 14:42:12 +00:00
09440fd042 chore(libft): try submodule
gbrochar deleted branch master from gbrochar/libft2 2024-03-13 14:27:17 +00:00
gbrochar created branch main in gbrochar/libft2 2024-03-13 14:26:02 +00:00
gbrochar pushed to main at gbrochar/libft2 2024-03-13 14:26:02 +00:00
gbrochar created branch master in gbrochar/libft2 2024-03-13 14:25:47 +00:00
gbrochar pushed to master at gbrochar/libft2 2024-03-13 14:25:47 +00:00
e6177d9429 feat(ft_strdup|ft_strlen)
gbrochar created repository gbrochar/libft2 2024-03-13 14:22:30 +00:00
gbrochar pushed to main at gbrochar/ft_nm 2024-03-12 19:25:09 +00:00
e98394cc4c chore: Makefile and file structure
gbrochar pushed to main at gbrochar/libasm 2024-03-11 16:30:45 +00:00
8dbf43ef0c clean: better comments and code
gbrochar pushed to main at gbrochar/libasm 2024-03-11 15:36:57 +00:00
2419433d71 test(base)
gbrochar pushed to main at gbrochar/libasm 2024-03-11 15:04:23 +00:00
f091b6c53a test(bonus)
bb43c3b95a chore: comply with subject
Compare 2 commits »
gbrochar pushed to main at gbrochar/libasm 2024-03-11 14:15:11 +00:00
8331a437c0 feat(atoi_base): O(n) yay
gbrochar pushed to main at gbrochar/libasm 2024-03-10 19:07:35 +00:00
cd40b66c0e config(Makefile): remove -no-pie
gbrochar pushed to main at gbrochar/libasm 2024-03-10 19:06:32 +00:00
69b65b653a feat(list_remove_if)