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
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-2
/
+1
*
More user experience improvements:
Vas Crabb
2021-10-15
1
-35
/
+36
*
More user experience improvements:
Vas Crabb
2021-10-14
1
-17
/
+13
*
Overdue internal UI enhancements (#8674)
Vas Crabb
2021-10-09
1
-28
/
+30
*
softlist.cpp: Add support for a 'notes' field to store information ab… (#8482)
wilbertpol
2021-10-05
1
-2
/
+29
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-13
/
+11
*
-Miscellaneous improvements for software lists:
Vas Crabb
2021-06-23
1
-44
/
+108
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-5
/
+5
*
start putting noexcept on things that have no business throwing exceptions, s...
Vas Crabb
2019-11-10
1
-35
/
+43
*
(nw) typo in last commit
Robbbert
2019-04-14
1
-1
/
+1
*
(nw) softlists: offset is now optional and defaults to 0. [hap]
Robbbert
2019-04-14
1
-7
/
+4
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
1
-7
/
+7
*
damn PCH (nw)
Vas Crabb
2018-06-25
1
-0
/
+2
*
simplify nodump chd check (nw)
smf-
2018-01-03
1
-1
/
+1
*
soflist.cpp: fixed nodump disk validation regression (nw)
Ivan Vangelista
2018-01-03
1
-1
/
+1
*
general cleanup:
Vas Crabb
2017-05-23
1
-2
/
+4
*
Changed a lookup within the softlist code to use std::find_if()
Nathan Woods
2017-04-06
1
-4
/
+7
*
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
[next]