summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/diagnostics
Commit message (Expand)AuthorAgeFilesLines
* Fixed MinGW AArch64 issues: (#11521) invertego2023-09-021-8/+61
* xbox_nv2a: better fix for dangling pointer warning, hap2023-06-141-7/+7
* diagnostics: fix clang Windows build (#10370) invertego2022-09-251-1/+1
* diagnostics: ignore all but type 0x20 symbols Patrick Mackinlay2022-09-191-1/+4
* diagnostics: preserve compatibility with old objdump Patrick Mackinlay2022-09-161-1/+1
* diagnostics: fix symbol backtrace with current objdump Patrick Mackinlay2022-09-151-1/+1
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-262-8/+0
* #7711: lld seems to add a minimal symbol that the system libraries catch. Be ... Aaron Giles2021-02-061-5/+14
* Fix compile. RobertoFresca2021-01-211-1/+1
* Much more core std::string_view modernization AJR2021-01-201-2/+4
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+3
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-2/+20
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-5/+5
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-302-23/+3
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-4/+8
* fix windows compile (nw) Miodrag Milanovic2017-02-111-0/+1
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-46/+46
* 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-1/+4
* more cleanup (nw) Miodrag Milanovic2016-07-011-10/+8
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* The calling convention goes inside the brackets of pointers to functions. All... smf-2016-06-151-9/+9
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-40/+44
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-273-4/+3
* Create diagnostic module for profiling and crash diagnostics Brad Hughes2016-04-173-0/+1183