scummvm/common
Donovan Watteau a46253647a COMMON: BUILD: Try detecting UBSan when not using configure
Newer versions of Clang can tell us when UBSan has been enabled, which
is useful to define SCUMM_NEED_ALIGNMENT when -fsanitize=alignment is
in use (https://reviews.llvm.org/D52386).

Can be useful to avoid some false positives about alignment when doing
a build with UBSan but without using the "configure" script which
already tries to detect this setting.

See earlier commit 8a73f5d496.
2023-06-21 12:56:58 +02:00
..
compression COMMON: Fix incorrect StuffIt directory paths 2023-06-21 08:26:28 +03:00
encodings
formats COMMON: Fix memory leak when invalid PE executable is loaded 2023-06-14 13:57:50 +02:00
lua
algorithm.h COMMON: Fix documentation for lower/upperBound 2023-06-01 23:18:12 +02:00
archive.cpp COMMON: Add "getPathSeparator" to Archive and return ":" for Mac archive formats 2023-06-19 08:45:32 +03:00
archive.h COMMON: Add "getPathSeparator" to Archive and return ":" for Mac archive formats 2023-06-19 08:45:32 +03:00
array.h COMMON: Make the Common::Array() constructor constexpr 2023-04-29 13:10:23 +02:00
bitarray.h COMMON: Make BitArray::get const 2023-05-14 20:32:38 +02:00
bitstream.h
bufferedstream.h
callback.h
concatstream.cpp
concatstream.h
config-manager.cpp
config-manager.h
coroutines.cpp
coroutines.h
crc_slow.h
crc.h
dbcs-str.cpp COMMON: Add DBCS-oriented variant of String 2023-05-10 13:18:54 +02:00
dbcs-str.h COMMON: Add DBCS-oriented variant of String 2023-05-10 13:18:54 +02:00
debug-channels.h
debug.cpp
debug.h
dialogs.h
enc-internal.h
endian.h
error.cpp
error.h
events.cpp
events.h KEYMAPPER: Add HAT AXIS (DPAD as movement) to hw input 2023-04-04 22:16:24 +03:00
file.cpp
file.h
forbidden.h COMMON: Fix string method comments in forbidden.h 2023-06-12 19:14:09 -07:00
frac.h
fs.cpp
fs.h
func.h
gui_options.cpp
gui_options.h
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
inttypes.h
keyboard.h
language.cpp COMMON: Add Bulgarian language code 2023-05-29 23:50:15 +02:00
language.h COMMON: Add Bulgarian language code 2023-05-29 23:50:15 +02:00
list_intern.h COMMON: Make the Common::List() constructor constexpr 2023-04-29 13:10:23 +02:00
list.h COMMON: Make the Common::List() constructor constexpr 2023-04-29 13:10:23 +02:00
localization.cpp
localization.h
macresman.cpp COMMON: Fix logic error in macresman 2023-05-20 14:32:53 +02:00
macresman.h COMMON: Add function to open data fork from macbinary stream 2023-05-10 22:44:04 +02:00
math.h
md5.cpp
md5.h
memory.h
memorypool.cpp COMMON: remove unused variable assignment 2023-06-17 10:08:24 -07:00
memorypool.h
memstream.h
module.mk COMMON: Add DBCS-oriented variant of String 2023-05-10 13:18:54 +02:00
multimap.h COMMON: Add std::map and std::multimap replacements 2023-05-30 19:14:04 +02:00
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
path.cpp
path.h
platform.cpp
platform.h
ptr.h
punycode.cpp COMMON: punycode: move npos guard up 2023-06-07 14:55:41 -07:00
punycode.h
queue.h
random.cpp
random.h
rational.cpp
rational.h
rb_tree.h COMMON: Remove unused method in Common::RBTree 2023-06-03 23:11:03 +02:00
recorderfile.cpp
recorderfile.h
rect.h COMMON: Add Rect constructor that accepts a top-left coordinate, width, and height 2023-05-27 11:10:18 +03:00
rendermode.cpp
rendermode.h
safe-bool.h
savefile.h
scummsys.h COMMON: BUILD: Try detecting UBSan when not using configure 2023-06-21 12:56:58 +02:00
serializer.h
singleton.h
span.h
stablemap.h COMMON: Fix StableMap API to conform to std::map 2023-06-03 23:23:09 +02:00
stack.h
str-array.h
str-base.cpp COMMON: Avoid makeUnique on string if trim wouldn't modify it. 2023-05-14 23:07:32 +02:00
str-base.h COMMON: Make the Common::String()/U32String() constructor constexpr 2023-04-29 13:10:23 +02:00
str-enc.cpp
str-enc.h
str.cpp
str.h COMMON: Make the Common::String()/U32String() constructor constexpr 2023-04-29 13:10:23 +02:00
stream.cpp
stream.h
streamdebug.cpp
streamdebug.h
substream.h
system.cpp
system.h BACKENDS: Undo some formatting-only changes. 2023-05-14 22:42:59 +02:00
taskbar.h
text-to-speech.cpp
text-to-speech.h
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp COMMON: Added string splitter to StringTokenizer class 2023-04-23 16:20:37 +02:00
tokenizer.h COMMON: Added string splitter to StringTokenizer class 2023-04-23 16:20:37 +02:00
translation.cpp
translation.h
type-traits.h
types.h
unicode-bidi.cpp
unicode-bidi.h
updates.cpp
updates.h
ustr.cpp
ustr.h COMMON: Make the Common::String()/U32String() constructor constexpr 2023-04-29 13:10:23 +02:00
util.cpp
util.h
xpfloat.cpp
xpfloat.h
zip-set.cpp COMMON: Fix file handle leak in generateZipSet() 2023-06-08 09:16:30 +02:00
zip-set.h