| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cpu: Allow recompilers to work with W^X policy | 2021-01-06 | 1 | -61/+70 | |
| | | |||||
| * | Temporary hack so most DRC games work on the M1/Apple Silicon. [R. Belmont, ↵ | 2020-12-28 | 1 | -0/+5 | |
| | | | | | balr0g, Vas Crabb] | ||||
| * | use C++ library includes (nw) | 2020-01-22 | 1 | -2/+2 | |
| | | |||||
| * | Changed osd_get_clipboard_text() to return std::string (#5615) | 2019-09-11 | 1 | -11/+9 | |
| | | | | | | | | | | | * Changed osd_get_clipboard_text() to return std::string This change has only been tested on Windows. The Un*x/Mac versions were made blindly; they might not even build. This needs to be checked prior to merging. * Fixing Mac OS X build (hopefully) | ||||
| * | Discord plugin try 2 (#3640) | 2018-06-08 | 1 | -0/+9 | |
| | | | | | | | | | | | | * plugins/discord: discord presence plugin [Carl] * plugins/discord: use domain sockets and pipes [Carl] * winptty: fix connecting to existing socket (nw) plugins/discord: show pause state (nw) * plugins/discord: fix pause behavior (nw) | ||||
| * | detect attached debugger on OSX before generating trace/breakpoint trap | 2018-01-10 | 1 | -7/+17 | |
| | | |||||
| * | let osd_process_kill just kill, rest is on osd users, watchdog only in this ↵ | 2016-11-11 | 1 | -2/+0 | |
| | | | | | case (nw) | ||||
| * | No need for osd_malloc, osd_malloc_array and osd_free (nw) | 2016-11-11 | 1 | -43/+1 | |
| | | | | | MALLOC_DEBUG not applicable anymore since we use new to allocate in 99.9% of cases | ||||
| * | MT6284 flush stdout/stderr before killing process | 2016-07-08 | 1 | -1/+4 | |
| | | |||||
| * | Not needed anyway (nw) | 2016-06-30 | 1 | -1/+0 | |
| | | |||||
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -3/+2 | |
| | | |||||
| * | Introduce dynamic_module | 2016-06-11 | 1 | -0/+74 | |
| | | | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it. | ||||
| * | Fix OSX compile (nw) | 2016-05-06 | 1 | -4/+0 | |
| | | |||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -2/+2 | |
| | | |||||
| * | move clipboard handling on proper place (nw) | 2016-04-03 | 1 | -0/+83 | |
| | | |||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -1/+0 | |
| | | |||||
| * | use chrono calls for time handling in core (nw) | 2016-03-03 | 1 | -146/+0 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+285 | |
