FreeRDP/libfreerdp/primitives/test
David Fort 77413f49b2 winpr: rework alignment functions
_align_XXX functions aren't widely available depending on the C runtime. That causes
problems with mingw where we can easily have some runtime mixes (which lead to mysterious
segfaults most of the time). This patch introduce winpr_aligned_XXX functions that will
either use the function available, or use an emulation layer.
2022-05-12 11:36:01 +02:00
..
.gitignore libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
CMakeLists.txt Fixed color conversion, unified GFX and updated API. 2016-10-06 13:42:58 +02:00
measure.h Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
prim_test.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
prim_test.h Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPrimitivesAdd.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesAlphaComp.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesAndOr.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesColors.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestPrimitivesCopy.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesSet.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesShift.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesSign.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
TestPrimitivesYCbCr.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestPrimitivesYCoCg.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestPrimitivesYUV.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00