1
0
Fork 0
Commit Graph

256 Commits

Author SHA1 Message Date
seleznevae 8f83b51543 [F] Fix invalid enumeration values 2021-06-02 18:59:59 +03:00
seleznevae 96c27521fc Merge remote-tracking branch 'origin/develop' into issues-58 2020-11-30 21:52:25 +03:00
seleznevae 8f57a003b7 [F] Fix compilation for old C compilers 2020-11-30 20:23:43 +03:00
seleznevae 15cd748016 Merge remote-tracking branch 'origin/develop' into issues-58 2020-11-30 20:11:06 +03:00
seleznevae 80cbf3de44 [U] Update ChangeLog and docs 2020-11-30 20:09:09 +03:00
seleznevae c838871cfe [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
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 b1c32b6751 [F] Fix spelling in the documentation strings 2020-11-13 21:15:51 +03:00
seleznevae 5bae83bb92 Fix invalid pointer to integer cast that might cause problems on some platforms 2020-09-23 20:56:04 +03:00
seleznevae 0deda048c5 [U] Update ChangeLog and version 2020-05-21 22:26:03 +03: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 fb050b35cc [U] Updated library version 2020-02-24 15:21:26 +03:00
seleznevae cd11dfd7de [C] Changed errors descriptions 2020-02-23 11:54:59 +03:00
seleznevae 1b42320163 [C] Changed codes of errors 2020-02-08 13:04:08 +03:00
seleznevae 58a63f90f2 [A] Add ft_strerror function 2020-02-08 12:15:50 +03:00
seleznevae caea5d4280 [C] Renamed internal functions 2020-02-07 20:18:04 +03:00
seleznevae 0b671b1f93 [F] Fix cell width evalutation 2020-02-07 20:01:50 +03:00
seleznevae 3dff45bd73 [F] Fix evaluation of max buffer width for column of the table 2020-02-05 23:04:21 +03:00
seleznevae 3cc961f958 [F] Fix incorrect cell width evaluation in case of invisible symbols 2020-02-04 22:17:25 +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 77ad49daeb [C] Refactor of code that uses vectors 2020-01-25 22:44:42 +03:00
seleznevae d8a9eaa77a [F] Fix `ft_erase_range` behaviour with separators 2020-01-22 22:20:52 +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 4e922a7eca [F] Fix compilation error 2020-01-19 13:50:00 +03:00
seleznevae e644f0a504 [A] add function `ft_delete_range` 2020-01-19 13:37:31 +03:00
seleznevae bd1c28a2cd [U] Updated future library version 2020-01-10 21:40:06 +03:00
seleznevae 628b509991 [A] Add function `ft_row_count` 2020-01-10 21:22:41 +03:00
seleznevae 0b9b7a8810 [F] Fix compilation error 2020-01-08 15:47:58 +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 067e0ad9a3 Merge remote-tracking branch 'origin/master' into develop 2019-12-03 20:50:04 +03:00
Erik Lax cb43943c0a
Simple style has a rounded corner 2019-12-03 09:32:43 +01:00
seleznevae b9cd4ad8c5 [F] Fix typo 2019-12-01 15:19:59 +03:00
seleznevae 9266befd39 [R] Rewrote `mk_wcwidth` function 2019-12-01 15:14:28 +03:00
seleznevae bcce3c12cc [A] Add build with tcc to CI 2019-11-30 15:09:40 +03:00
seleznevae c3f9f302a3 [F] Fix compilation for tcc 2019-11-29 23:40:06 +03:00
seleznevae ae26b6c83e [F] Fix undefined behavior due to incorrect usage of isprint 2019-11-28 21:18:03 +03:00
seleznevae 7581165356 [F] Fix incorrect behaviour when using `FT_CUR_...` macroses
When macroses FT_CUR_ROW, FT_CUR_CELL were used behaviour was
unexpected - properties were not applied. Cause of bug - simple
typo. Also we didn't have tests for usage of these macroses. So
I added them also.
2019-10-25 22:31:14 +03:00
seleznevae 5435b5750b [C] Added utf-8 example to README 2019-10-06 10:02:41 +03:00
seleznevae da5cbc0404 [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
seleznevae 77a4a1fb4c [R] Refactoring of c++ API 2019-09-28 11:02:34 +03:00
seleznevae 3d23344450 [A] Added math example 2019-09-21 11:05:16 +03:00
seleznevae d944b8c364 [F] Fix incorrect behaviour in case of wide east asian symbols 2019-09-08 09:55:56 +03:00
seleznevae 6082281d0e [F] Fix incorrect `ft_u8nwrite` implementation 2019-09-07 12:32:57 +03:00
seleznevae 54654919ab [D] Deleted commented code 2019-08-29 09:38:37 +03:00
seleznevae 64dbd4c2c4 [C] Enabled wchar_t and utf-8 by default 2019-08-29 09:12:58 +03:00