index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
softlist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-6
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-2
/
+0
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-5
/
+5
*
Changed software_info::find_part() to use std::find_if()
Nathan Woods
2016-08-20
1
-12
/
+13
*
Standardized some names for softlist concepts
Nathan Woods
2016-08-20
1
-28
/
+28
*
Merge pull request #1222 from npwoods/move_software_name_parsing
Vas Crabb
2016-08-13
1
-0
/
+72
|
\
|
*
device_image_interface::software_name_split() ==> softlist.cpp:software_name_...
Nathan Woods
2016-08-10
1
-0
/
+72
*
|
Fixed an issue that caused softlist device descriptions to be blank
Nathan Woods
2016-08-11
1
-1
/
+2
*
|
Converted more softlist code to use std::string
Nathan Woods
2016-08-10
1
-16
/
+10
|
/
*
Redo of split of src/emu/softlist.[cpp|h]
Nathan Woods
2016-08-02
1
-603
/
+52
*
Changes rom_entry from a struct to a class, storing its strings as std::strin...
Nathan Woods
2016-08-01
1
-38
/
+27
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-3
/
+3
*
Merge pull request #1131 from npwoods/consolidate_call_softlist_load
Vas Crabb
2016-07-23
1
-0
/
+38
|
\
|
*
Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ...
Nathan Woods
2016-07-23
1
-0
/
+38
*
|
Added a usage of std::find_if() in softlist
Nathan Woods
2016-07-22
1
-7
/
+14
*
|
Cure software lists of validity checking errors (nw)
AJR
2016-07-21
1
-14
/
+46
|
/
*
Incorporating Vas Crabb feedback
Nathan Woods
2016-07-21
1
-2
/
+2
*
Changed some usage of simple_list to std::list in the softlist code
Nathan Woods
2016-07-21
1
-20
/
+56
*
std::string::c_str() const never returns nullptr
Vas Crabb
2016-07-21
1
-43
/
+48
*
Vas Crabb feedback: Better adoption of move constructors, other cleanups
Nathan Woods
2016-07-20
1
-47
/
+42
*
Exposed several strings as std::string on softlist objects, and fixed a few bugs
Nathan Woods
2016-07-20
1
-96
/
+84
*
Using std::string more pervasively in softlist.cpp
Nathan Woods
2016-07-19
1
-22
/
+20
*
const correctness related changes to softlist
Nathan Woods
2016-07-19
1
-8
/
+8
*
no need for custom allocators (nw)
Miodrag Milanovic
2016-06-18
1
-35
/
+1
*
Check software parts for incompatibility as well as compatibility
AJR
2016-05-03
1
-11
/
+61
*
better solution for rom_ignore in softlists. nw.
etabeta78
2016-04-25
1
-2
/
+5
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
softlist.cpp: add support for "rom_ignore". [Fabio Priuli]
etabeta78
2016-04-23
1
-0
/
+2
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-10
/
+9
*
lower deps on clifront.h (nw)
Miodrag Milanovic
2016-04-15
1
-2
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-54
/
+54
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-2
/
+2
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-2
/
+2
*
Clean up a bit more legacy code
Vas Crabb
2016-02-29
1
-12
/
+12
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-6
/
+5
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-2
/
+2
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-5
/
+5
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-121
/
+121
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-1
/
+1
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1260