1
0
Fork 0
Commit Graph

546 Commits

Author SHA1 Message Date
Seleznev Anton ab689ca5c7
Merge pull request #57 from brlcad/develop
[A] Implemented ft_col_count() along with corresponding unit tests
2020-11-30 20:00:01 +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
Seleznev Anton d9ee76ab89
Merge pull request #55 from seleznevae/issue-54
Fix invalid pointer to integer cast that might cause problems on some platforms
2020-09-24 18:29:12 +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
Seleznev Anton 1758872678
Merge pull request #53 from alessandro-gentilini/patch-1
Fix typo
2020-06-25 23:53:08 +03:00
Alessandro Gentilini 7bc50672a1
Fix typo 2020-06-24 17:25:43 +02:00
seleznevae c635e6f262 [U] Update README.md 2020-05-21 23:07:34 +03:00
seleznevae c0de851552 [C] Change cirrus.ci 2020-05-21 22:57:36 +03:00
seleznevae 68373d10c5 [U] Update README 2020-05-21 22:42:22 +03:00
seleznevae 0deda048c5 [U] Update ChangeLog and version 2020-05-21 22:26:03 +03:00
seleznevae 48a5162af0 [A] Adding gcc-9 to tests 2020-05-21 22:20:27 +03:00
Seleznev Anton ccb892f77d
Merge pull request #50 from seleznevae/issue-49
Fix incorrect behaviour in case of using standard iostream manipulators with fort::table
2020-04-21 22:18:00 +03:00
seleznevae 3257aecaba [D] Remove specialization test 2020-04-21 21:08:06 +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 51910b1552 [U] Update copyright dates 2020-02-24 15:25:07 +03:00
seleznevae fb050b35cc [U] Updated library version 2020-02-24 15:21:26 +03:00
seleznevae 560c9f07f5 [A] Created alias `libfort::fort` for `fort` target 2020-02-24 15:16:50 +03:00
seleznevae 4ff8c0fe16 [C] Put fort to namespace in test 2020-02-24 15:11:45 +03:00
seleznevae a00cc3d124 [U] Updated descrtiption of cmake integration 2020-02-24 13:52:59 +03:00
Seleznev Anton b0e52f4848
Merge pull request #41 from seleznevae/issue-38
Add string descriptions of errors
2020-02-24 08:30:37 +03:00
seleznevae cd11dfd7de [C] Changed errors descriptions 2020-02-23 11:54:59 +03:00
seleznevae d91c7ce9d1 Merge remote-tracking branch 'origin/develop' into issue-38 2020-02-23 11:00:38 +03:00
seleznevae 7b5d419aa4 [F] Fix add_subdirectory test 2020-02-23 09:19:51 +03:00
seleznevae 594cbe83c7 [A] Add test for add_subdirectory 2020-02-23 09:09:32 +03:00
seleznevae 90265dd628 [A] Add option `POSITION_INDEPENDENT_CODE` for library target (libfort::fort). 2020-02-22 13:33:36 +03:00
seleznevae 7a8e267e9e [U] Updated ChangeLog 2020-02-22 11:17:45 +03:00
seleznevae f8cf1331cd [A] Add cmake option FORT_ENABLE_TESTING to turn on/off building tests and examples 2020-02-22 11:03:32 +03:00
seleznevae 74e2774ea3 [A] Add test lib to package test 2020-02-20 23:19:40 +03:00
Seleznev Anton 64dffd908f
Merge pull request #42 from seleznevae/issue-40
[A] Add target export in cmake.
2020-02-18 23:33:33 +03:00
seleznevae d09633df55 [A] Add package installation test 2020-02-17 22:47:17 +03:00
seleznevae 75638e8f22 [D] Deleted unused export 2020-02-10 23:09:46 +03:00
seleznevae 0411dfdc2a [C] Chage exported name 2020-02-10 23:06:05 +03:00
seleznevae 3f64ceba68 [A] Add cmake package files to installation phase 2020-02-10 23:01:35 +03:00
seleznevae c22a518766 [A] Add target export in cmake. 2020-02-09 13:02:25 +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
Seleznev Anton bff48549de
Merge pull request #39 from seleznevae/issues-37
Fix incorrect cell width evaluation in case of invisible symbols
2020-02-07 21:10:35 +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 d87f5c6215 [A] Add regression test for c++ API 2020-02-05 22:00:35 +03:00
seleznevae c596d156d3 [A] Add changelog entry 2020-02-04 22:18:37 +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 0261de5b18 [A] Add description with cmake integration 2020-02-01 22:55:26 +03:00
seleznevae 61ec03f828 [A] Add more test cases for windows and fix compilation. 2020-02-01 17:45:16 +03:00
seleznevae 0430da4163 [A] Added tutorial from github wiki to repository 2020-01-30 19:11:36 +03:00
seleznevae 77ad49daeb [C] Refactor of code that uses vectors 2020-01-25 22:44:42 +03:00