scummvm/common
2023-09-20 02:16:25 +02:00
..
compression JANITORIAL: Remove trailing whitepaces 2023-09-19 15:16:20 +02:00
encodings
formats COMMON: Rename class variables in SDMarkdown 2023-09-17 00:56:28 +02:00
lua
algorithm.h COMMON: Fix documentation for lower/upperBound 2023-06-01 23:18:12 +02:00
archive.cpp COMMON: Add isPathDirectory to Archive, and isDirectory and listChildren to ArchiveMember 2023-09-17 19:17:33 +02:00
archive.h COMMON: Add isPathDirectory to Archive, and isDirectory and listChildren to ArchiveMember 2023-09-17 19:17:33 +02:00
array.h
bitarray.h
bitstream.h
bufferedstream.h
callback.h
concatstream.cpp
concatstream.h
config-manager.cpp
config-manager.h
coroutines.cpp
coroutines.h COMMON: Only apply alignment on supported platforms 2023-07-14 20:48:13 +02:00
crc_slow.h
crc.h
dbcs-str.cpp
dbcs-str.h
debug-channels.h
debug.cpp
debug.h
dialogs.h
enc-internal.h
endian.h
error.cpp
error.h
events.cpp
events.h
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 COMMON: Avoid calling punycode_decodefilename on strings that aren't punycode. 2023-09-20 02:16:25 +02:00
fs.h COMMON: Add missing override keywords 2023-09-17 21:12:34 +02:00
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
language.h
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp COMMON: Add createReadStreamForAltStream to open Mac resource fork and metadata streams 2023-08-30 00:31:00 +02:00
macresman.h
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
multimap.h
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
path.cpp COMMON: Add normalization to Path class 2023-07-09 21:41:58 +02:00
path.h COMMON: Add normalization to Path class 2023-07-09 21:41:58 +02:00
platform.cpp
platform.h
ptr.h COMMON: Don't use a pointer to T in UnalignedPtr 2023-07-14 11:10:28 +02:00
punycode.cpp COMMON: Fix Signed vs. Unsigned GCC Compiler Warnings in Punycode 2023-06-25 15:45:26 +01: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
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: Performance improvement for toUppercase and toLowercase: Avoid calling makeUnique on strings that aren't modified. 2023-09-20 02:16:25 +02:00
str-base.h COMMON: Performance improvement for toUppercase and toLowercase: Avoid calling makeUnique on strings that aren't modified. 2023-09-20 02:16:25 +02:00
str-enc.cpp
str-enc.h
str.cpp COMMON: Fix String::matchString matching excluded characters with trailing asterisk wildcards 2023-09-17 19:17:33 +02:00
str.h
stream.cpp COMMON: Rewrite writeStream to work with any ReadStream 2023-08-28 21:49:03 +02:00
stream.h COMMON: Rewrite writeStream to work with any ReadStream 2023-08-28 21:49:03 +02:00
streamdebug.cpp
streamdebug.h
substream.h
system.cpp COMMON: Fix incomplete type warning for dlc store 2023-09-14 08:22:56 +02:00
system.h OSYSTEM: Improed const'ness of the buildHelpDialogData() call 2023-09-17 00:56:28 +02:00
taskbar.h
text-to-speech.cpp
text-to-speech.h
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp
translation.h
type-traits.h
types.h
unicode-bidi.cpp
unicode-bidi.h
updates.cpp
updates.h
ustr.cpp
ustr.h
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