summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdsync.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw)
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-2/+2
|\ | | | | use C++ library includes (nw)
| * use C++ library includes (nw) firewave2020-01-221-2/+2
| |
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-4/+2
|/ | | | | | | | | | | | | | * fixed some bugprone-throw-keyword-missing clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some readability-delete-null-pointer clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw)
* 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 ↵ Justin Kerk2018-03-061-0/+5
| | | | supported. Fixes e.g. drivers using discrete audio components. [Justin Kerk]
* Revert "reordering the #include lets you build this file with latest mingw ↵ smf-2017-05-141-5/+5
| | | | | | headers (nw)" This reverts commit c3b10caf4e83135756ce400ec39d1b10b7d97b93.
* 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
| | | | BOOL (nw)
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-19/+19
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
| | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8
* 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
| | | | to inline functions (nw)
* Disable pthreads under Emscripten for now, they aren't actually available ↵ Justin Kerk2016-05-261-1/+1
| | | | unless you compile with experimental settings (nw)
* 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