summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp
Commit message (Expand)AuthorAgeFilesLines
* check that driver names contain only [0-9a-z_] (nw) Vas Crabb2016-09-101-0/+8
* Increased max length of parent name to 16, for evaluation purposes. (nw) Robbbert2016-09-091-2/+2
* Validity checking improvements AJR2016-07-271-1/+7
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-1/+1
* check a bunch more RGB operations in validity (nw) Vas Crabb2016-07-151-30/+319
* Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] Vas Crabb2016-07-141-38/+597
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-6/+6
* tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-181-3/+3
* Ioport refactoring and cleanups (nw) AJR2016-05-181-3/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Iterate over devices C++11 style AJR2016-04-181-30/+25
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+2
* Typo fix: nonexistant → nonexistent Jordi Mallach2016-04-011-2/+2
* Iterate over core classes C++11 style AJR2016-03-311-30/+30
* Further reduce template instantiations Vas Crabb2016-03-041-22/+2
* removed test since atomic functions about to be removed (nw) Miodrag Milanovic2016-03-011-17/+0
* ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-2/+2
* Revert "New driver specifiers; modify -listclones, -listsource; add -listtree" Miodrag Milanović2016-02-251-1/+1
* New driver specifiers; changes to -listclones, -listsource; add -listtree AJR2016-02-241-1/+1
* Some more validity checking improvements: AJR2016-01-241-10/+8
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-5/+5
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* Return std::string objects by value rather than pass by reference AJR2016-01-101-5/+3
* Fix errors from faulty merge (nw) AJR2016-01-021-9/+22
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-021-18/+23
* Revert "Allow mame -validate -verbose to display more messages (and make erro... Miodrag Milanović2015-12-281-50/+27
* Allow mame -validate -verbose to display more messages (and make error/warnin... AJR2015-12-271-27/+50
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-24/+24
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-47/+47
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* More cleanups (nw) Miodrag Milanovic2015-11-111-3/+3
* Fix more PVS-Studio warnings, nw therealmogminer@gmail.com2015-11-091-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1112