summaryrefslogtreecommitdiffstats
path: root/src/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
|
* fix compile (nw) Jeffrey Clark2016-02-151-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]
* Add a BC548 transistor model Vas Crabb2016-02-121-1/+2
|
* MAME related settings are saved on request only (nw) Miodrag Milanovic2016-02-062-1/+27
|
* Small code cleanup: dankan18902016-01-291-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 Miodrag Milanovic2016-01-271-3/+3
|
* reverting: Miodrag Milanovic2016-01-203-26/+26
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* tags are now strings (nw) Miodrag Milanovic2016-01-163-26/+26
| | | | fix start project for custom builds in Visual Studio (nw)
* Return std::string objects by value rather than pass by reference AJR2016-01-1010-44/+36
| | | | | | - 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
* Fix Linux compile errors Brandon Munger2016-01-082-16/+0
|
* make make make_unique_clear accept all kind of parameters (nw) Miodrag Milanovic2016-01-082-31/+54
|
* removed memory tracking (nw) Miodrag Milanovic2016-01-084-547/+22
|
* Add realloc implementation as required by the C standard (nw) balr0g2016-01-022-1/+43
|
* Revert "Comment this, so OSX can compile" Miodrag Milanovic2016-01-011-1/+1
| | | | This reverts commit 2a6af208d6638103d4ca285f7a0f5e3fa5afa75a.
* Comment this, so OSX can compile Miodrag Milanovic2016-01-011-1/+1
|
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
|
* fix override (nw) Nigel Barnes2015-12-291-5/+5
|
* bbc: added Torch computer (preliminary) Nigel Barnes2015-12-292-0/+64
|
* chd-cd: when chdman wants only the original sectors, give it only the ↵ arbee2015-12-271-12/+15
| | | | original sectors [R. Belmont]
* made netlist compile as separate without c++11 or higher deps (nw) Miodrag Milanovic2015-12-252-3/+2
| | | | requested by Couriersud
* Fixed missing noexcept in Visual Studio 2013. dankan18902015-12-221-0/+5
|
* Modernize `simple_list`: Vittorio Romeo2015-12-211-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) Miodrag Milanovic2015-12-171-0/+10
|
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ↵ Miodrag Milanovic2015-12-171-0/+19
| | | | | | | std::unique_ptr (nw) auto_alloc_array to unique_ptr Added make_unique_clear
* Fix tagged_list (nw) Miodrag Milanovic2015-12-141-1/+1
|
* make exception save actual tag (nw) Miodrag Milanovic2015-12-121-2/+2
|
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1218-77/+77
|
* tagged_list without tagmap_t (nw) Miodrag Milanovic2015-12-112-274/+7
|
* Fix after tagmap conversion (nw) Miodrag Milanovic2015-12-101-1/+4
|
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-092-40/+39
|
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-091-3/+2
|
* cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-0/+4
|
* Revert "Cleanup of osdcomm.h (nw)" Miodrag Milanovic2015-12-091-4/+1
| | | | This reverts commit 1d40aecb585e8dd1fedefdd35a833c66fc2a1b96.
* Cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-1/+4
|
* fix build for VS 2013 and earlier. dankan18902015-12-071-0/+2
| | | | reference http://stackoverflow.com/questions/22212737/strange-syntax-error-reported-in-a-range-based-for-loop
* netlist override update (nw) Miodrag Milanovic2015-12-0626-184/+184
|
* fixing some more override (nw) Miodrag Milanovic2015-12-0668-294/+295
|
* override part 3 (nw) Miodrag Milanovic2015-12-051-8/+8
|
* override part 1 (nw) Miodrag Milanovic2015-12-0536-202/+202
|
* fix for VS builds, due to FPTR conversion (nw) Miodrag Milanovic2015-12-051-1/+1
|
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-042-2/+2
|
* clang-modernize part 6 Miodrag Milanovic2015-12-044-20/+20
|
* clang-modernize part 5 Miodrag Milanovic2015-12-0468-218/+218
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-0346-784/+785
|
* Initial conversion of core to C++14. Note that compilers are now limited to ↵ Miodrag Milanovic2015-12-032-36/+1
| | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic]
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-13/+11
|
* Made fast delegates work on VS x64 builds (nw) Miodrag Milanovic2015-11-221-0/+63
|
* ap2_dsk.c: support 36-track Apple II NIB images [Peter Ferrie] Peter Ferrie2015-11-191-3/+3
|
* Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-181-0/+34
| | | | This reverts commit 9cf26a0f698b9c6b17ed24e27199f50b8be1514a.
* No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-181-34/+0
|