summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-11/+11
* general cleanup: Vas Crabb2017-05-231-7/+8
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Fix for the nonstandard types when not using the broken precompiled headers. ... smf-2016-11-191-0/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* srcclean (nw) Vas Crabb2016-09-261-1/+0
* srcclean and translation regeneration Vas Crabb2016-08-291-8/+8
* Standardized some names for softlist concepts Nathan Woods2016-08-201-3/+3
* Merge pull request #1222 from npwoods/move_software_name_parsing Vas Crabb2016-08-131-0/+5
|\
| * device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-0/+5
* | Fixed an issue that caused softlist device descriptions to be blank Nathan Woods2016-08-111-3/+3
* | Converted more softlist code to use std::string Nathan Woods2016-08-101-4/+2
|/
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-166/+62
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-7/+7
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-0/+53
* Incorporating Vas Crabb feedback Nathan Woods2016-07-211-1/+1
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-211-27/+26
* Vas Crabb feedback: Better adoption of move constructors, other cleanups Nathan Woods2016-07-201-5/+10
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-9/+13
* Using std::string more pervasively in softlist.cpp Nathan Woods2016-07-191-32/+28
* const correctness related changes to softlist Nathan Woods2016-07-191-5/+5
* Check software parts for incompatibility as well as compatibility AJR2016-05-031-1/+8
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-5/+5
* Iterate over core classes C++11 style AJR2016-03-311-6/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-8/+8
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+0
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Move expat.h include to c file (nw) Miodrag Milanovic2015-01-111-1/+0
* (MESS) nes.xml: added a couple of new multigame dumps using Fabio Priuli2014-10-131-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-29/+29
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-118/+161
* Renamed uimenu.? ==> ui/menu.?, uimain.? ==> Jürgen Buchmüller2014-01-171-1/+1
* (MESS) Fixed software list hookups. (nw) Curt Coder2013-01-231-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* floppy: Correctly reach files inside zips or softlists [O. Galibert] Olivier Galibert2013-01-021-0/+1
* Added support for multiple comma separated interfaces for device (no whatsnew) Miodrag Milanovic2012-03-291-0/+1
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-1/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-4/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-52/+81
* softlist: Fix entry count tracking issue [O. Galibert] Olivier Galibert2012-01-081-8/+5
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-4/+10
* Enabled filtering in best matches and also in "noswitch" aka MAME like start ... Miodrag Milanovic2011-12-221-8/+10