You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/tests
Nick Black 11d6a4eb89
New reel layout algorithm #818 (#870)
New reel layout algorithm based on trimming and sifting. Fixes the original issue of #818, though I'm not marking that bug fixed until I've resolved the little issues remaining with this one.
Back off CMake version dependency, see if we can get by with 3.11.4 for EPEL8 #851
Simplify tablet drawing tremendously by separating tablet border and data planes. Callbacks no longer need worry about the borders; they can simply fill the plane they're handed. #833
Improve notcurses_debug() a bit
Add ncplane_new_named() and friends to expose plane naming to the user.
Add internal ncplane_genocide() to kill a plane and all its bound descendents
New industrial-strength ncreel unit testing
notcurses-ncreel now accepts -ln for log level n
Add ncplane_parent() and ncplane_parent_const()
4 years ago
..
Exceptions.cpp Exceptions tests: use flags + loglevel 4 years ago
Ncpp.cpp Exceptions tests: use flags + loglevel 4 years ago
cell.cpp highcontrast: stash fgstate for later reapplication #748 4 years ago
channel.cpp Redefine CELL_ALPHA_ in their natural forms 4 years ago
direct.cpp split direct into its own header 4 years ago
egcpool.cpp notcurses-tester: run passing tests in C locale #325 4 years ago
fade.cpp ncneofetch: create info plane #550 4 years ago
fds.cpp FdsAndSubprocs test: use ncplane_putnstr(s) #778 4 years ago
fills.cpp unit test for merging down fills 4 years ago
geom.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
input.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
internal.cpp tests: collapse RGB conversions into one TEST_CASE 4 years ago
layout.cpp layout tests: enforce utf8 where necessary 4 years ago
main.cpp tests: treat TERM=unknown like unset TERM #865 4 years ago
main.h rewrite all unit tests to use testing_notcurses() #718 4 years ago
menu.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
metric.cpp NegativePowersOfTen unit test: fix for ASCII 4 years ago
ncplane.cpp notcurses_puttext: use libunistring for wordbreaking #772 4 years ago
notcurses.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
palette.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
plot.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
reader.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
reel.cpp New reel layout algorithm #818 (#870) 4 years ago
resize.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
rotate.cpp Redefine CELL_ALPHA_ in their natural forms 4 years ago
scrolling.cpp postpaint(): no need to replace nul with space #777 4 years ago
selector.cpp selector unit test fixups for itemcount #831 4 years ago
visual.cpp rewrite all unit tests to use testing_notcurses() #718 4 years ago
wide.cpp ncplane_putegc_yx() copies directly as opposed to going through putc() #797 4 years ago
zaxis.cpp linuxconsole PoC (#791) 4 years ago