summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdsync.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous improvements: Vas Crabb2023-04-141-35/+36
* Ensure queue->thread will have at least 1 work_thread_info in it (#10560) CasualPokePlayer2022-11-181-1/+1
* Fix chdman threading on cpus with many cores (#9006) tellowkrinkle2021-12-171-14/+11
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-3/+3
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-3/+3
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-2/+2
|\
| * use C++ library includes (nw) firewave2020-01-221-2/+2
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-4/+2
|/
* Really disable multithreading on the Emscripten target (nw) Justin Kerk2018-05-011-0/+5
* Disable multithreading on the Emscripten target as it is not currently suppor... Justin Kerk2018-03-061-0/+5
* Revert "reordering the #include lets you build this file with latest mingw he... smf-2017-05-141-5/+5
* reordered #include again for latest mingw64 includes (nw) smf-2017-05-141-5/+5
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-221-2/+2
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* fix vs2015 build (nw) Miodrag Milanovic2016-07-311-1/+1
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-5/+7
* Disable pthreads under Emscripten for now, they aren't actually available unl... Justin Kerk2016-05-261-1/+1
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-3/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-21/+21
* moved osdsync to root of OSD, removed osdmini (nw) Miodrag Milanovic2016-04-151-0/+813