aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-04-03Added Dynamic string struct (no test, no doc)Charles
2020-04-03Changing hash table del function to regular one with a first order internal f...Charles
2020-04-03Added ft_fnmatch functionCharles
2020-04-02Fixed ft_vecgrow, Added ft_vecinsertCharles
2020-04-01Added ft_vecremove, Updated README.mdCharles
2020-04-01Added vectorCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-03-30Added documentation for ht and lstCharles
2020-03-28Added ft_strjoin3Charles
2020-03-04Added ft_htiter.cCharles
2020-02-28Added ft_lstlfind,ft_lstlsearch and ft_split_destroyCharles
2020-02-28hash table unit testing, normingCharles
2020-02-19Tested ht*Charles
2020-02-17amend meCharles
2020-02-17Added ft_lstlsearch and ft_lstlfind for ht manipulationCharles
2020-02-16Filled lst* testsCharles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ft_st...Charles
2020-02-13Added ft_memmem and ft_memset_pattern4, not testedCharles
2020-02-10Added ft_bsearch, ft_lsearch, ft_lfindCharles
2020-02-10Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsepCharles
2020-02-10Added ft_strspn, ft_strcspnCharles
2020-02-10Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmpCharles
2020-02-10Fixing merge compilation error, Added ft_mergesortCharles
2020-02-10Merge branch 'push_swap'Charles
2020-02-10Added ft_lstsort, ft_lstsorted_mergeCharles
2020-02-09Added btree basicCharles
2020-02-02hash table unit testing, normingCharles
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-17Splited include like src/, Adding feature toggle protection in headerCharles
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