Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -1/+1 | |
| | |||||
* | POSIX implementation for new directory read features, cleanup of Windows ↵ | 2016-06-25 | 1 | -1/+1 | |
| | | | | implementation, return directory handle as smart pointer, fix full build [Vas Crabb] | ||||
* | Introduce dynamic_module | 2016-06-11 | 1 | -2/+0 | |
| | | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it. | ||||
* | Placed back old output system as module "-output windows" need more things ↵ | 2016-06-05 | 1 | -0/+32 | |
| | | | | cleaned (nw) | ||||
* | moved osdsync to root of OSD, removed osdmini (nw) | 2016-04-15 | 1 | -3/+2 | |
| | |||||
* | Remove os dependant output handling (nw) | 2016-04-09 | 1 | -33/+0 | |
| | |||||
* | move clipboard handling on proper place (nw) | 2016-04-03 | 1 | -1/+0 | |
| | |||||
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -3/+3 | |
| | |||||
* | Make osd_file a polymorphic class that's held with smart pointers | 2016-03-14 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows | ||||
* | Clang 3.8.0 supports -municode (nw) | 2016-03-14 | 1 | -1/+1 | |
| | |||||
* | Fixing issue compiling on GCC 4.9 till 5.1 (nw) | 2016-03-05 | 1 | -0/+1 | |
| | |||||
* | link ole32 on Windows. Needed for CoInitializeEx() | 2016-03-02 | 1 | -0/+1 | |
| | |||||
* | Used std::thread and std::condition_variable (nw) | 2016-03-01 | 1 | -12/+2 | |
| | |||||
* | Dynamically load xinput | 2016-03-01 | 1 | -1/+0 | |
| | |||||
* | Add XInput support for Windows OSD | 2016-02-29 | 1 | -0/+1 | |
| | |||||
* | cleanup (nw) | 2016-02-29 | 1 | -1/+0 | |
| | |||||
* | Merge input modules work. | 2016-02-28 | 1 | -1/+0 | |
|\ | |||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -1/+0 | |
| | | |||||
* | | First take on render API reorg, nw | 2016-02-21 | 1 | -3/+6 | |
| | | |||||
* | | removed old entries. nw | 2016-02-17 | 1 | -1/+0 | |
|/ | |||||
* | qtdebugger as separate lib (nw) | 2015-12-26 | 1 | -0/+16 | |
| | |||||
* | Can't do override checks due to QT headers (nw) | 2015-12-07 | 1 | -6/+0 | |
| | |||||
* | Added addprojectflags function and added -Wsuggest-override for all that are ↵ | 2015-12-06 | 1 | -0/+6 | |
| | | | | | | not 3rdparty projects. It is place where all additional checks we should put | ||||
* | Added info header at the top of each .lua file (nw) | 2015-11-14 | 1 | -0/+8 | |
| | |||||
* | added more h files missing in lua scripts (nw) | 2015-11-12 | 1 | -0/+38 | |
| | |||||
* | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -7/+0 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -41/+41 | |
| | |||||
* | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -0/+1 | |
| | |||||
* | Update scripts for compile with latest BGFX (nw) | 2015-09-12 | 1 | -0/+1 | |
| | |||||
* | Fixed VS build (nw) | 2015-08-01 | 1 | -1/+3 | |
| | |||||
* | hmm.. new 5.2 mingw seems to need this to pickup sprintf for lto (NW) | 2015-07-23 | 1 | -0/+1 | |
| | |||||
* | Allow compiling with shared libraries [O. Galibert] | 2015-05-31 | 1 | -2/+2 | |
| | | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root. | ||||
* | propagate _subtarget in maintargetosdoptions call (nw) | 2015-05-21 | 1 | -1/+1 | |
| | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | |
| | |||||
* | fix for few more executable files (nw) | 2015-04-16 | 1 | -0/+4 | |
| | |||||
* | added SEPARATE_BIN option to put executable files in bin folder and not in ↵ | 2015-04-08 | 1 | -1/+3 | |
| | | | | main (useful for continuous integration )(nw) | ||||
* | Supported mingw-clang builds (nw) | 2015-04-06 | 1 | -1/+1 | |
| | |||||
* | back (nw) | 2015-04-05 | 1 | -18/+0 | |
| | |||||
* | rolled back, not worth of it (nw) | 2015-04-05 | 1 | -0/+18 | |
| | |||||
* | Made all windows build use icons (nw) | 2015-04-05 | 1 | -18/+0 | |
| | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-04-04 | 1 | -2/+50 | |
|\ | |||||
| * | * Take more link dependencies caused by OSD out of genie.lua | 2015-04-04 | 1 | -0/+5 | |
| | | | | | | | | | | * Always dynamically link SDL on Windows * Fix SDL1 build on Windows | ||||
| * | Bring back USE_SDL, CYGWIN_BUILD and malloc debugging for Windows OSD | 2015-04-04 | 1 | -2/+45 | |
| | | |||||
* | | Moved creation of most non-layout files out of makefile (nw) | 2015-04-04 | 1 | -0/+6 | |
|/ | |||||
* | removed includeosd (nw) | 2015-04-02 | 1 | -2/+4 | |
| | |||||
* | Ok shuffling done | 2015-04-01 | 1 | -0/+7 | |
| | |||||
* | fix it properly (nw) | 2015-04-01 | 1 | -7/+0 | |
| | |||||
* | MSVC build fix (nw) | 2015-04-01 | 1 | -3/+6 | |
| | |||||
* | Move osdcore.c back into libocore, don't allow libutil to #include osd | 2015-04-01 | 1 | -0/+1 | |
| | |||||
* | Bring back NOASM | 2015-04-01 | 1 | -1/+10 | |
| |