Libft.git
2025-08-07 Lukáš JiřištěImplement tree traversal
2025-08-03 Lukáš JiřištěFix comparison order
2025-08-02 Lukáš JiřištěFix freeing in a t_dict
2025-08-02 Lukáš JiřištěImplement t_dict
2025-08-02 Lukáš JiřištěSwitch to using typedef for a function pointer
2025-08-02 Lukáš JiřištěFix ft_rbtree_rotate
2025-08-02 Lukáš JiřištěImplement function for drawing red-black trees
2025-08-01 Lukáš JiřištěFix major bugs in t_rb_tree
2025-08-01 Lukáš JiřištěImplement red-black tree
2025-07-31 Lukáš JiřištěRemove the parent member from t_tree
2025-07-31 Lukáš JiřištěRevert back to using separate tree and node
2025-07-31 Lukáš JiřištěAdd the ft_tree_set_data function
2025-07-31 Lukáš JiřištěRename ft_tree_erase_child to ft_tree_erase_subtree
2025-07-31 Lukáš JiřištěHarden ft_tree and change it a little
2025-07-31 Lukáš JiřištěRemove indirection from t_tree_node to data
2025-07-31 Lukáš JiřištěAdd insertion of "empty" elements to t_vec
2025-07-30 Lukáš JiřištěAdd a ft_tree structure
2025-07-28 Lukáš JiřištěRemove the parsing table generator
2025-03-26 Lukas JiristeMake Libft C++ aware and compilable
2025-01-13 Lukas JiristeFix Norm formatting problem
2024-12-17 Lukas JiristeImprove ft_vec_find and ft_vec_find_index
2024-11-28 Lukas JiristeMake parse_tree traversal a little bit easier
2024-11-28 Lukas JiristeBreak line in Makefile to fit in 80 chars
2024-11-28 Lukas JiristeMove g_empty_token and g_eof_token definition
2024-11-28 Lukas JiristeMerge parsing_table_constructor into no_crash
2024-11-28 Lukas JiristeAlign slashes in Makefile parsing_table_constructor
2024-11-28 Lukas JiristeMake this branch fully Norm compliant
2024-11-28 Lukas JiristeAdd -fPIE flag to Makefile
2024-11-28 Lukáš JiřištěRefactor ft_parsing_table_generate.c
2024-11-26 Lukáš JiřištěSplit functions too large to comply with the Norm
2024-11-26 Lukáš JiřištěBreak long lines, fix indentation and g_var naming
2024-08-02 Lukas JiristeImprove Makefile debug functionality
2024-08-02 Lukas JiristeExtend the input possibilities for parsing table
2024-08-02 Lukas JiristeHarden ft_split, provide ft_free_split
2024-08-01 Lukas JiristeFix invalid read in ft_split
2024-07-21 Lukas JiristeAdd ft_swap_int
2024-07-21 Lukas JiristeMerge some t_vec functions into no_crash
2024-07-21 Lukas JiristeAdd a function to save a table as a file
2024-07-21 Lukas JiristeFix infinite recursion
2024-07-21 Lukas JiristeRepair some oddities in finding the first tokens
2024-07-21 Lukas JiristeMake ft_parse ablle to follow rule to empty token
2024-07-21 Lukas JiristeRemove collapse_closure function and attributes
2024-07-21 Lukas JiristeFix handling if the zeroth rule
2024-07-21 Lukas JiristeAdd empty token recognition in translation to table
2024-07-21 Lukas JiristeFix initialization of table rows
2024-07-21 Lukas JiristeFix wrong pointer depth and gotos offset
2024-07-21 Lukas JiristeAdd the translation from state graph to table
2024-07-21 Lukas JiristeFree item copy in fill_closure
2024-07-21 Lukas JiristeFix segmentation fault in fill_closure
2024-07-21 Lukas JiristeMake the generator count the terminal symbols
2024-07-21 Lukas JiristeFix double free
2024-07-21 Lukas JiristeFix function freeing the parsing generator states
2024-07-21 Lukas JiristeFix index reset before new loop
2024-07-21 Lukas JiristeChange the way tokens are compared for zeroth rule
2024-07-21 Lukas JiristeFix accessing generator states
2024-07-21 Lukas JiristeFix wrong element insertion
2024-07-21 Lukas JiristeFix infinite loop
2024-07-21 Lukas JiristeFix some aspects of fill_closure function
2024-07-21 Lukas JiristeFix wrong malloc and infinite loop in ft_vec
2024-07-21 Lukas JiristeChange the code to accommodate the zeroth rule
2024-07-21 Lukas JiristeImplement is_at_mark
2024-07-21 Lukas JiristeImplement token_categorize
2024-07-21 Lukas JiristeAdd first kernel construction and its support
2024-07-21 Lukas JiristeImplement another part of the generator
2024-07-21 Lukáš JiřištěImplement a big part of the parsing table generator
2024-07-21 Lukas JiristeAdd the ft_vec_setinsert
2024-07-21 Lukas JiristeHarden the ft_strchr and ft_strrchr functions
2024-07-21 Lukas JiristeAdapt the transplanted ft_split to libft
2024-07-21 Lukas JiristeTransplant a better split function to Libft
2024-07-21 Lukas JiristeRemove structure comments that offend the Norm
2024-06-28 Lukas JiristeAdd function for equating two t_vecs
2024-06-28 Lukas JiristeAdd some set functions defined on t_vec
2024-06-28 Lukas JiristeAdd a function to deep copy a t_vec
2024-06-27 Lukas JiristePrint also the contents of tokens
2024-06-21 Lukas JiristeChange function names to prevent naming colision
2024-06-21 Lukas JiristeAdd tags to .gitignore
2024-06-21 Lukas JiristeImprove the documentation of limitations
2024-06-21 Lukas JiristeRefactor ft_parse.c to comply with the Norm
2024-06-21 Lukas JiristeFix indentation
2024-06-21 Lukas JiristeRefactor functions to comply with the Norm
2024-06-21 Lukas JiristeRefactor to better comply with the Norm
2024-06-21 Lukas JiristeMake ft_parse_tree_print comply with the Norm
2024-06-21 Lukas JiristeImprove formatting of ft_parsing_table_printf
2024-06-21 Lukas JiristeMake ft_parse inputs const, move token_free
2024-06-21 Lukas JiristeAdd const version of ft_vec_access
2024-06-21 Lukas JiristeFix memory leak
2024-06-21 Lukas JiristeMake ft_parse_tree_print handle NULLs gracefully
2024-06-21 Lukas JiristeFix bug, where NULLs appear inside tree
2024-06-21 Lukas JiristeImplement printing function for parsing tree
2024-06-21 Lukas JiristeFix forward declaration to be usable by user
2024-06-21 Lukas JiristeFix the code to actually produce a tree
2024-06-20 Lukas JiristeImplement the ft_parse function
2024-06-20 Lukas JiristeAdd a stack structure
2024-06-20 Lukas JiristeFix indentation
2024-06-20 Lukas JiristeRefactor parsing table loading
2024-06-20 Lukas JiristeAlign the ft_parse style with that of f_arr
2024-06-20 Lukas JiristeAdd comment about the parsing table structure
2024-06-20 Lukas JiristeFix logic bug
2024-06-20 Lukas JiristeFix initialization and formatting of output
2024-06-16 Lukas JiristeRefactor to make functions comply with 42 Norm
next