17 Commits

Author SHA1 Message Date
Sean Morrison
c4be1ca649 Implement ft_col_count() along with corresponding unit tests
This pairs with the existing ft_row_count() using the same column
counting method used elsewhere in the code (i.e., iterate over rows
and find the biggest).

Added unit tests for ft_row_count(), ft_col_count(), ft_is_empty(),
and use a myriad of insertion methods to increase coverage.
2020-11-29 12:38:31 -05:00
seleznevae
15c45271b8 [D] Delete some of the manipulators to improve support of old compilers 2020-04-21 20:38:31 +03:00
seleznevae
7844a5068f [F] Fix incorrect behaviour in case of using standard iostream manipulators with fort::table. 2020-04-21 20:27:32 +03:00
seleznevae
cd11dfd7de [C] Changed errors descriptions 2020-02-23 11:54:59 +03:00
seleznevae
085405baa9 [U] Updated dates in license. 2020-02-02 14:26:05 +03:00
seleznevae
61ec03f828 [A] Add more test cases for windows and fix compilation. 2020-02-01 17:45:16 +03:00
seleznevae
8080378736 [U] Updated docs 2020-01-21 19:03:57 +03:00
seleznevae
4871105b0f [F] Fix compilation error 2020-01-19 22:24:17 +03:00
seleznevae
1ed13718d5 [C] Rename ft_delete_range to ft_erase_range 2020-01-19 22:06:25 +03:00
seleznevae
628b509991 [A] Add function ft_row_count 2020-01-10 21:22:41 +03:00
seleznevae
27e1102878 [A] Added adding_strategy property to the tables 2020-01-08 15:32:06 +03:00
seleznevae
71188fd0fb [A] Add functions to check if table is empty to the API 2019-12-13 23:30:30 +03:00
seleznevae
77a4a1fb4c [R] Refactoring of c++ API 2019-09-28 11:02:34 +03:00
seleznevae
e8d1ba2293 [A] Added tests for new table navigation functions 2019-08-27 13:48:36 +03:00
Jakob Wenzel
1b62eaa76e added getters for current cell 2019-08-27 10:10:40 +02:00
seleznevae
535641cddf [A] Added more builds 2019-04-27 16:00:20 +03:00
seleznevae
36bdfe707c Some changes 2019-04-21 12:22:48 +03:00