20 Commits

Author SHA1 Message Date
John Wellbelove
aeb8e4f734 Formatted source files 2026-04-02 14:11:45 +01:00
John Wellbelove
d884719098 Fixed all 'extra semicolon' warnings 2025-12-16 09:15:26 +00:00
snadampal
275a3f1ca9
fix build and test failures on arm64 linux platform (#978)
There are few build and test failures on arm64 platform
with "narrowing conversion" errors. This is due to the char
datatype implementation differences between different platforms
and gcc versions. This commit replaces the char datatype with
the explicit datatype that works across all the platforms.
2024-11-30 21:16:46 +00:00
John Wellbelove
cd18cc6af0 Eradicated all GCC and clang warnings 2022-07-27 10:42:03 +01:00
John Wellbelove
baa47d1c33 Updated copyright notice 2022-06-10 21:45:37 +01:00
John Wellbelove
dbfa71944f Abstracted unit test framework header 2021-03-05 13:52:34 +00:00
John Wellbelove
f7901c2899 Work around for Clang error in etl::bresenham_line tests. 2020-09-12 15:34:07 +01:00
John Wellbelove
1b2aca4606 Work around for Clang error in etl::bresenham_line tests. 2020-09-12 15:26:34 +01:00
John Wellbelove
e7d58dd52b Work around for Clang error in etl::bresenham_line tests. 2020-09-12 15:08:54 +01:00
John Wellbelove
33842f4fe5 Work around for Clang error in etl::bresenham_line tests. 2020-09-12 15:02:02 +01:00
John Wellbelove
2b33a7c211 Revert changes 2020-08-31 11:16:42 +01:00
John Wellbelove
360afcf0e5 Minor change to Bresenham line unit test 2020-08-31 11:07:17 +01:00
John Wellbelove
0a7148a796 Minor change to Bresenham line unit test 2020-08-31 11:01:55 +01:00
John Wellbelove
d400fe2f92 Minor change to Bresenham line unit test 2020-08-31 10:45:05 +01:00
John Wellbelove
595a63e6f0 Minor change to Bresenham line unit test 2020-08-31 10:26:38 +01:00
John Wellbelove
f8ddfb1700 Added equality and inequality operators 2020-08-30 12:11:26 +01:00
John Wellbelove
62f596667e Bresenham line algorithm - final 2020-08-30 11:16:07 +01:00
John Wellbelove
482c69f314 Small refactoring 2020-08-27 13:31:27 +01:00
John Wellbelove
9910569b76 Small refactoring 2020-08-27 10:45:57 +01:00
John Wellbelove
8e76238439 Added all units tests 2020-08-26 12:36:47 +01:00