1
0
Fork 0
libfort/src
seleznevae 8f83b51543 [F] Fix invalid enumeration values 2021-06-02 18:59:59 +03:00
..
CMakeLists.txt [C] Enabled wchar_t and utf-8 by default 2019-08-29 09:12:58 +03:00
cell.c [C] Changed codes of errors 2020-02-08 13:04:08 +03:00
cell.h [C] Renamed internal functions 2020-02-07 20:18:04 +03:00
fort.h [F] Fix invalid enumeration values 2021-06-02 18:59:59 +03:00
fort.hpp Implement ft_col_count() along with corresponding unit tests 2020-11-29 12:38:31 -05:00
fort_impl.c [F] Fix compilation for old C compilers 2020-11-30 20:23:43 +03:00
fort_utils.c [F] Fix compilation for tcc 2019-11-29 23:40:06 +03:00
fort_utils.h [C] Refactoring 2019-08-27 20:55:44 +03:00
properties.c [C] Changed codes of errors 2020-02-08 13:04:08 +03:00
properties.h [A] Added `adding_strategy` property to the tables 2020-01-08 15:32:06 +03:00
row.c [F] Fix `ft_printf_ln` when it is used for position which have empty cells before it. 2020-11-30 19:44:26 +03:00
row.h [C] Rename `ft_delete_range` to `ft_erase_range` 2020-01-19 22:06:25 +03:00
string_buffer.c Fix invalid pointer to integer cast that might cause problems on some platforms 2020-09-23 20:56:04 +03:00
string_buffer.h [A] Add function `ft_set_u8strwid_func` to set custom function to compute width of utf8 strings 2019-10-03 23:07:24 +03:00
table.c [C] Changed codes of errors 2020-02-08 13:04:08 +03:00
table.h [C] Refactoring 2019-08-27 20:55:44 +03:00
utf8.h [A] Add build with tcc to CI 2019-11-30 15:09:40 +03:00
vector.c [C] Changed codes of errors 2020-02-08 13:04:08 +03:00
vector.h [C] Refactor of code that uses vectors 2020-01-25 22:44:42 +03:00
wcwidth.c [F] Fix typo 2019-12-01 15:19:59 +03:00
wcwidth.h [C] Made wc functions internal 2018-08-31 20:17:10 +03:00