Sam Hocevar
e2f3d648f9
Add explanatory comments to the dirty rectangle unit tests.
hace 15 años
Pascal Terjan
dd153de114
* Add some simple bench (part 2, add the interesting file)
hace 15 años
Pascal Terjan
6be6419849
* Add some simple bench
hace 15 años
Pascal Terjan
7fb6d934fa
* Report failures in exit code in caca-test
hace 15 años
Pascal Terjan
aa2162ef57
* Also test blitting with mask
hace 15 años
Pascal Terjan
1f79729288
* When blitting, only add dirty rectangles on changed
lines, or on changed chars if we have a mask
hace 15 años
Pascal Terjan
0d271e9873
Add unit test for memory export/import with caca format
hace 15 años
Sam Hocevar
98366c7fae
Add more unit tests for the dirty rectangles.
hace 15 años
Sam Hocevar
ea99175a2f
Change the dirty rectangle API once again so that calling applications get
a more natural (x,y,w,h) 4-tuple to handle.
hace 15 años
Sam Hocevar
a6b98c2518
Change the dirty rectangle API so that it can handle several rectangles. The
inner implementation still only handles one dirty rectangle, but this way
we can prepare supporting applictions for the future.
hace 15 años
Sam Hocevar
6065f2246f
Start writing unit tests for the dirty rectangle handling.
hace 16 años
Sam Hocevar
4cda200b03
Continuing the libcucul-libcaca merge.
hace 16 años
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
hace 16 años
Sam Hocevar
d202c8242f
* Started libcaca unit tests.
hace 17 años
Sam Hocevar
86d03eb137
* Use CppUnit for C and C++ unit tests. Sorry, Jylam.
hace 17 años
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
hace 17 años
Sam Hocevar
ca559d93d8
* Created a tests/ directory for regression tests. Run with "make check".
* Added a first, simple test program.
hace 17 años