index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
7
-79
/
+77
*
chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency wit...
MetalliC
2016-07-25
1
-0
/
+2
*
Merge pull request #1139 from GiuseppeGorgoglione/master
R. Belmont
2016-07-24
1
-3
/
+52
|
\
|
*
Fix for netlist library when built for WINDOWS with UNICODE defined
Giuseppe Gorgoglione
2016-07-24
1
-3
/
+52
*
|
chdcd: fix >2GB .iso parsing
MetalliC
2016-07-24
1
-2
/
+1
|
/
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
6
-68
/
+619
*
Netlist updates:
couriersud
2016-07-21
88
-1511
/
+4904
*
Fixed MT #6291
ImJezze
2016-07-16
1
-18
/
+12
*
renamed bbc_dsk to acorn_dsk
Nigel Barnes
2016-07-16
4
-514
/
+819
*
fsd_dsk: more logging (nw)
Nigel Barnes
2016-07-16
1
-9
/
+19
*
Added generic fix for #6286
ImJezze
2016-07-16
1
-2
/
+26
*
Fix archimedes disk format [O. Galibert]
Olivier Galibert
2016-07-15
1
-1
/
+6
*
misc fixes (nw)
Vas Crabb
2016-07-12
1
-4
/
+5
*
Fixed issue that could cause core_filename_ends_with() to return true when ex...
Nathan Woods
2016-07-11
1
-5
/
+6
*
Adding a check for reverse overflow when extensions is longer than filename
Nathan Woods
2016-07-11
1
-2
/
+2
*
Adopting std::find() and std::find_if() in core_filename_extract_base()
Nathan Woods
2016-07-11
1
-10
/
+8
*
Deeper C++-ification
Nathan Woods
2016-07-11
1
-8
/
+12
*
C++-ification of some corefile static functions
Nathan Woods
2016-07-10
2
-10
/
+10
*
Moved two macros, added more RAII and improved exceptions. Fixed some
couriersud
2016-07-09
14
-189
/
+216
*
Changed some int's to size_t's and added assertions where we were assuming th...
Nathan Woods
2016-07-07
2
-3
/
+3
*
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch...
Nathan Woods
2016-07-07
8
-357
/
+337
*
As per Vas Crabb, readding overloads that take a std::string& parameter for t...
Nathan Woods
2016-07-04
2
-6
/
+46
*
Changed a few zippath related functions to return their strings as a return v...
Nathan Woods
2016-07-03
2
-11
/
+12
*
Changed zippath.[cpp|h] to use C++-style comments
Nathan Woods
2016-07-03
2
-85
/
+85
*
override without virtual looks uncomfortable (nw)
Vas Crabb
2016-07-03
1
-1
/
+1
*
Converted menu_file_create to use std::string for its filename buffer
Nathan Woods
2016-07-02
2
-0
/
+14
*
C++-ification of src/lib/util/unicode.[cpp|h]
Nathan Woods
2016-07-02
2
-81
/
+81
*
Netlist improvements:
couriersud
2016-07-01
36
-276
/
+433
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
5
-15
/
+14
*
Fixed incorrect implementation of win_time_point_from_filetime()
Vas Crabb
2016-06-26
4
-84
/
+141
|
\
|
*
Introduced src/lib/util/timeconv.[c|h], moved code from un7z.cpp into it, and...
Nathan Woods
2016-06-26
3
-42
/
+135
*
|
Fix Clang compile on OSX
Brad Hughes
2016-06-25
2
-2
/
+2
|
/
*
clang on windows fixes (nw)
Miodrag Milanovic
2016-06-25
1
-3
/
+0
*
Supply modified time for files in archives [Vas Crabb]
Vas Crabb
2016-06-25
4
-39
/
+242
*
fix Clang build. it still fails b/c of the file and directory stuff. (nw)
arbee
2016-06-24
1
-2
/
+2
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
89
-232
/
+130
*
Merge remote-tracking branch 'origin/master' into netlist_dev
couriersud
2016-06-24
2
-35
/
+35
|
\
|
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-4
/
+4
|
*
Load save state preparations [Nathan Woods]
Vas Crabb
2016-06-24
2
-33
/
+33
|
|
\
|
|
*
Changed osd_stat() to return std::unique_ptr<osd::directory::entry>
Nathan Woods
2016-06-24
1
-1
/
+1
|
|
*
C++-ified osd_directory (now osd::directory), and added last_modified to osd:...
Nathan Woods
2016-06-24
2
-33
/
+33
*
|
|
Add explicit to constructors to avoid bad surprises later. (nw)
couriersud
2016-06-24
7
-17
/
+17
*
|
|
Merge remote-tracking branch 'origin/master' into netlist_dev
couriersud
2016-06-24
2
-18
/
+18
|
\
|
|
|
*
|
Improved workaround for missing cbegin/cend in glibstdc++ [Alex Miller]
Vas Crabb
2016-06-24
2
-18
/
+18
|
|
/
*
/
Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool
couriersud
2016-06-24
6
-30
/
+42
|
/
*
Netlist changes
couriersud
2016-06-23
30
-623
/
+1122
*
Added rgb_t::transparent constant
Nathan Woods
2016-06-18
2
-0
/
+2
*
remove all usages of tagmap
Miodrag Milanovic
2016-06-18
1
-96
/
+0
*
gcc 6.1.1 warning fixes (nw)
Olivier Galibert
2016-06-16
1
-3
/
+3
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
68
-1425
/
+1044
[next]