scummvm/common
Thierry Crozat 786aac568b COMMON: Add c++11 initializer list replacement when not available in std lib
The c++11 standard includes some features that do not only depend on the
compiler supporting it, but also the c++ standard library having support
for it. This is the case for the initializer list feature. So when we
compile with a modern compiler but using an old std lib we need a
replacement for it.
2020-10-03 15:51:14 +02:00
..
lua ALL: Remove PS2 port 2020-08-01 15:15:49 +02:00
achievements.cpp JANITORIAL: Simplify some code that use U32String::format 2020-09-08 21:24:27 +01:00
achievements.h JANITORIAL: Fix formatting 2020-04-29 10:32:23 +02:00
algorithm.h BACKENDS: Move nextHigher2() into common/algorithm.h 2019-12-14 17:09:18 +02:00
archive.cpp ANDROID: Fix crash due to adding '.' folder in SearchManager 2019-12-16 22:59:10 +02:00
archive.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
array.h COMMON: Add c++11 initializer list replacement when not available in std lib 2020-10-03 15:51:14 +02:00
bitstream.h
bufferedstream.h
c++11-compat.h COMMON: Allow use of C++11 final keyword 2020-06-18 20:14:46 +01:00
callback.h
config-manager.cpp COMMON: Add a helper to update a ConfMan entry and flush to disk 2020-06-07 07:40:27 +02:00
config-manager.h COMMON: Add a helper to update a ConfMan entry and flush to disk 2020-06-07 07:40:27 +02:00
coroutines.cpp
coroutines.h COMMON: Fix Missing Default Switch Case in Coroutine Macros 2019-10-21 00:19:41 +01:00
cosinetables.cpp
cosinetables.h
dcl.cpp
dcl.h
dct.cpp COMMON: Add Missing Default Switch Cases in DCT Class 2019-10-04 04:27:03 +01:00
dct.h
debug-channels.h COMMON: Allow for enabling/disabling debug channels by number 2019-11-11 18:20:29 -08:00
debug.cpp COMMON: Allow for enabling/disabling debug channels by number 2019-11-11 18:20:29 -08:00
debug.h
dialogs.h GUI: U32: Use U32Strings for native dialogs 2020-08-30 14:43:41 +02:00
encoding.cpp COMMON: Fix encoding conversion using iconv 2020-08-30 14:43:41 +02:00
encoding.h COMMON: Add helper functions for converting strings 2020-09-12 11:59:23 +02:00
endian.h
error.cpp
error.h COMMON: ERROR: Add kMetaEnginePluginNotFound 2020-10-03 14:56:36 +02:00
events.cpp SDL: Change keyboard repeat to apply on unmapped events 2020-04-12 11:11:00 +02:00
events.h JANITORIAL: Rename shouldRTL, resetRTL and FORCE_RTL 2020-05-12 10:36:38 +02:00
fft.cpp
fft.h
file.cpp Revert "COMMON: Implement FSNode::createDirectoryRecursive()" 2019-09-15 00:07:46 +02:00
file.h COMMON: Mark methods as override 2020-01-31 12:26:29 +01:00
forbidden.h
frac.h
fs.cpp COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
fs.h COMMON: Add ignoreClashes flag to SearchSet and FSDirectory 2019-11-03 00:44:23 +01:00
func.h
gui_options.cpp AUDIO/GUI: add SegaCD sound settings 2020-07-30 22:19:21 +02:00
gui_options.h COMMON: Moved GUIO constants to hex codes for avoiding devs' confusion 2020-08-23 01:08:47 +02:00
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h ALL: Remove PS2 port 2020-08-01 15:15:49 +02:00
huffman.h
iff_container.cpp
iff_container.h
ini-file.cpp COMMON: Add a way to specify default section name for simple sectionless .ini files 2020-08-31 18:17:28 +01:00
ini-file.h COMMON: Add a way to specify default section name for simple sectionless .ini files 2020-08-31 18:17:28 +01:00
initializer_list.h COMMON: Add c++11 initializer list replacement when not available in std lib 2020-10-03 15:51:14 +02:00
installshield_cab.cpp
installshield_cab.h
inttypes.h ALL: Remove PS2 port 2020-08-01 15:15:49 +02:00
json.cpp COMMON: Add Switch Default Cases in JSON Parser 2019-10-03 02:53:56 +01:00
json.h ALL: Remove PS2 port 2020-08-01 15:15:49 +02:00
keyboard.h MORPHOS: MorphOS Support 2020-08-21 00:59:18 +02:00
language.cpp Revert "COMMON: Rename ZH_ANY language code nz -> zh" 2020-09-01 16:54:33 +02:00
language.h COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp ENGINES: Change mac resource fork file detection to use the file cache 2020-09-20 16:33:45 +02:00
macresman.h ENGINES: Change mac resource fork file detection to use the file cache 2020-09-20 16:33:45 +02:00
math.h JANITORIAL: Whitespace fixes 2020-06-06 15:08:33 +02:00
md5.cpp
md5.h
memory.h
memorypool.cpp
memorypool.h
memstream.h COMMON: Attempt to solve diamong class hierarchy in MemoryReadStreamEndian. by athrxx 2020-08-22 22:58:43 +02:00
module.mk COMMON: add UnicodeBiDiText wrapper 2020-05-12 14:36:09 +02:00
mutex.cpp ALL: Remove direct use of OSystem::createMutex() 2020-08-21 09:39:00 +02:00
mutex.h ALL: Remove direct use of OSystem::createMutex() 2020-08-21 09:39:00 +02:00
noncopyable.h
osd_message_queue.cpp GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
osd_message_queue.h GUI: U32: Convert majority of code to use U32 2020-08-30 14:43:41 +02:00
pack-end.h
pack-start.h
platform.cpp COMMON: Added PS2 and XBOX platform definitions. 2020-09-23 22:59:20 +02:00
platform.h COMMON: Added PS2 and XBOX platform definitions. 2020-09-23 22:59:20 +02:00
ptr.h
queue.h
quicktime.cpp
quicktime.h
random.cpp
random.h
rational.cpp COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode 2019-11-10 21:04:29 +01:00
rational.h COMMON: Fix very noisy warning when building with GCC 9 in C++11 mode 2019-11-10 21:04:29 +01:00
rdft.cpp
rdft.h
recorderfile.cpp EVENTRECORDER: Fix crash on attempt to save. Fixed #10045 2020-08-29 17:22:38 +02:00
recorderfile.h EVENTRECORDER: Fix GCC Compiler Warnings 2019-09-14 00:54:10 +01:00
rect.h COMMON: Add Rect::getBlitRect() that ensures you did not blit out of src or dst surface boundaries 2020-09-01 21:52:42 +01:00
rendermode.cpp
rendermode.h
safe-bool.h
savefile.h COMMON: Make save compression optional when copying 2019-12-09 22:57:46 -08:00
scummsys.h MORPHOS: Update scummsys.h 2020-08-21 00:59:18 +02:00
serializer.h
sinetables.cpp
sinetables.h
singleton.h
span.h COMMON: Fix Span::toStream() when given index 2020-08-20 23:58:37 +02:00
stack.h
str-array.h GUI: U32: Add u32 support to Editables and Dialogs 2020-08-30 14:43:41 +02:00
str-enc.cpp COMMON: Add helper functions for converting strings 2020-09-12 11:59:23 +02:00
str-enc.h COMMON: Add Persian language & CP1256 encoding 2020-05-18 23:24:15 +02:00
str.cpp GUI: U32: Small improvements/fixes 2020-08-30 14:43:41 +02:00
str.h GUI: U32: Small improvements/fixes 2020-08-30 14:43:41 +02:00
stream.cpp COMMON: Allow ignoring CR line breaks in SeekableReadStream::readLine() 2020-05-12 14:41:53 +02:00
stream.h Revert "COMMON: Fix abstract SeekableReadStreamEndian calling virtual constructor" 2020-07-28 00:27:03 +01:00
substream.h COMMON: Makw SeekableSubReadStreamEndian subclass of SeekableReadStreamEndian 2020-07-21 18:20:00 +02:00
system.cpp GUI: Store the shader name in the config file instead of the ID 2020-03-09 18:01:14 -05:00
system.h BACKENDS: Add a function to return if the overlay is visible 2020-09-15 00:09:11 +02:00
taskbar.h BACKENDS: Add support for qualified game IDs in taskbar icons 2020-09-09 01:58:20 +01:00
text-to-speech.cpp GUI: U32: Enable u32 for tts (Windows) 2020-08-30 14:43:41 +02:00
text-to-speech.h COMMON: Add helper functions for converting strings 2020-09-12 11:59:23 +02:00
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp GUI: U32: Add and use a U32Tokenizer 2020-08-30 14:43:41 +02:00
tokenizer.h GUI: U32: Add and use a U32Tokenizer 2020-08-30 14:43:41 +02:00
translation.cpp I18N: Support having unicode characters in language names 2020-09-02 12:08:49 +02:00
translation.h I18N: Support having unicode characters in language names 2020-09-02 12:08:49 +02:00
type-traits.h
types.h
unarj.cpp
unarj.h
unicode-bidi.cpp GUI: RTL: Do not repeatedly print warnings if fribidi is not available 2020-07-25 00:32:34 +02:00
unicode-bidi.h COMMON: moved convertBiDiString(..lang) to unicode-bidi.h 2020-05-19 12:32:58 +02:00
unzip.cpp
unzip.h
updates.cpp UPDATES: Fix compilation with U32 strings 2020-08-30 14:43:41 +02:00
updates.h UPDATES: Fix compilation with U32 strings 2020-08-30 14:43:41 +02:00
ustr.cpp COMMON: implement %c formatter (used in hardware-input.cpp) 2020-09-12 11:56:17 +01:00
ustr.h COMMON: Allow using U32String::format with a C string format string 2020-09-08 21:22:04 +01:00
util.cpp COMMON: Update getHumanReadableBytes() in util.h 2019-07-30 14:51:41 -04:00
util.h COMMON: Add ARRAYCLEAR to clear given array using default or provided value. 2020-08-31 21:57:07 +01:00
winexe_ne.cpp COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_ne.h COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_pe.cpp COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe_pe.h COMMON: Add a common base class for the Windows resource classes 2020-01-11 17:34:12 +02:00
winexe.cpp COMMON: Added VersionInfo parser to WinResources 2020-07-09 23:13:47 +02:00
winexe.h COMMON: Added VersionInfo parser to WinResources 2020-07-09 23:13:47 +02:00
xmlparser.cpp COMMON: Avoid an unnecessary copy in the XML parser 2020-09-20 16:33:45 +02:00
xmlparser.h COMMON: Add override keywords 2020-01-31 14:48:10 +01:00
zlib.cpp MORPHOS: use libz shared from MORPHOS 2020-08-21 00:59:18 +02:00
zlib.h GLK: ADRIFT: Implement zlib decompression 2019-09-25 20:13:27 -07:00