kc3-lang/avir

Branch :


Log

Author Commit Date CI Message
thodg c5f2fbda 2025-11-25 11:33:48 silence warning
thodg 89b14ca9 2025-11-25 11:33:25 change encoding to utf8-unix
thodg 7a69f047 2025-11-25 10:36:26 remove misc files
1c8433cb 2025-04-10 13:54:58 Version 3.1: Implemented full C++ compliance, eliminated `stdlib.h` dependency. Removed a previously added scanline unbiasing since its positive effect was a compiler-dependent statistical error. Fixed a bug with bit-depth conversions (e.g., 16-bit to 8-bit). Fixed `sign conversion`, `nullptr`, and other compiler warnings. Optimized dithering function. Added 8-bit input gamma correction optimization. Added optional gamma correction bypass for alpha-channel (`AlphaIndex`). LANCIR: implemented WebAssembly SIMD128 support. Improved documentation.
d4884eeb 2025-03-31 16:12:32 LANCIR 3.0.18. Added pre-C++11 compliance.
623bbbc4 2025-03-31 15:40:47 LANCIR 3.0.17. Added pre-C++11 compliance. Fixed pedantic `sign conversion` and `nullptr` warnings.
84b38194 2025-03-24 17:55:39 LANCIR 3.0.16. Implemented full C++ compliance.
8be60ed2 2025-03-24 16:59:48 LANCIR 3.0.15. Implemented full C++ compliance.
0269b5db 2025-03-19 19:28:08 LANCIR 3.0.14. Improved C++ compliance, comments. Implemented compile-time branching elimination via template parameters in the outputScanline() function. Fixed compilation error on ARM32 targets. Removed redundant ifdef's.
cef36b42 2025-03-16 09:35:34 LANCIR 3.0.13: Added platform detection for MSVC ARM.