FreeRDP/libfreerdp/primitives/test
Norbert Federa e8c4910e2e fix segfaults casused by size_t format specifier
win32/msvc cc does not recognize the %z format specifier which caused
invalid references and segfaults on win32.
Until FreeRDP gets format specifier macros we'll cast size_t to
unsigned long and use the %lu specifier.

Also simplified winpr_backtrace_symbols() a little bit and fixed it
to allocate the correct amount of bytes for the return buffer.
2016-05-27 15:55:28 +02:00
..
.gitignore libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
CMakeLists.txt Implemented GFX AVC444 support. 2016-03-16 13:43:18 +01:00
measure.h libfreerdp-primitives: start porting tests to Windows 2014-09-08 16:24:43 -04:00
prim_test.c libfreerdp-primitives: start porting tests to Windows 2014-09-08 16:24:43 -04:00
prim_test.h libfreerdp-core: refactor codec context management 2014-09-10 00:42:41 -04:00
TestPrimitives16to32bpp.c Implemented YUV444 related primitives. 2016-03-16 13:43:17 +01:00
TestPrimitivesAdd.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesAlphaComp.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesAndOr.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesColors.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesCopy.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesSet.c libfreerdp-primitives: start porting tests to Windows 2014-09-08 16:24:43 -04:00
TestPrimitivesShift.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesSign.c libfreerdp-primitives: migrate tests to ctest 2014-09-04 15:46:20 -04:00
TestPrimitivesYCbCr.c Merge branch 'fix_2036' of git://github.com/akallabeth/FreeRDP into akallabeth-fix_2036 2014-09-11 13:03:01 +02:00
TestPrimitivesYCoCg.c Implemented YUV444 related primitives. 2016-03-16 13:43:17 +01:00
TestPrimitivesYUV.c fix segfaults casused by size_t format specifier 2016-05-27 15:55:28 +02:00