notcurses/tests
nick black 37a4114f42
O(1) z-axis moves #623
Replace the singly-linked z-axis with a doubly-linked list,
and reimplement all z-axis moves as O(1) functions.
Eliminate ncplane_move_{above/below}_unsafe(), as there are no
longer unsafe moves.
2020-05-20 15:32:27 -04:00
..
cell.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
channel.cpp Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
direct.cpp direct mode unit tests: allow init failure 2020-05-17 08:07:25 -04:00
egcpool.cpp notcurses-tester: run passing tests in C locale #325 2020-05-11 05:59:55 -04:00
fade.cpp fade tests: don't use CLOCK_MONOTONIC_RAW 2020-05-19 03:32:09 -04:00
fds.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
fills.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
geom.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
input.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
internal.cpp Out with googletest, in with doctest #202 (#231) 2019-12-27 17:20:20 -05:00
main.cpp test::reset_terminal(): properly check tigetstr() 2020-05-17 03:09:50 -04:00
main.h notcurses-tester: run passing tests in C locale #325 2020-05-11 05:59:55 -04:00
menu.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
metric.cpp metric: don't allow scales that cause overflow #611 2020-05-17 04:16:02 -04:00
ncplane.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
notcurses.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
palette.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
plot.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
reader.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
reel.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
resize.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
rotate.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
scrolling.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
selector.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
visual.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
wide.cpp streamline unit test common initialization 2020-05-17 07:57:21 -04:00
zaxis.cpp O(1) z-axis moves #623 2020-05-20 15:32:27 -04:00