summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcore.h
Commit message (Expand)AuthorAgeFilesLines
* osd: Added helper for getting CPU cache line size. Vas Crabb2025-01-131-0/+11
* Miscellaneous improvements: Vas Crabb2023-04-141-1/+1
* Various optimisations to code generaton. Vas Crabb2023-03-261-10/+10
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-8/+1
* OSD/network interface cleanup AJR2022-08-281-23/+0
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-151-2/+1
* cpu: Allow recompilers to work with W^X policy Vas Crabb2021-01-061-21/+0
* Low-level #include overhaul AJR2021-01-021-373/+0
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-254/+241
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-14/+43
* Changed osd_get_clipboard_text() to return std::string (#5615) npwoods2019-09-111-6/+1
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-0/+3
* -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converte... MooglyGuy2019-07-241-0/+151
* Discord plugin try 2 (#3640) cracyc2018-06-081-0/+8
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-0/+4
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-53/+0
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-221-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* Cleanups and version bump Miodrag Milanovic2016-07-271-10/+10
* Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... Nathan Woods2016-07-051-1/+30
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-10/+10
* Revert "This worked by pure luck (nw)" Vas Crabb2016-06-251-4/+0
* This worked by pure luck (nw) Miodrag Milanovic2016-06-241-0/+4
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-3/+5
* Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-2/+1
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-69/+58
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* move clipboard handling on proper place (nw) Miodrag Milanovic2016-04-031-5/+0
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-137/+133
* Add function for flushing file buffers Vas Crabb2016-03-011-0/+15
* OS/2 can not support SDL2 which is needed for MAME to run (nw) Miodrag Milanovic2016-02-261-1/+1
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-87/+0
* common osd path environment var expansion Jeffrey Clark2016-01-061-0/+11
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-2/+2
* pty: first step of pseudo terminal implementation fulivi2015-10-131-0/+19
* Fix creation of paths Vas Crabb2015-03-311-0/+4
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-7/+21
* Converted midi into a module. (nw) couriersud2015-01-311-13/+14
* Promote osd_getenv from osdlib.h to osdcore.h. Change return type to couriersud2015-01-271-0/+14
* Added include of stdarg to support some platforms (nw) Miodrag Milanovic2015-01-111-0/+1
* Moved osd midi stuff to osd/modules/midi. Needed to touch a couple of couriersud2015-01-091-0/+2
* Added -listnetwork option to list available network adapters Miodrag Milanovic2014-10-231-0/+3
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-2/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-8/+34
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* some comments (nw) Oliver Stöneberg2014-03-241-1/+4
* Add an osd_truncate call to truncate files [O. Galibert] Olivier Galibert2014-03-111-0/+17
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2