mame/src/lib/util
2019-01-14 00:44:46 +11:00
..
avhuff.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
avhuff.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
aviio.cpp fix building with clang 6.0.1 (nw) 2018-07-07 11:28:01 +01:00
aviio.h Make osd_file a polymorphic class that's held with smart pointers 2016-03-14 18:55:00 +11:00
base64.hpp Added initial HTTP/HTTPS webserver/websocket server support (nw) 2017-01-04 16:15:57 +01:00
bitmap.cpp make rectangle work better with constexpr, change many things to use designated getters/setters (nw) 2018-07-28 02:27:53 +10:00
bitmap.h make rectangle work better with constexpr, change many things to use designated getters/setters (nw) 2018-07-28 02:27:53 +10:00
bitstream.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
cdrom.cpp Renamed flipendian -> swapendian, as I spent minutes trying to find the functions to tell to another person who spent minutes trying to find the functions, and we refer to such functions as swapping just about everywhere else in the codebase, nw 2018-11-05 19:11:18 +01:00
cdrom.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
chd.cpp Fix off-by-one error (nw) 2017-05-05 01:12:33 +10:00
chd.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
chdcd.cpp chdcd: also accept .toast as a synonym for ISO images (nw) 2018-09-12 23:48:51 -04:00
chdcd.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
chdcodec.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
chdcodec.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
client_http.hpp Sync with upstream (nw) 2017-02-05 18:32:46 +01:00
client_https.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
client_ws.hpp Added websockets as well (nw) 2017-01-04 19:22:13 +01:00
client_wss.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
corealloc.h misc fixes (nw) 2016-05-28 15:10:28 +10:00
corefile.cpp Revert "using of IS_ENABLED in files used in tiny build (nw)" 2016-11-12 09:12:35 +01:00
corefile.h NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
corestr.cpp Make search not suck as badly (use algorithm derived from Jaro-Winkler similarity to match search strings, match on more useful stuff) 2019-01-14 00:44:46 +11:00
corestr.h Make search not suck as badly (use algorithm derived from Jaro-Winkler similarity to match search strings, match on more useful stuff) 2019-01-14 00:44:46 +11:00
coretmpl.h util::fifo.queue_length() (nw) 2018-10-18 17:50:50 +07:00
coreutil.cpp Introduced an 'util::arbitrary_clock' template class, to represent a clock that "knows" when the epoch starts (#2010) 2017-04-06 11:39:00 +10:00
coreutil.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
crypto.hpp Added initial HTTP/HTTPS webserver/websocket server support (nw) 2017-01-04 16:15:57 +01:00
delegate.cpp Cleanups and version bump 2016-03-30 08:35:21 +02:00
delegate.h (nw) So we're back to MSVC blowing up on non-trivial templates. Lovely. 2018-12-30 17:34:49 +11:00
disasmintf.cpp dvdisasm: Overhaul [O. Galibert] 2017-11-26 17:41:27 +01:00
disasmintf.h fix building with clang 6.0.1 (nw) 2018-07-07 11:28:01 +01:00
flac.cpp Reverting part of changes from previous commits as described in mail on list (nw) 2016-10-23 09:11:47 +02:00
flac.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
harddisk.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
harddisk.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
hash.cpp (nw) Fix inadvertently non-const pointers - emu.h edition 2018-09-20 14:32:59 +10:00
hash.h (nw) Fix inadvertently non-const pointers - emu.h edition 2018-09-20 14:32:59 +10:00
hashing.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
hashing.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
huffman.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
huffman.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
jedparse.cpp Revert "using of IS_ENABLED in files used in tiny build (nw)" 2016-11-12 09:12:35 +01:00
jedparse.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
md5.cpp Initial conversion of core to C++14. Note that compilers are now limited to GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] 2015-12-03 11:40:45 +01:00
md5.h Cleanups and version bump 2015-05-27 09:03:32 +02:00
nanosvg.cpp screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] 2016-04-04 11:33:34 +02:00
opresolv.cpp srcclean (nw) 2016-09-26 04:51:59 +10:00
opresolv.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
options.cpp lib/util/options.cpp: Don't try to set the value of a header (nw) 2018-10-04 21:17:23 -04:00
options.h -options: Restored erroneously-removed game-specific INI option reversion between runs. Fixes MT#06171. [Ryan Holtz] 2018-10-05 01:20:04 +02:00
palette.cpp Fixed pmd85 regression, nw. Also replaced a fail-safe in src/lib/util/palette.cpp with an assert. Expect regressions, so better to get it out of the way now. nw 2018-08-30 23:40:37 +02:00
palette.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
path_to_regex.cpp srcclean (nw) 2017-01-22 15:37:37 +11:00
path_to_regex.hpp srcclean (nw) 2017-01-22 15:37:37 +11:00
plaparse.cpp Revert "using of IS_ENABLED in files used in tiny build (nw)" 2016-11-12 09:12:35 +01:00
plaparse.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
png.cpp Fix compilation errors with -Og 2018-12-11 14:26:30 +01:00
png.h that doesn't require an instance (nw) 2017-09-03 12:51:21 +10:00
pool.cpp more TRUE/FALSE cleanup (nw) 2016-10-22 16:37:12 +02:00
pool.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
server_http_impl.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
server_http.hpp srcclean (nw) 2017-08-27 11:07:21 +10:00
server_https.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
server_ws_impl.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
server_ws.hpp srcclean (nw) 2017-08-27 11:07:21 +10:00
server_wss.hpp Enable use of system-wide asio, glm and rapidjson (#3172) 2018-02-08 16:06:25 -05:00
sha1.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
sha1.h NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
sha1.hpp srcclean (nw) 2017-01-22 15:37:37 +11:00
strformat.cpp gah how did I miss that (nw) 2016-08-27 17:02:11 +10:00
strformat.h A round of spelling/typographical fixes to source comments (nw) 2016-11-24 09:24:01 -05:00
timeconv.cpp Introduced an 'util::arbitrary_clock' template class, to represent a clock that "knows" when the epoch starts (#2010) 2017-04-06 11:39:00 +10:00
timeconv.h Fixed a few missing #includes flagged by VS2019 beta, nw 2018-12-30 13:24:16 +01:00
un7z.cpp fix building with clang 6.0.1 (nw) 2018-07-07 11:28:01 +01:00
unicode.cpp Make search not suck as badly (use algorithm derived from Jaro-Winkler similarity to match search strings, match on more useful stuff) 2019-01-14 00:44:46 +11:00
unicode.h Make search not suck as badly (use algorithm derived from Jaro-Winkler similarity to match search strings, match on more useful stuff) 2019-01-14 00:44:46 +11:00
unzip.cpp unzip: defer decoding DOS timestamps (nw) 2017-09-11 10:16:16 +10:00
unzip.h Supply modified time for files in archives [Vas Crabb] 2016-06-25 20:56:59 +10:00
vbiparse.cpp Revert "using of IS_ENABLED in files used in tiny build (nw)" 2016-11-12 09:12:35 +01:00
vbiparse.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
vecstream.cpp While I'm causing full recompiles all the time, reduce necessary number of instantiations of parts of string formatting engine 2016-08-27 16:45:53 +10:00
vecstream.h Reverting part of changes from previous commits as described in mail on list (nw) 2016-10-23 09:11:47 +02:00
wavwrite.cpp NOTICE (TYPE NAME CONSOLIDATION) 2016-10-22 13:13:17 +02:00
wavwrite.h Better support for screen orientation/geometry: 2018-07-26 23:11:02 +10:00
xmlfile.cpp rendlay: allow user variables and repetition in layouts, also add a few more predefined variables 2018-07-22 03:22:31 +10:00
xmlfile.h Add a method for copying part of an XML tree into another tree and use it to fix Cocoa debugger fatal error 2017-07-21 13:03:44 +10:00
zippath.cpp Convert zippath directory to a C++ interface 2018-01-10 18:25:26 +11:00
zippath.h Convert zippath directory to a C++ interface 2018-01-10 18:25:26 +11:00