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
/
nld_matrix_solver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: Relicensing of the GPL code to BSD-3 with the blessing of the
Olivier Galibert
2021-03-09
1
-1
/
+1
*
netlist: move core_terms to netlist_state.
couriersud
2020-10-02
1
-5
/
+5
*
netlist: Fix 128 bit integer support.
couriersud
2020-09-24
1
-3
/
+3
*
netlist: further nl_base.h splitting into headers in core subdir.
couriersud
2020-07-28
1
-1
/
+1
*
netlist: sub solvers now have their own parameter set.
couriersud
2020-07-25
1
-1
/
+2
*
netlist: Fix scheduling bug.
couriersud
2020-07-25
1
-1
/
+1
*
netlist: separate nl_base.h into separate header files.
couriersud
2020-07-25
1
-1
/
+0
*
netlist: Rewrote scheduler scheduling.
couriersud
2020-07-25
1
-20
/
+19
*
netlist: nld_matrix_solver is now owned by nld_solver.
couriersud
2020-07-25
1
-5
/
+8
*
netlist: include timestamp in newton-raphson loop warnings.
couriersud
2020-07-18
1
-2
/
+2
*
netlist: prepare road towards trapezoidal integration.
couriersud
2020-07-17
1
-1
/
+1
*
netlist: finished input handler refactoring.
couriersud
2020-07-12
1
-1
/
+1
*
netlist: emit a warning every 100 invocations of nr resolution.
couriersud
2020-07-12
1
-3
/
+6
*
netlist: improve dealing with non-convergence situations.
couriersud
2020-07-11
1
-32
/
+85
*
netlist: remove soft reset support.
couriersud
2020-07-05
1
-1
/
+1
*
netlist: code maintenance and bug fixes.
couriersud
2020-07-01
1
-0
/
+1
*
netlist: include file refactoring.
couriersud
2020-06-28
1
-2
/
+2
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
1
-11
/
+11
*
netlist: Improve static solver performance by 5%. [Couriersud]
couriersud
2020-06-13
1
-0
/
+11
*
netlist: small memory system cleanup. (nw)
couriersud
2020-05-25
1
-1
/
+1
*
netlist: code cleanup and development stage tristate [Couriersud]
couriersud
2020-05-15
1
-4
/
+4
*
netlist: more code maintenance. (nw)
couriersud
2020-04-28
1
-1
/
+5
*
netlist: Fix clang-tidy warnings. (nw)
couriersud
2020-04-28
1
-12
/
+1
*
netlist: unify solver calls. (nw)
couriersud
2020-04-25
1
-17
/
+15
*
netlist: improve readability. (nw)
couriersud
2020-04-25
1
-7
/
+9
*
netlist: code maintenance and edge case fixes. (nw)
couriersud
2020-04-20
1
-1
/
+6
*
netlist: rename some camel case names. (nw)
couriersud
2020-04-19
1
-2
/
+2
*
netlist: compile time improvement and code maintenance. (nw)
couriersud
2020-04-19
1
-3
/
+3
*
netlist: clang-tidy, srcclean and pedantic warnings fixed. (nw)
couriersud
2020-04-18
1
-2
/
+2
*
netlist: remove code duplication. (nw)
couriersud
2020-04-18
1
-5
/
+9
*
netlist: improve performance up to 65% on audio netlists. [Couriersud]
couriersud
2020-04-13
1
-15
/
+21
*
netlist: performance improvement. (nw)
couriersud
2020-04-10
1
-2
/
+0
*
netlist: Fix some clang-tidy-10 warnings. (nw)
couriersud
2020-04-05
1
-1
/
+1
*
netlist: Code maintenance. (nw)
couriersud
2020-01-27
1
-3
/
+1
*
netlist: code maintenance. (nw)
couriersud
2020-01-20
1
-9
/
+45
*
netlist: Code maintenance. (nw)
couriersud
2020-01-12
1
-6
/
+6
*
netlist: dead code removal. (nw)
couriersud
2020-01-11
1
-3
/
+1
*
netlist: Change visibility to private for some members. [Couriersud]
couriersud
2019-11-26
1
-2
/
+4
*
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: code maintenance and bug fixes. (nw)
couriersud
2019-11-08
1
-56
/
+49
*
netlist: code maintenance. (nw)
couriersud
2019-11-04
1
-8
/
+8
*
netlist: code maintenance. (nw)
couriersud
2019-11-03
1
-2
/
+0
*
netlist: Completed __float128 support. [Couriersud]
couriersud
2019-11-03
1
-1
/
+1
*
netlist: improve readability. (nw)
couriersud
2019-11-02
1
-2
/
+2
*
netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud]
couriersud
2019-11-02
1
-2
/
+2
*
netlist: Support for float, double and long double solvers. [Couriersud]
couriersud
2019-11-02
1
-5
/
+5
*
netlist: further solver refactoring. (nw)
couriersud
2019-11-01
1
-52
/
+0
*
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
1
-2
/
+2
[next]