aboutsummaryrefslogtreecommitdiff
path: root/test/src
AgeCommit message (Collapse)Author
2020-05-10Added ft_strtof, ft_atof, ft_vectobuf32, ft_split_len (not tested)Charles
2020-05-09Merge remote-tracking branch 'origin/minishell'Charles
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 ↵Charles
algo functions, tested functions
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-03Changing hash table del function to regular one with a first order internal ↵Charles
function, removing a few typedef to instead use standard types
2020-04-03Added ft_fnmatch functionCharles
2020-04-02Fixed ft_vecgrow, Added ft_vecinsertCharles
2020-04-01Added ft_vecremove, Updated README.mdCharles
2020-04-01Merge branch 'minishell'Charles
2020-04-01Added vectorCharles
2020-03-30Renaming test according to srcCharles
2020-03-11ft_mem* and ft_strlen optimizationCharles
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-13Added tests for algo*, fixing ft_bsearch and ft_mergesortCharles
2020-02-13Filled mem* testsCharles
2020-02-13filling mem tests, testing readme docCharles
2020-02-13Added mem/test_* boilerplateCharles
2020-02-12Added ctype tests, ignore htnew testsCharles
2020-02-02hash table unit testing, normingCharles
2020-01-31Setup unit test with unityCharles