issues
search
seleznevae
/
libfort
C/C++ library to create formatted ASCII tables for console applications
MIT License
493
stars
65
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Merge Column Header or Single Header Multi Column Row
#72
kucingcoder
opened
2 months ago
0
Fix compile error in readme example
#71
Zetelias
opened
5 months ago
0
Update to Unicode 15.1
#70
data-man
opened
1 year ago
0
Update to Unicode 14.0
#69
data-man
closed
1 year ago
2
Escape sequences break the formatting of tables
#68
vitcpp
opened
2 years ago
0
add logic to fix copy table for utf8
#67
nathanrpage97
opened
2 years ago
1
CMake build does not generate .lib
#66
rshamsnejad
opened
2 years ago
1
2 tests fail on FreeBSD
#65
yurivict
opened
3 years ago
7
ft_color skips one number, produces an assert if bg white
#64
Damrod
closed
3 years ago
1
Automatic serial numbers for rows
#63
pkbehera
opened
3 years ago
0
Are unicode characters supported?
#62
pkbehera
closed
3 years ago
3
Built-in style for RST (reStructuredText Markup) table
#61
pkbehera
opened
3 years ago
4
Remove trailing whitespace for FT_PLAIN_STYLE (& other similar styles)
#60
pkbehera
closed
3 years ago
3
Fix `ft_printf_ln` when it is used for position which has empty cells before it.
#59
seleznevae
closed
3 years ago
0
segfault in ft_to_string()
#58
brlcad
closed
3 years ago
3
Implemented ft_col_count() along with corresponding unit tests
#57
brlcad
closed
3 years ago
1
Any plans on supporting sorting on one of the columns? :)
#56
pkbehera
opened
3 years ago
2
Fix invalid pointer to integer cast that might cause problems on some platforms
#55
seleznevae
closed
4 years ago
1
Fix typo
#53
alessandro-gentilini
closed
4 years ago
2
Is it possible to update an existing column in the table without redrawing the whole table
#52
chreniuc
closed
4 years ago
2
Feature request: raw CSV output
#51
LogicStuff
opened
4 years ago
3
Fix incorrect behaviour in case of using standard iostream manipulators with fort::table
#50
seleznevae
closed
4 years ago
1
How to set decimal precision in a column?
#49
diegopaiva1
closed
4 years ago
3
It's not possible to build (or rather use) libfort as .dll on windows
#48
invy
opened
4 years ago
0
Not more than 15 columns supported
#47
ashishpatel1992
closed
4 years ago
1
Is there an API to clear/erase a table, to make it empty?
#46
pkbehera
opened
4 years ago
1
Undefined reference while building shared library that uses libfort
#45
neel
closed
4 years ago
3
No CMake option to disable unit test
#44
neel
closed
4 years ago
2
Feature request: reduce RAM consumption
#43
Danaozhong
opened
4 years ago
2
[A] Add target export in cmake.
#42
seleznevae
closed
4 years ago
1
Add string descriptions of errors
#41
seleznevae
closed
4 years ago
1
Support exported targets
#40
nicolamos
opened
4 years ago
4
Fix incorrect cell width evaluation in case of invisible symbols
#39
seleznevae
closed
4 years ago
1
Make libfort error messages more meaningful
#38
seleznevae
opened
4 years ago
1
Crash observed in v0.1.5
#37
pkbehera
closed
4 years ago
8
swprintf was not declared in the scope windows 7
#36
electrodragon
opened
4 years ago
2
undefined reference to `ft_create_table'
#35
electrodragon
closed
4 years ago
3
Setting properties for `cell_range` class works incorrectly
#34
seleznevae
opened
4 years ago
0
Erase doesn't work well with separators
#33
seleznevae
closed
4 years ago
1
[A] add function `ft_erase_range`
#32
seleznevae
closed
4 years ago
1
Is it possible to erase table data and add new data, but keep the header
#31
pkbehera
opened
4 years ago
2
[A] Add function `ft_row_count`
#30
seleznevae
closed
4 years ago
1
[A] Added `adding_strategy` property to the tables
#29
seleznevae
closed
4 years ago
1
Is it possible to code the header at the end?
#28
pkbehera
opened
4 years ago
13
[A] Add functions to check if table is empty to the API
#27
seleznevae
closed
4 years ago
1
Are there utility APIs to know if a table is empty, number of rows/columns in it etc?
#26
pkbehera
closed
4 years ago
5
Feature request: span cells on two or more rows
#25
bbinet
opened
4 years ago
1
Simple style has a rounded corner
#24
eriklax
closed
4 years ago
2
[R] Rewrote `mk_wcwidth` function
#23
seleznevae
closed
4 years ago
1
Compile with compiler other than clang, gcc, msvc
#22
seleznevae
closed
4 years ago
2
Next