index
:
libft.git
cub3d
fractol
ft_ls
ft_select
ft_ssl
malloc
master
minishell
push_swap
rendu
scop
School project: Rewritting some libc functions and adding new ones
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2020-02-10
Added ft_lstsort, ft_lstsorted_merge
Charles
2020-02-09
Added btree basic
Charles
2020-02-02
hash table unit testing, norming
Charles
2020-01-30
making hashtable compile
Charles
2020-01-30
Renaming t_list -> t_ftlst, changing feature adding by header
Charles
2020-01-30
renaming header files, .libftignore file for simpler features selection
Charles
2020-01-30
hash table draft
Charles
2020-01-17
Splited include like src/, Adding feature toggle protection in header
Charles
2020-01-16
Merge push_swap to master
Charles
(optimized ft_memcpy, ft_memset)
2020-01-16
Features toggle to avoid bloat and unauthorized functions, config file, ↵
Charles
script to generate a rendu branch
2020-01-15
Fix strtol, Added list reverse functions
Charles
2020-01-15
Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ↵
Charles
use ft_strtol
2020-01-15
splited src in category, more generic makefile
Charles
2020-01-15
Move *.o -> src/, *.h -> include/ and *.o -> build
Charles