summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/SDL2/cmake
ModeNameSize
-rw-r--r--macros.cmake1893logstatsplainblame
-rw-r--r--sdlchecks.cmake35981logstatsplainblame
s='commitgraph'>* bus/nubus: More Mac video card improvements. Vas Crabb2022-06-241-2/+4 * Still more user experience improvements: Vas Crabb2021-10-181-0/+2 * Remove emualloc.* AJR2021-06-221-4/+1 * Revert "fileio.cpp: This doesn't technically require emu.h" AJR2021-02-281-2/+1 * fileio.cpp: This doesn't technically require emu.h AJR2021-02-261-1/+2 * scripts: Remove references to non-existent headers and duplicate source file ... Roberto Benfatto2021-02-141-1/+0 * render.h, rendlay.h: Dependency refactoring AJR2021-01-041-0/+1 * Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-0/+2 * -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1 * Various improvements to image file handling: Vas Crabb2020-10-081-0/+1 * Debugger expression and memory access overhaul AJR2020-05-251-0/+2 * emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1 * Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-221-0/+2 * compile in the contents of the COPYING file for the about box - safer than as... Vas Crabb2020-03-221-2/+2 * UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1 * drawgfxm.h: Rename to drawgfxt.ipp and replace the mega-macros with template ... AJR2019-09-161-1/+1 * Enable precompiled header usage in the Visual Studio compiler (#5473) S.Z2019-08-131-0/+9 * Better support for screen orientation/geometry: Vas Crabb2018-07-261-10/+0 * emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+27 * Added possibility of building using system pugixml Julian Sikorski2018-03-271-0/+1 * get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-251-2/+0 * Fuck genie, Enhanced edition (nw) Olivier Galibert2018-03-121-1/+0 * forgot these are listed explicitly (nw) Vas Crabb2018-03-121-3/+0 * Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-1/+2 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+2 * dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+2 * Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-2/+0 * general cleanup: Vas Crabb2017-05-231-0/+1 * New device interface for palettes AJR2017-04-061-0/+2 * Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+2 * add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-0/+1 * Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+1 * Overhaul of devcb (nw) AJR2016-12-211-2/+0 * coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-151-1/+0 * Added ability to use ASIO in all core MAME parts (nw) Miodrag Milanovic2016-11-071-0/+1 * Polymorphize input_device and input_class; move to separate source file (nw)