summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/coretmpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* make make make_unique_clear accept all kind of parameters (nw) Miodrag Milanovic2016-01-081-29/+0
* Fixed missing noexcept in Visual Studio 2013. dankan18902015-12-221-0/+5
* Modernize `simple_list`: Vittorio Romeo2015-12-211-21/+21
* 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
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-27/+27
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-35/+0
* Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-181-0/+34
* No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-181-34/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+1
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-81/+3
* moved assert replacement inside emucore.h so it is actually used / removed as... Oliver Stöneberg2015-03-201-1/+0
* Enable OpenGL renderer on Windows. By default, run-time function couriersud2015-02-251-1/+1
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-6/+6
* Palettes are now copied during get_primlist. This should fix couriersud2015-01-011-0/+8
* Fix Clang compile (nw) R. Belmont2014-08-101-1/+1
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-9/+326
* #if 0 around some debugging code. Aaron Giles2014-02-201-1/+3
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-19/+34
* Removed some auto_mallocs in favor of dynamic_arrays. Aaron Giles2014-02-191-3/+9
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Separated user gain from input gain. Added more functions to Aaron Giles2012-04-261-1/+1
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-2/+2
* free_file_line no longer complains about NULL free's not existing. Aaron Giles2012-02-191-2/+2
* Delete dynamic_array buffer only if allocated, fixes crash in taitogn, requir... Miodrag Milanovic2012-02-181-2/+2
* Major CHD/chdman update. The CHD version number has been increased Aaron Giles2012-02-161-0/+109