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
...
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
3
-533
/
+567
*
Minor refactoring and renaming exercise. (nw)
couriersud
2017-01-04
2
-2
/
+6
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-2
/
+2
*
Align noexcept usage. Rename register_con to add_terminal for clearity.
couriersud
2016-12-30
1
-1
/
+1
*
Use noexcept in netlist code where appropriate.
couriersud
2016-08-07
1
-1
/
+1
*
Various netlist fixes:
couriersud
2016-08-06
1
-21
/
+59
*
Netlist updates:
couriersud
2016-07-21
13
-165
/
+162
*
Netlist improvements:
couriersud
2016-07-01
6
-29
/
+32
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
2
-3
/
+3
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
13
-13
/
+0
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
10
-157
/
+129
*
- More code cleanup.
couriersud
2016-06-07
11
-103
/
+131
*
- Added constructors to prepare to move terminal setup into constructor.
couriersud
2016-06-07
3
-6
/
+4
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
13
-28
/
+80
*
Leading underscore massacre. (nw)
couriersud
2016-05-27
12
-223
/
+223
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
9
-61
/
+61
*
Remove dependency on osd_ticks. Converted palloc and friends into
couriersud
2016-05-27
2
-14
/
+14
*
Moved all parameter definitions in constructors. (nw)
couriersud
2016-05-25
5
-45
/
+36
*
Cleanups and version bump
mame0174
Miodrag Milanovic
2016-05-25
3
-4
/
+4
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
3
-88
/
+75
*
Continuing work to move object initialization from start to constructor.
couriersud
2016-05-16
4
-32
/
+21
*
Some use of share_ptr to ease memory management. (nw)
couriersud
2016-05-12
1
-2
/
+1
*
Align object registration syntax. (nw)
couriersud
2016-05-10
1
-4
/
+4
*
Rename connect_direct to connect_post_start to reflect usage. (nw)
couriersud
2016-05-10
1
-1
/
+1
*
Some minor changes towards c++11.
couriersud
2016-05-08
3
-6
/
+6
*
Fix standalone-compile.
couriersud
2016-05-06
3
-6
/
+6
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
12
-40
/
+50
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
5
-7
/
+6
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
3
-10
/
+10
*
Implemented dynamic loading of precompiled solver code. [Couriersud]
couriersud
2016-04-23
6
-641
/
+155
*
Simplify solver infrastructure.
couriersud
2016-04-18
9
-63
/
+35
*
merge me later bug fix
couriersud
2016-04-18
1
-1
/
+4
*
Merge me later
couriersud
2016-04-18
2
-0
/
+619
*
Merge pull request #809 from jmakovicka/master
Miodrag Milanović
2016-04-16
1
-2
/
+2
|
\
|
*
Fix type mismatch
Jindřich Makovička
2016-04-13
1
-2
/
+2
*
|
Significant speed improvement:
couriersud
2016-04-15
8
-74
/
+343
*
|
Recover from creating solvers by copy paste. Move common code were it
couriersud
2016-04-15
10
-408
/
+232
*
|
Moved solver members to proper place. Minor code changes. (nw)
couriersud
2016-04-15
6
-49
/
+44
|
/
*
netlist_t no longer descends from netlist::object_t.
couriersud
2016-04-10
1
-0
/
+3
*
Use c++11 features to use more templates.
couriersud
2016-04-09
7
-177
/
+78
*
Solver model simplification.
couriersud
2016-04-09
6
-400
/
+133
*
Align with standalone-build.
couriersud
2016-04-09
2
-14
/
+13
*
nld_ms_sm.h: better use '!' instead of 'not' (nw)
yz70s
2016-04-08
1
-1
/
+1
*
Minor changes, mostly signed comparisons and adding includes for
couriersud
2016-04-08
5
-28
/
+33
*
Added m62(kidniki) to nl.lua. Started some experiments around parallel
couriersud
2016-04-08
2
-11
/
+197
*
Visual Studio 2015 netlist fix. (nw)
dankan1890
2016-03-30
1
-1
/
+2
*
Try to fix netlist build visual studio 2015
yz70s
2016-03-30
2
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
3
-7
/
+7
*
Remove sorting from Sherman-Morrison solver. It doesn't help.
couriersud
2016-03-29
1
-53
/
+17
*
Added woodbury solver to netlist. [Couriersud]
couriersud
2016-03-29
2
-1
/
+698
[prev]
[next]