index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
endian.h
Age
Commit message (
Expand
)
Author
2019-03-02
COMMON: Add WRITE_UINT24
Cameron Cawley
2017-09-30
COMMON: Unconditionally enable 64 bit integer features
Bastien Bouclet
2017-07-30
COMMON: Migrate Various Endian Functions to Common from Engine Code.
D G Turner
2015-01-18
COMMON: Fix strict-alignment READ_BE_UINT64 on LE and READ_LE_UINT64 on BE
clone2727
2015-01-14
COMMON: Fix strict-alignment READ_UINT64
Willem Jan Palenstijn
2015-01-04
COMMON: Implement MIPS SWAP_BYTES_64 in terms of SWAP_BYTES_32
Willem Jan Palenstijn
2015-01-04
COMMON: Swap order of functions to 16, 32, 64
Willem Jan Palenstijn
2015-01-04
COMMON: Fix return type of one READ_BE_UINT64 implementation.
Johannes Schickel
2015-01-04
COMMON: Fix some syntax issues.
Johannes Schickel
2015-01-04
COMMON: Put all 64-bit code under new HAVE_INT64 constant
Eugene Sandulenko
2014-09-16
COMMON: Add support for endian-safe reading/writing of int64
Adrian Astley
2014-06-21
ALL: Remove support for MSVC8 and older
Joel Teichroeb
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-08-26
COMMON: Add MKTAG16 for 16-bit multi-character constants
Matthew Hoops
2012-03-20
COMMON: Add a READ_UINT24 macro
Matthew Hoops
2012-03-17
ALL: Use GCC_ATLEAST().
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-10
COMMON: Always prefer GCC 4.x versions of READ_UINT*/WRITE_UINT*
Max Horn
2011-05-09
COMMON: Tweak some comments
Max Horn
2011-04-12
COMMON: Let MKTAG always return an uint32
Max Horn
2011-04-12
COMMON: Use correct MKTAG definition, stupid
Max Horn
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2010-09-01
COMMON: changed read/write endian function to use __may_alias__ attribute
Yotam Barnoy
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-09-11
Slightly modified version of Patch #2838562: Improve endian.h and stream.h
Max Horn
2009-08-24
reverting changes from patch 43696 that shouldnt have been committed
Norbert Lange
2009-08-24
Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787
Norbert Lange
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-28
Double-invert the logic on some big/little endian checks (the idea is that we...
Max Horn
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-04-15
cleanup
Max Horn
2006-02-25
Removed the obsolete MKID macro; added some doxygen comments, in particular f...
Max Horn
2006-02-25
Removed the (useless and confusing) PROTO_MKID_BE macro
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-11
Added WRITE_UINT16() and WRITE_UINT32() as well.
Torbjörn Andersson
2005-10-11
Added READ_UINT16(). It looks like SAGA will need it.
Torbjörn Andersson
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-23
Moved endian macros to a separate header file
Max Horn