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
/
netlist
/
prg
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: code maintenance
Couriersud
2019-04-28
1
-0
/
+9
*
netlist: runtime performance statistics on demand.
couriersud
2019-04-22
1
-0
/
+3
*
netlist: lint and pedantic warning fixes. (nw)
couriersud
2019-04-22
1
-1
/
+0
*
netlist: bug fixes and nltool validation.
couriersud
2019-04-21
1
-79
/
+148
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
2
-415
/
+550
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
2
-550
/
+415
*
netlist: fix bugs in object initialization order. (nw)
Couriersud
2019-03-06
1
-1
/
+1
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-1
/
+1
*
netlist: clang tidy. (nw)
couriersud
2019-03-01
1
-33
/
+23
*
netlist: cosmetic changes - mostly indentation. (nw)
couriersud
2019-03-01
1
-2
/
+1
*
srcclean (nw)
Vas Crabb
2019-02-24
1
-1
/
+1
*
netlist: Fix relative include paths and a conflict. (nw)
couriersud
2019-02-23
1
-1
/
+1
*
Move ptime struct into plib namespace and fix relative includes. (nw)
couriersud
2019-02-23
1
-5
/
+5
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
2
-13
/
+15
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
2
-11
/
+11
*
netlist: remove locked-in context from sources. (nw)
couriersud
2019-02-17
1
-8
/
+7
*
netlist: Separation of duties. (nw)
couriersud
2019-02-16
1
-2
/
+2
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-11
/
+7
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
2
-2
/
+3
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-2
/
+2
*
netlist: more cpp core guidelines work. (nw)
couriersud
2019-02-08
1
-5
/
+5
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
2
-26
/
+30
*
netlist: Further simplification and optimization. (nw)
couriersud
2019-02-04
1
-53
/
+57
*
netlist: Refactoring and some functionality enhancements. (nw)
couriersud
2019-02-04
2
-12
/
+19
*
netlist: fix some issues. (nw)
couriersud
2019-02-02
1
-37
/
+32
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-4
/
+0
*
netlist: Refactoring continues ... plus some innovations (nw)
couriersud
2019-01-31
1
-7
/
+0
*
srcclean and cleanup (nw)
Vas Crabb
2019-01-27
2
-7
/
+7
*
netlist: nlwav now also converts log files to VCD format. [couriersud]
couriersud
2019-01-20
1
-185
/
+316
*
netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw)
couriersud
2019-01-19
1
-14
/
+13
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-11
/
+13
*
netlist: Code refactoring. (nw)
couriersud
2019-01-14
1
-2
/
+2
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
1
-7
/
+17
*
Improve dealing ownership in pstreams. (nw)
couriersud
2019-01-13
2
-15
/
+21
*
2018 -> 2019 changes (nw)
Stiletto
2019-01-10
2
-2
/
+2
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
2
-11
/
+11
*
Code maintenance and fix for "pure virtual call" error. (nw)
couriersud
2019-01-06
1
-0
/
+1
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-17
/
+17
*
srcclean and other cleanup (nw)
Vas Crabb
2018-06-24
1
-0
/
+0
*
Updates "2017" strings to "2018" where relevant.
Jonathan Holt
2018-01-06
2
-2
/
+2
*
Fix VS2015 build. (nw)
couriersud
2017-04-09
1
-0
/
+8
*
Netlist code refactoring:
couriersud
2017-04-09
1
-1
/
+1
*
pstring, pdynlib, pfmtlog refactoring :
couriersud
2017-04-04
1
-4
/
+4
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-10
/
+8
*
Turn psring iterator into a real forward iterator that works with standard al...
Vas Crabb
2017-03-30
1
-1
/
+1
*
Fix clang warnings in netlist code.
couriersud
2017-03-05
1
-4
/
+3
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
1
-3
/
+3
*
srcclean (nw)
Vas Crabb
2017-02-19
1
-2
/
+2
*
Fix nltool logging. (nw)
couriersud
2017-02-19
1
-8
/
+9
*
Reworked truthtables a bit.
couriersud
2017-02-17
1
-2
/
+3
[next]