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
/
plib
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: add more defines to nltool -v --version output
couriersud
2019-05-01
1
-2
/
+2
*
netlist: move things where they belong (nw)
couriersud
2019-04-29
1
-5
/
+29
*
netlist: fix include order and logging queue stats (nw)
couriersud
2019-04-28
1
-3
/
+3
*
plib: don't assume constructors will only throw things derived from std::exce...
Vas Crabb
2019-04-24
2
-2
/
+2
*
netlist: fix validation errors. (nw)
couriersud
2019-04-23
1
-3
/
+10
*
netlist: fix exception handling and uninitialized var. (nw)
couriersud
2019-04-22
3
-3
/
+3
*
netlist/plib: Fix memory leak when exception is thrown in constructor.
couriersud
2019-04-22
2
-2
/
+28
*
netlist: Fix MT06827.
couriersud
2019-04-22
4
-17
/
+30
*
netlist: fix some error/warnings. (nw)
couriersud
2019-04-22
2
-71
/
+75
*
netlist: minor optimization. (nw)
couriersud
2019-04-22
1
-1
/
+1
*
netlist: lint and pedantic warning fixes. (nw)
couriersud
2019-04-22
1
-0
/
+6
*
netlist: srcclean (nw)
couriersud
2019-04-18
1
-4
/
+4
*
netlist: scalable error messages.
couriersud
2019-04-18
1
-0
/
+6
*
plib: mempool refactoring. (nw)
couriersud
2019-04-17
1
-24
/
+19
*
netlist: Improve validation code.
couriersud
2019-04-16
1
-1
/
+1
*
netlist: Add validation support to netlist device.
couriersud
2019-04-15
2
-15
/
+33
*
plib: fix crash when argument is missing. (nw)
couriersud
2019-04-13
1
-1
/
+3
*
netlist: clang lint fixes and pedantic warning fixes. (nw)
couriersud
2019-04-12
4
-6
/
+7
*
netlist: MB3614 again, function controlled VARCLOCK and other
couriersud
2019-04-07
3
-7
/
+21
*
netlist: TYPE=2 opamp model and MB3614 fixes.
couriersud
2019-04-07
1
-3
/
+4
*
Netlist: Add global parameter to disable semi-conductor capacitance
couriersud
2019-03-31
1
-0
/
+1
*
netlist: Timing bug fix. Affects regression tests. [Couriersud]
couriersud
2019-03-29
1
-1
/
+1
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
38
-1497
/
+4004
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
38
-4004
/
+1497
*
netlist: add MOSFET model. [Couriersud]
couriersud
2019-03-25
2
-1
/
+30
*
srcclean (nw)
Vas Crabb
2019-03-24
1
-1
/
+1
*
netlist: refactor model code. (nw)
couriersud
2019-03-18
1
-0
/
+6
*
netlist: Added B-E and B-C capacitance to EB model. [Couriersud]
couriersud
2019-03-17
1
-0
/
+6
*
Fix bug. (nw)
couriersud
2019-03-17
1
-1
/
+1
*
netlist: Fix formatting bug. (nw)
couriersud
2019-03-17
1
-50
/
+58
*
netlist: remove printf. (nw)
couriersud
2019-03-02
2
-2
/
+3
*
netlist: refactoring. (nw)
couriersud
2019-03-01
7
-90
/
+26
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
8
-266
/
+259
*
netlist: clang tidy. (nw)
couriersud
2019-03-01
1
-1
/
+1
*
netlist: cosmetic changes - mostly indentation. (nw)
couriersud
2019-03-01
9
-26
/
+25
*
netlist: fix bugs in the alignment code. (nw)
couriersud
2019-02-25
4
-34
/
+79
*
netlist: tidy changes and better constexpr support for ptime class. (nw)
couriersud
2019-02-24
8
-53
/
+52
*
netlist: more alignment related refactoring. (nw)
couriersud
2019-02-24
7
-72
/
+213
*
Move fillmatrix to to matrix solver base class. (nw)
couriersud
2019-02-24
2
-3
/
+11
*
srcclean (nw)
Vas Crabb
2019-02-24
5
-75
/
+75
*
Move ptime struct into plib namespace and fix relative includes. (nw)
couriersud
2019-02-23
1
-0
/
+136
*
netlist: Fix some more exotic compile options. (nw)
couriersud
2019-02-23
1
-1
/
+1
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
19
-60
/
+84
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
8
-50
/
+257
*
netlist: fix a bug and some performance tweaks. (nw)
couriersud
2019-02-20
3
-22
/
+48
*
(nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will...
Vas Crabb
2019-02-19
2
-5
/
+5
*
netlist: tick off some issues clang-tidy highlights. (nw)
couriersud
2019-02-18
6
-193
/
+217
*
netlist: refactoring startup process and array usage. (nw)
couriersud
2019-02-17
2
-12
/
+13
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
6
-54
/
+164
*
netlist: indent. (nw)
couriersud
2019-02-13
1
-114
/
+114
[next]