summaryrefslogtreecommitdiff
path: root/spice/macros.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-04protocol: Fix enumeration deprecation for Visual StudioFrediano Ziglio1-0/+8
2019-06-27macros: Remove unused SPICE_GNUC_XXX macrosFrancois Gouget1-16/+0
2018-03-09macros: Use Visual C++ built-ins for byte swapping if availableFrediano Ziglio1-0/+4
2018-03-09macros: Use GCC built-ins to swap bytesFrediano Ziglio1-124/+4
2017-09-15macros.h: s/endianess/endianness/gMichael Shigorin1-3/+3
2017-09-15macros.h: added e2k detectionMichael Shigorin1-1/+2
2016-11-23macros: Add MSVC support to SPICE_GNUC_DEPRECATEDFrancois Gouget1-0/+2
2016-11-23macros: Use GLib's G_DEPRECATED macro if availableFrancois Gouget1-2/+4
2016-03-02macros: do not use more type safe CONTAINEROF version if not requestedFrediano Ziglio1-1/+6
2015-12-04macros: make SPICE_CONTAINEROF more typesafeFrediano Ziglio1-0/+6
2015-08-20macros: fix compatibility with non-clang compilersFrediano Ziglio1-0/+4
2015-08-20macros: fix alignment issue reported by clangVictor Toso1-1/+1
2015-08-20macros: verify if __alloc_size__ works with clangVictor Toso1-1/+2
2015-08-19Fix endianess compatibility with old GCC versionsFrediano Ziglio1-1/+2
2015-08-12Use 0xffu everywhere in new SPICE_MAGIC_CONST macroChristophe Fergeau1-2/+2
2015-08-12Define and use new SPICE_MAGIC_CONST macroFrediano Ziglio1-0/+8
2015-08-12Detects processor endianess using preprocessorFrediano Ziglio1-0/+55
2013-10-04macros: remove INLINEMarc-André Lureau1-6/+0
2011-05-12macros: define INLINEArnon Gilboa1-0/+6
2011-01-21Update license header for spice/macros.hHans de Goede1-6/+6
2010-05-19Add byteswapping macrosAlexander Larsson1-0/+176
2010-03-09Add a bunch of generically useful macrosAlexander Larsson1-0/+186