index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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 bug recently introduced and some refactoring. (nw)
couriersud
2019-01-13
2
-44
/
+39
*
Fix bug in GMRES solver. (nw)
couriersud
2019-01-13
1
-2
/
+2
*
Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw)
couriersud
2019-01-13
2
-10
/
+10
*
Replace ATTR_UNUSED by c++ template. (nw)
couriersud
2019-01-13
2
-3
/
+11
*
Improve dealing ownership in pstreams. (nw)
couriersud
2019-01-13
1
-2
/
+2
*
Removed most inlines not necessary ... (nw)
couriersud
2019-01-12
8
-34
/
+36
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
7
-21
/
+19
*
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
*
srcclean and other cleanup (nw)
Vas Crabb
2018-06-24
2
-0
/
+0
*
disable netlist statistic logging on shutdown, because it triggers a use afte...
smf-
2018-01-31
1
-1
/
+1
*
Various code alignments across solvers. (nw)
couriersud
2017-05-27
7
-76
/
+137
*
Cleanup of solver code. (nw)
couriersud
2017-05-27
9
-289
/
+46
*
Netlist refactoring:
couriersud
2017-05-27
1
-1
/
+1
*
Changed Solver.PARALLEL parameter logic:
couriersud
2017-05-27
1
-32
/
+12
*
Fix VS2015 build. (nw)
couriersud
2017-04-09
1
-1
/
+1
*
Netlist code refactoring:
couriersud
2017-04-09
3
-5
/
+5
*
pstring, pdynlib, pfmtlog refactoring :
couriersud
2017-04-04
3
-6
/
+16
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-1
/
+2
*
Fix openmp compile. (nw)
couriersud
2017-03-20
1
-4
/
+4
*
Fix clang warnings in netlist code.
couriersud
2017-03-05
9
-12
/
+12
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
3
-2
/
+3
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
3
-10
/
+5
*
srcclean (nw)
Vas Crabb
2017-02-19
4
-5
/
+5
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
15
-40
/
+40
*
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
8
-152
/
+179
*
Separate include file usage for netlist.
couriersud
2017-01-29
8
-25
/
+15
*
Solver stuff:
couriersud
2017-01-29
7
-140
/
+173
*
Fix a hidden bug in the GMRES solver and more optimization. (nw)
couriersud
2017-01-28
13
-232
/
+273
*
Remove macro to avoid copying and replace with a struct. (nw)
couriersud
2017-01-27
3
-4
/
+5
*
Cleanup of includes. (nw)
couriersud
2017-01-27
3
-2
/
+3
*
Fix netlist code generation. (nw)
couriersud
2017-01-26
4
-65
/
+85
*
More netlist refactoring:
couriersud
2017-01-25
6
-28
/
+25
*
Netlist: code refactoring
couriersud
2017-01-20
3
-11
/
+13
*
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
7
-33
/
+24
*
Netlist:
couriersud
2017-01-17
1
-1
/
+1
*
Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw)
couriersud
2017-01-16
1
-0
/
+1
*
Preparation work for automatically generated include file for devices.
couriersud
2017-01-16
1
-0
/
+3
*
Core refactoring
couriersud
2017-01-14
1
-1
/
+1
*
Fix seldom used conditional build options.
couriersud
2017-01-12
2
-12
/
+15
*
Improve readability and remove some trampolines. (nw)
couriersud
2017-01-12
6
-16
/
+16
*
No need for a virtual stop which is needed only by the solver. (nw)
couriersud
2017-01-08
2
-2
/
+2
*
Make stop be called again. Fix METHOD parameter. (nw)
couriersud
2017-01-08
1
-1
/
+1
*
Rename misleading solver parameters. (nw)
couriersud
2017-01-08
4
-28
/
+27
*
Remove parameter GS_THRESHOLD. It is now outdated. (nw)
couriersud
2017-01-08
2
-48
/
+49
*
Minor refactoring with focus on a bit more readability. (nw)
couriersud
2017-01-07
7
-59
/
+59
*
Fix startup when there are no timestep devices present, i.e. Capacitors
couriersud
2017-01-07
2
-2
/
+4
[next]