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
/
solver
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: Fix some edge cases in static compile. (nw)
couriersud
2020-04-28
1
-4
/
+7
*
netlist: more code maintenance. (nw)
couriersud
2020-04-28
1
-1
/
+5
*
netlist: improve const-awareness and tidy changes. (nw)
couriersud
2020-04-28
1
-1
/
+5
*
netlist: Fix clang-tidy warnings. (nw)
couriersud
2020-04-28
3
-16
/
+19
*
netlist: unify solver calls. (nw)
couriersud
2020-04-25
3
-37
/
+57
*
netlist: improve readability. (nw)
couriersud
2020-04-25
5
-41
/
+59
*
netlist: code maintenance and edge case fixes. (nw)
couriersud
2020-04-20
5
-29
/
+49
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
2
-20
/
+21
*
netlist: compile time improvement and code maintenance. (nw)
couriersud
2020-04-19
3
-11
/
+17
*
netlist: clang-tidy, srcclean and pedantic warnings fixed. (nw)
couriersud
2020-04-18
3
-4
/
+5
*
netlist: remove code duplication. (nw)
couriersud
2020-04-18
12
-135
/
+45
*
netlist: nltool usage and static compile changes. [Couriersud]
couriersud
2020-04-18
4
-10
/
+27
*
netlist: improve performance up to 65% on audio netlists. [Couriersud]
couriersud
2020-04-13
4
-42
/
+89
*
netlist: minor code maintenance. (nw)
couriersud
2020-04-11
1
-7
/
+5
*
netlist: performance improvement. (nw)
couriersud
2020-04-10
3
-19
/
+10
*
netlist: Fix some clang-tidy-10 warnings. (nw)
couriersud
2020-04-05
3
-4
/
+3
*
netlist: Code symplification and bugfixes. (nw)
couriersud
2020-01-31
1
-29
/
+39
*
netlist: Code maintenance. (nw)
couriersud
2020-01-27
5
-8
/
+6
*
netlist: MAJOR bug fix. Expect other bugs to surface. [Couriersud]
couriersud
2020-01-26
1
-8
/
+33
*
netlist: clang lint readability fixes. (nw)
couriersud
2020-01-25
11
-30
/
+30
*
netlist: code maintenance. (nw)
couriersud
2020-01-20
3
-42
/
+56
*
netlist: Code maintenance. (nw)
couriersud
2020-01-12
3
-10
/
+10
*
netlist: dead code removal. (nw)
couriersud
2020-01-11
3
-81
/
+11
*
netlist: Change visibility to private for some members. [Couriersud]
couriersud
2019-11-26
10
-119
/
+112
*
netlist: more code maintenance. (nw)
couriersud
2019-11-16
1
-7
/
+11
*
netlist: maintenance and bug fixes, remove DUMMY_INPUT. [Couriersud]
couriersud
2019-11-15
1
-1
/
+1
*
netlist: Proxy and power terminal hack removal. [Couriersud]
couriersud
2019-11-14
1
-5
/
+5
*
netlist: bug fix, code maintenance and performance improvement. (nw)
couriersud
2019-11-13
1
-1
/
+1
*
netlist: code maintenance. (nw)
couriersud
2019-11-13
1
-2
/
+1
*
netlist: maintenance. (nw)
couriersud
2019-11-11
3
-8
/
+6
*
netlist: code maintenance. (nw)
couriersud
2019-11-10
3
-11
/
+13
*
netlist: code maintenance and bug fixes. (nw)
couriersud
2019-11-08
13
-289
/
+274
*
netlist: code maintenance. (nw)
couriersud
2019-11-04
5
-15
/
+13
*
netlist: code maintenance. (nw)
couriersud
2019-11-03
7
-14
/
+6
*
netlist: Completed __float128 support. [Couriersud]
couriersud
2019-11-03
3
-4
/
+4
*
netlist: fix regression, preliminary __float128 support. (nw)
couriersud
2019-11-03
6
-12
/
+26
*
netlist: improve readability. (nw)
couriersud
2019-11-02
3
-20
/
+20
*
netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud]
couriersud
2019-11-02
11
-135
/
+152
*
netlist: Support for float, double and long double solvers. [Couriersud]
couriersud
2019-11-02
13
-199
/
+243
*
netlist: code maintenance and bugfixes. (nw)
couriersud
2019-11-01
1
-6
/
+4
*
netlist: convert constexpr constants into constexpr inline funcs. (nw)
couriersud
2019-11-01
1
-2
/
+3
*
netlist: further solver refactoring. (nw)
couriersud
2019-11-01
10
-260
/
+268
*
It's C++14 where constexpr variables still aren't inlined, making ridiculous ...
AJR
2019-10-31
1
-1
/
+1
*
netlist: Compile with float/double floating point. [Couriersud]
couriersud
2019-10-31
5
-36
/
+37
*
netlist: maintenance and simplifcation. (nw)
couriersud
2019-10-31
13
-234
/
+181
*
netlist: move solver stuff into separate namespace. (nw)
couriersud
2019-10-31
13
-427
/
+425
*
netlist solvers: fix some bad design. (nw)
couriersud
2019-10-30
13
-264
/
+215
*
netlist: code maintenance. (nw)
couriersud
2019-10-30
3
-23
/
+32
*
netlist: improve localized storage. (nw)
couriersud
2019-10-29
9
-129
/
+132
*
netlist: code maintenance. (nw)
couriersud
2019-10-29
2
-9
/
+11
[next]