summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/softlist.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* srcclean (nw) Vas Crabb2016-09-261-2/+0
* srcclean and translation regeneration Vas Crabb2016-08-291-5/+5
* Changed software_info::find_part() to use std::find_if() Nathan Woods2016-08-201-12/+13
* Standardized some names for softlist concepts Nathan Woods2016-08-201-28/+28
* Merge pull request #1222 from npwoods/move_software_name_parsing Vas Crabb2016-08-131-0/+72
|\
| * device_image_interface::software_name_split() ==> softlist.cpp:software_name_... Nathan Woods2016-08-101-0/+72
* | Fixed an issue that caused softlist device descriptions to be blank Nathan Woods2016-08-111-1/+2
* | Converted more softlist code to use std::string Nathan Woods2016-08-101-16/+10
|/
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-603/+52
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-38/+27
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-3/+3
* Merge pull request #1131 from npwoods/consolidate_call_softlist_load Vas Crabb2016-07-231-0/+38
|\
| * Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-0/+38
* | Added a usage of std::find_if() in softlist Nathan Woods2016-07-221-7/+14
* | Cure software lists of validity checking errors (nw) AJR2016-07-211-14/+46
|/
* Incorporating Vas Crabb feedback Nathan Woods2016-07-211-2/+2
* Changed some usage of simple_list to std::list in the softlist code Nathan Woods2016-07-211-20/+56
* std::string::c_str() const never returns nullptr Vas Crabb2016-07-211-43/+48
* Vas Crabb feedback: Better adoption of move constructors, other cleanups Nathan Woods2016-07-201-47/+42
* Exposed several strings as std::string on softlist objects, and fixed a few bugs Nathan Woods2016-07-201-96/+84
* Using std::string more pervasively in softlist.cpp Nathan Woods2016-07-191-22/+20
* const correctness related changes to softlist Nathan Woods2016-07-191-8/+8
* no need for custom allocators (nw) Miodrag Milanovic2016-06-181-35/+1
* Check software parts for incompatibility as well as compatibility AJR2016-05-031-11/+61
* better solution for rom_ignore in softlists. nw. etabeta782016-04-251-2/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* softlist.cpp: add support for "rom_ignore". [Fabio Priuli] etabeta782016-04-231-0/+2
* Iterate over devices C++11 style AJR2016-04-181-10/+9
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-2/+1
* Iterate over core classes C++11 style AJR2016-03-311-54/+54
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+2
* Clean up a bit more legacy code Vas Crabb2016-02-291-12/+12
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+5
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-2/+2
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-5/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-121/+121
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1260