Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bump | 2016-02-24 | 1 | -1/+1 | |
| | |||||
* | fix compile (nw) | 2016-02-15 | 1 | -1/+1 | |
| | | | | | | GCC 5.3.1 on Fedora 22 src/lib/util/aviio.cpp:1378:57: error: ‘offset’ may be used uninitialized in this function [-Werror=maybe-uninitialized] | ||||
* | MAME related settings are saved on request only (nw) | 2016-02-06 | 2 | -1/+27 | |
| | |||||
* | Small code cleanup: | 2016-01-29 | 1 | -0/+2 | |
| | | | | | | | | | - corealloc.h: added macro definition for global_alloc (nothrow) memory allocation. - textbuf.cpp / wavwrite.cpp: removed pointless cast. - debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop. - diimage.cpp: simplified "device_image_interface::set_image_filename" function. - miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable. - ui.cpp: removed unused code. | ||||
* | Cleanups and version bumpmame0170 | 2016-01-27 | 1 | -3/+3 | |
| | |||||
* | reverting: | 2016-01-20 | 1 | -6/+6 | |
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | ||||
* | tags are now strings (nw) | 2016-01-16 | 1 | -6/+6 | |
| | | | | fix start project for custom builds in Visual Studio (nw) | ||||
* | Return std::string objects by value rather than pass by reference | 2016-01-10 | 8 | -39/+32 | |
| | | | | | | - strprintf is unaltered, but strformat now takes one fewer argument - state_string_export still fills a buffer, but has been made const - get_default_card_software now takes no arguments but returns a string | ||||
* | make make make_unique_clear accept all kind of parameters (nw) | 2016-01-08 | 2 | -31/+54 | |
| | |||||
* | removed memory tracking (nw) | 2016-01-08 | 2 | -544/+19 | |
| | |||||
* | Add realloc implementation as required by the C standard (nw) | 2016-01-02 | 2 | -1/+43 | |
| | |||||
* | Revert "Comment this, so OSX can compile" | 2016-01-01 | 1 | -1/+1 | |
| | | | | This reverts commit 2a6af208d6638103d4ca285f7a0f5e3fa5afa75a. | ||||
* | Comment this, so OSX can compile | 2016-01-01 | 1 | -1/+1 | |
| | |||||
* | chd-cd: when chdman wants only the original sectors, give it only the ↵ | 2015-12-27 | 1 | -12/+15 | |
| | | | | original sectors [R. Belmont] | ||||
* | Fixed missing noexcept in Visual Studio 2013. | 2015-12-22 | 1 | -0/+5 | |
| | |||||
* | Modernize `simple_list`: | 2015-12-21 | 1 | -21/+21 | |
| | | | | | | * Add `noexcept` * Use public `=delete` instead of private ctor/assignment * Remove unused `virtual` from dtor and mark class as `final` | ||||
* | added option to clear with value for arrays (nw) | 2015-12-17 | 1 | -0/+10 | |
| | |||||
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ | 2015-12-17 | 1 | -0/+19 | |
| | | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear | ||||
* | Fix tagged_list (nw) | 2015-12-14 | 1 | -1/+1 | |
| | |||||
* | make exception save actual tag (nw) | 2015-12-12 | 1 | -2/+2 | |
| | |||||
* | macro removal INLINE -> static inline (nw) | 2015-12-12 | 8 | -50/+50 | |
| | |||||
* | tagged_list without tagmap_t (nw) | 2015-12-11 | 2 | -274/+7 | |
| | |||||
* | Fix after tagmap conversion (nw) | 2015-12-10 | 1 | -1/+4 | |
| | |||||
* | tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) | 2015-12-09 | 2 | -40/+39 | |
| | |||||
* | updated checks since old versions are anyway not supported (nw) | 2015-12-09 | 1 | -3/+2 | |
| | |||||
* | cleanup of osdcomm.h (nw) | 2015-12-09 | 1 | -0/+4 | |
| | |||||
* | Revert "Cleanup of osdcomm.h (nw)" | 2015-12-09 | 1 | -4/+1 | |
| | | | | This reverts commit 1d40aecb585e8dd1fedefdd35a833c66fc2a1b96. | ||||
* | Cleanup of osdcomm.h (nw) | 2015-12-09 | 1 | -1/+4 | |
| | |||||
* | fix for VS builds, due to FPTR conversion (nw) | 2015-12-05 | 1 | -1/+1 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 3 | -3/+3 | |
| | |||||
* | clang-modernize part 1 (nw) | 2015-12-03 | 37 | -721/+722 | |
| | |||||
* | Initial conversion of core to C++14. Note that compilers are now limited to ↵ | 2015-12-03 | 2 | -36/+1 | |
| | | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] | ||||
* | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -4/+4 | |
| | |||||
* | Made fast delegates work on VS x64 builds (nw) | 2015-11-22 | 1 | -0/+63 | |
| | |||||
* | Revert "No need for simple_list_wrapper (nw)" | 2015-11-18 | 1 | -0/+34 | |
| | | | | This reverts commit 9cf26a0f698b9c6b17ed24e27199f50b8be1514a. | ||||
* | No need for simple_list_wrapper (nw) | 2015-11-18 | 1 | -34/+0 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 33 | -0/+0 | |
| | |||||
* | Relaxed emu.h a bit, should make compile a bit faster (nw) | 2015-11-05 | 2 | -2/+2 | |
| | |||||
* | as req? (nw) | 2015-11-04 | 1 | -1/+1 | |
| | |||||
* | made 32 bit mingw-clang build working | 2015-11-04 | 2 | -1/+3 | |
| | |||||
* | Fix to make VS2015 release builds possible (nw) | 2015-10-24 | 1 | -2/+6 | |
| | |||||
* | Cleanups and version bumpmame0166 | 2015-09-30 | 1 | -2/+2 | |
| | |||||
* | slap self | 2015-09-20 | 1 | -1/+2 | |
| | |||||
* | Simplified coreutil.c gregorian_days_in_month. [William Krick] | 2015-09-20 | 1 | -7/+6 | |
| | |||||
* | Remove direct zlib dependency in code (nw) | 2015-09-13 | 2 | -0/+8 | |
| | |||||
* | Add the rest of the 3-bit palettes and add the possiblity to set | 2015-07-29 | 2 | -0/+63 | |
| | | | | individual r/g/b levels for pens | ||||
* | blame balrog for this :) (NW) | 2015-07-08 | 1 | -2/+3 | |
| | |||||
* | Cleanups and version bumpmame0163 | 2015-06-24 | 34 | -1950/+1949 | |
| | |||||
* | Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any ↵ | 2015-06-07 | 2 | -19/+44 | |
| | | | | | | | meaning (nw)" (Requested by R.Belmont since this breaks build with GCC 5.1.) This reverts commit aae343fcedb49943bbcadeda9f3ad41172b6eecb. | ||||
* | Nope. (nw) | 2015-06-07 | 1 | -4/+4 | |
| | | | | | | This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004. At least this provides a more useful stacktrace, if anyone wants to debug. |