gbrochar
  • Joined on 2020-11-20
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 pushed to libft_submodule at gbrochar/ft_nm 2024-03-13 14:42:12 +00:00
09440fd042 chore(libft): try submodule
gbrochar created branch libft_submodule in gbrochar/ft_nm 2024-03-13 14:42:12 +00:00
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)
gbrochar pushed to main at gbrochar/libasm 2024-03-10 05:28:24 +00:00
73d921ebc7 fix(list_sort): change rbx for rcx (caller saved)
gbrochar pushed to main at gbrochar/libasm 2024-03-10 05:21:19 +00:00
30ee274862 feat(list_sort): dirty
83d43c88fc fix(strcmp): set rax and rbx to 0 before cmp
Compare 2 commits »
gbrochar pushed to main at gbrochar/libasm 2024-03-08 19:16:02 +00:00
62e5d095b6 feat(bonus): size and push_front OK, sort WIP