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
/
analog
/
nld_bjt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: Removed more magic numbers from the code. (nw)
couriersud
2020-05-01
1
-3
/
+3
*
netlist: More clang-tidy fixes. (nw)
couriersud
2020-04-28
1
-25
/
+27
*
netlist: Fix clang-tidy warnings. (nw)
couriersud
2020-04-28
1
-4
/
+4
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
1
-7
/
+7
*
netlist: Fix some clang-tidy-10 warnings. (nw)
couriersud
2020-04-05
1
-1
/
+0
*
netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud]
couriersud
2019-11-15
1
-9
/
+9
*
netlist: code maintenance. (nw)
couriersud
2019-11-10
1
-1
/
+1
*
netlist: code maintenance and bug fixes. (nw)
couriersud
2019-11-08
1
-65
/
+64
*
netlist: maintenance. (nw)
couriersud
2019-11-08
1
-4
/
+0
*
netlist: code and documentation maintenance fixes. [Couriersud]
couriersud
2019-11-07
1
-2
/
+2
*
netlist: code maintenance. (nw)
couriersud
2019-11-03
1
-3
/
+0
*
netlist: Completed __float128 support. [Couriersud]
couriersud
2019-11-03
1
-3
/
+3
*
netlist: improve readability. (nw)
couriersud
2019-11-02
1
-21
/
+19
*
netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud]
couriersud
2019-11-02
1
-21
/
+29
*
netlist: Support for float, double and long double solvers. [Couriersud]
couriersud
2019-11-02
1
-4
/
+4
*
netlist: maintenance and simplifcation. (nw)
couriersud
2019-10-31
1
-39
/
+39
*
netlist: code maintenance. (nw)
couriersud
2019-10-29
1
-0
/
+2
*
netlist: more lint corrections. (nw)
couriersud
2019-09-28
1
-1
/
+1
*
netlist: remove base_dummy class and fix CD4020 VCC/VDD.
couriersud
2019-05-11
1
-13
/
+5
*
netlist: Add LM2902, code refactoring. (nw)
couriersud
2019-04-07
1
-20
/
+6
*
netlist: TYPE=2 opamp model and MB3614 fixes.
couriersud
2019-04-07
1
-2
/
+5
*
netlist: Refactored model code. (nw)
couriersud
2019-03-31
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-302
/
+330
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-330
/
+302
*
netlist: add MOSFET model. [Couriersud]
couriersud
2019-03-25
1
-4
/
+6
*
netlist: refactor model code. (nw)
couriersud
2019-03-18
1
-1
/
+0
*
Fix indentation. (nw)
couriersud
2019-03-18
1
-287
/
+287
*
netlist: improve readability. (nw)
couriersud
2019-03-18
1
-2
/
+2
*
netlist: Added B-E and B-C capacitance to EB model. [Couriersud]
couriersud
2019-03-17
1
-13
/
+46
*
netlist: analog readability refactoring. (nw)
couriersud
2019-02-25
1
-5
/
+5
*
netlist: Fix relative include paths and a conflict. (nw)
couriersud
2019-02-23
1
-2
/
+2
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
1
-4
/
+2
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-6
/
+2
*
netlist: All devices now specify parameters in factory constructor. (nw)
couriersud
2019-02-01
1
-2
/
+2
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-11
/
+11
*
Removed most inlines not necessary ... (nw)
couriersud
2019-01-12
1
-3
/
+3
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
1
-1
/
+1
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
1
-6
/
+6
*
srcclean (nw)
Vas Crabb
2017-02-19
1
-1
/
+1
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
1
-3
/
+3
*
Some documentation work.
couriersud
2017-02-05
1
-1
/
+1
*
Fixed a number of issues:
couriersud
2017-01-31
1
-46
/
+44
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-1
/
+238
*
Fix a hidden bug in the GMRES solver and more optimization. (nw)
couriersud
2017-01-28
1
-2
/
+0
*
Cleanup of includes. (nw)
couriersud
2017-01-27
1
-0
/
+2
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-3
/
+3
*
Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw)
couriersud
2017-01-16
1
-1
/
+7
*
Move analog devices into "netlist::analog" namespace. Added
couriersud
2017-01-15
1
-1
/
+1
*
Introduce a more structured approach to models. (nw)
couriersud
2017-01-15
1
-8
/
+8
*
Minor refactoring with focus on a bit more readability. (nw)
couriersud
2017-01-07
1
-3
/
+6
[next]