aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-20Added ft_lstpush_front_node, ft_lstdestroy returns NULLCharles Cabergs
2020-08-20Added ft_lstpop_backCharles Cabergs
2020-08-19ft_vecdestroy return NULL to norm easilyCharles Cabergs
2020-07-17Fixing ft_strtol overflowCharles
2020-07-15Added ft_vecreserve, ft_vecswallowCharles
2020-06-19Changing name from ft_next_line to ft_getlineCharles
2020-06-15Added ft_vecfrom_lstCharles
2020-06-12Added ft_strjoinf_fst aliasCharles
2020-06-09Added ft_dstrwrap, ft_splitf, fixing bug in ft_splitCharles
2020-06-09Added a few vector helper functionsCharles
2020-06-09Added make with multiple jobsCharles
2020-04-05Renamed ft_substr to ft_strsub, Added ft_strsubf, ft_strcat3Charles
2020-04-05Added ft_dstrerase, ft_dstrsubstituteCharles
2020-04-04Added test for ft_strsjoin, ft_strsjoinf, ft_vecpush_safe, Added doc for algo...Charles
2020-04-04Added test and doc for dynamic stringCharles
2020-04-04Added ft_strsjoin, ft_strsjoinf, ft_compar_str, ft_vecsort, ft_vecpush_safeCharles
2020-04-03Added doubly linked list struct and basic functions on itCharles
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-30Renaming test according to srcCharles
2020-03-30Added documentation for ht and lstCharles
2020-03-30Added Doxygen config fileCharles
2020-03-28Added ft_strjoin3Charles
2020-03-04Added ft_htiter.cCharles
2020-03-04Added hash table documentationCharles
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-15Added lst* tests (mainly boilerplate)Charles
2020-02-14Added documentation for all functions and refactored ft_strjoin_free -> ft_st...Charles
2020-02-13Added tests for algo*, fixing ft_bsearch and ft_mergesortCharles
2020-02-13Filled mem* testsCharles
2020-02-13Added mem and ctype documentationCharles
2020-02-13filling mem tests, testing readme docCharles
2020-02-13Added mem/test_* boilerplateCharles
2020-02-13Added ft_memmem and ft_memset_pattern4, not testedCharles
2020-02-12Added ctype tests, ignore htnew testsCharles
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