aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-10Merge branch 'push_swap'Charles
2020-02-10Added ft_lstsort, ft_lstsorted_mergeCharles
2020-02-09Added btree basicCharles
2020-02-06Create LICENSEHappyTramp
2020-02-02hash table unit testing, normingCharles
2020-01-31Setup unit test with unityCharles
2020-01-30making hashtable compileCharles
2020-01-30Renaming t_list -> t_ftlst, changing feature adding by headerCharles
2020-01-30renaming header files, .libftignore file for simpler features selectionCharles
2020-01-30hash table draftCharles
2020-01-19Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_intCharles
2020-01-18Added ft_getchar and fixing strtolCharles
2020-01-17Splited include like src/, Adding feature toggle protection in headerCharles
2020-01-16Testing config with travisCharles
2020-01-16Trying Travis-CiCharles
2020-01-16Merge push_swap to masterCharles
2020-01-16Features toggle to avoid bloat and unauthorized functions, config file, scrip...Charles
2020-01-15Fix strtol, Added list reverse functionsCharles
2020-01-15Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ...Charles
2020-01-15splited src in category, more generic makefileCharles
2020-01-15Move *.o -> src/, *.h -> include/ and *.o -> buildCharles
2020-01-15Isolated get_next_line internalsCharles
2019-11-21WIP: adding ft_*printfCharles
2019-11-21ft_memset and ft_strlen optimizationCharles
2019-11-20Update README.mdCharles
2019-11-20Merge branch 'rendu'Charles
2019-11-20Merge branch 'rendu'Charles
2019-11-20refactored everythingCharles
2019-11-20Protected pre 2019 functionsCharles
2019-11-20Taking advantage of the ascii table tricksCharles
2019-11-16Linux OPEN_MAXCharles
2019-11-15Added ft_strcountCharles
2019-11-14ft_strjoin free variante using ft_strjoinCharles
2019-11-13Added get_next_lineCharles
2019-11-05Added ft_strjoin_free and ft_strjoin_free_snd, Removed ft_itoa_baseCharles
2019-10-25Added ft_itoa_baseCharles
2019-10-25Added strndup and lstpop_frontCharles
2019-10-25Rendu branch with less fancy stuffCharles
2019-10-24lstmap little fixrawCharles
2019-10-21Added protection on part2 and changed lstmap according to the subjectCharles
2019-10-21fixed strnstr, added protection on specific functions of part1Charles
2019-10-20Part1 refactoringCharles
2019-10-18Fixed ft_substr, added a few protection to list functionsCharles
2019-10-17More protectionCharles
2019-10-15Updated ft_lstiter and ft_lstmap according to the updated subjectCharles
2019-10-15Removed libft_bonus.hCharles
2019-10-15Fixed ft_split to destroy previous alloc if ENOMEMCharles
2019-10-12Fixed ft_strlcat and ft_strnstr to pass Libftest testsCharles
2019-10-09Small updateCabergs Charles
2019-10-09Normed, Makefile bonus ruleCabergs Charles