Ondřej Budai
911a518f4e
fix build under Fedora 38
...
Building brlaser under Fedora 38 gives the following error in
test/tempfile.h:
error: 'uint8_t' was not declared in this scope
This commit fixes it by explicitly including `cstdin` in the file, so
`uint8_t` is correctly defined there.
2023-03-14 08:01:28 -04:00
Peter De Wachter
30bd80cb8b
Fix build with GCC 13
2023-02-20 21:06:02 +01:00
Peter De Wachter
9d7ddda838
Arrange blocks in bands of 128 lines
...
This is more similar to what the Brother driver does. This might
fix #52 , #40 , etc.
2020-04-20 21:58:11 +02:00
Peter De Wachter
de0d48dfdb
Be tolerant of zero-page jobs
...
https://github.com/OpenPrinting/cups-filters/issues/117
2020-04-18 10:58:27 +02:00
Peter De Wachter
779f71e80f
Reduce max block size to 64 lines ( #40 )
...
This fixes HL-1210W, maybe other HL printers as well?
2019-03-25 20:57:51 +01:00
Peter De Wachter
6e9793833f
CMake conversion
2018-01-27 00:18:19 +01:00
Peter De Wachter
1474716b27
Misc cleanups, mostly in the test code
2015-01-31 23:13:48 +01:00
Peter De Wachter
2e37d9d62a
Import lest v1.8.0
2014-06-29 11:50:18 +02:00
Peter De Wachter
5159844b03
Add some basic tests
2014-02-04 22:29:27 +01:00