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_solver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-7
/
+7
*
netlist: memory allocation clean-up. (nw)
couriersud
2019-02-13
1
-2
/
+2
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
1
-17
/
+12
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-2
/
+2
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-13
/
+13
*
netlist: Further simplification and optimization. (nw)
couriersud
2019-02-04
1
-1
/
+1
*
netlist: All devices now specify parameters in factory constructor. (nw)
couriersud
2019-02-01
1
-1
/
+1
*
netlist: remove trampoline code. (nw)
couriersud
2019-02-01
1
-1
/
+1
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-4
/
+5
*
netlist: Refactoring continues ... plus some innovations (nw)
couriersud
2019-01-31
1
-1
/
+1
*
netlist: refactor code for better scalability and flexibility. (nw)
couriersud
2019-01-27
1
-35
/
+34
*
netlist: add comment processing to preprocessor. [couriersud]
couriersud
2019-01-20
1
-1
/
+1
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-13
/
+13
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-3
/
+3
*
netlist: Code refactoring. (nw)
couriersud
2019-01-14
1
-2
/
+2
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
1
-1
/
+1
*
netlist: fix bug recently introduced and some refactoring. (nw)
couriersud
2019-01-13
1
-42
/
+36
*
Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw)
couriersud
2019-01-13
1
-8
/
+8
*
Replace ATTR_UNUSED by c++ template. (nw)
couriersud
2019-01-13
1
-2
/
+8
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-4
/
+5
*
Move information where it belongs ... into the drivers. (nw)
couriersud
2019-01-10
1
-1
/
+1
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-1
/
+1
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-8
/
+8
*
Various code alignments across solvers. (nw)
couriersud
2017-05-27
1
-6
/
+12
*
Netlist refactoring:
couriersud
2017-05-27
1
-1
/
+1
*
Changed Solver.PARALLEL parameter logic:
couriersud
2017-05-27
1
-32
/
+12
*
Fix openmp compile. (nw)
couriersud
2017-03-20
1
-4
/
+4
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
1
-2
/
+1
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
1
-2
/
+2
*
Netlist: It is now possible to have multiple handlers per device ...
couriersud
2017-02-05
1
-1
/
+0
*
Fixed a number of issues:
couriersud
2017-01-31
1
-2
/
+10
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-1
/
+3
*
Solver stuff:
couriersud
2017-01-29
1
-71
/
+70
*
Fix a hidden bug in the GMRES solver and more optimization. (nw)
couriersud
2017-01-28
1
-6
/
+21
*
Remove macro to avoid copying and replace with a struct. (nw)
couriersud
2017-01-27
1
-1
/
+2
*
Cleanup of includes. (nw)
couriersud
2017-01-27
1
-1
/
+0
*
Fix netlist code generation. (nw)
couriersud
2017-01-26
1
-20
/
+23
*
More netlist refactoring:
couriersud
2017-01-25
1
-3
/
+6
*
Netlist: code refactoring
couriersud
2017-01-20
1
-1
/
+2
*
Default argument on plib::environment now optional. (nw)
couriersud
2017-01-20
1
-1
/
+1
*
Converted warnings and fatal log messages to constants.
couriersud
2017-01-20
1
-11
/
+11
*
Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw)
couriersud
2017-01-16
1
-0
/
+1
*
Fix seldom used conditional build options.
couriersud
2017-01-12
1
-3
/
+3
*
Improve readability and remove some trampolines. (nw)
couriersud
2017-01-12
1
-5
/
+5
*
No need for a virtual stop which is needed only by the solver. (nw)
couriersud
2017-01-08
1
-1
/
+1
*
Rename misleading solver parameters. (nw)
couriersud
2017-01-08
1
-13
/
+13
*
Remove parameter GS_THRESHOLD. It is now outdated. (nw)
couriersud
2017-01-08
1
-46
/
+49
*
Fix startup when there are no timestep devices present, i.e. Capacitors
couriersud
2017-01-07
1
-1
/
+4
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
1
-502
/
+0
*
Minor refactoring and renaming exercise. (nw)
couriersud
2017-01-04
1
-1
/
+5
[prev]
[next]