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
/
nl_factory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-36
/
+51
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-51
/
+36
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-3
/
+3
*
netlist: cosmetic changes - mostly indentation. (nw)
couriersud
2019-03-01
1
-2
/
+2
*
netlist: Fix relative include paths and a conflict. (nw)
couriersud
2019-02-23
1
-1
/
+1
*
Move ptime struct into plib namespace and fix relative includes. (nw)
couriersud
2019-02-23
1
-1
/
+1
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
1
-5
/
+5
*
netlist: refactoring startup process and array usage. (nw)
couriersud
2019-02-17
1
-1
/
+1
*
netlist: Separation of duties. (nw)
couriersud
2019-02-16
1
-8
/
+7
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-4
/
+5
*
netlist: more memory allocation refactoring. (nw)
couriersud
2019-02-14
1
-3
/
+3
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
1
-2
/
+6
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-6
/
+14
*
netlist: All devices now specify parameters in factory constructor. (nw)
couriersud
2019-02-01
1
-22
/
+14
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-6
/
+6
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-6
/
+6
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-0
/
+1
*
Move information where it belongs ... into the drivers. (nw)
couriersud
2019-01-10
1
-1
/
+11
*
cheekyms: add preliminary netlist sound based on schematics provided by Sam G...
Vas Crabb
2017-05-26
1
-0
/
+0
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
1
-1
/
+1
*
Fix VS2015 compile. (nw)
couriersud
2017-02-22
1
-2
/
+2
*
Improve readability. Add more c++11 noexcept and swap semantics.
couriersud
2017-02-22
1
-1
/
+1
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-17
/
+15
*
Remove macro to avoid copying and replace with a struct. (nw)
couriersud
2017-01-27
1
-6
/
+2
*
Cleanup of includes. (nw)
couriersud
2017-01-27
1
-6
/
+0
*
More netlist refactoring:
couriersud
2017-01-25
1
-11
/
+4
*
Register all devices using NETLIB_DEVICE_IMPL. Fix encoding issue. (nw)
couriersud
2017-01-16
1
-1
/
+10
*
Keep track were registry elements are created. (nw)
couriersud
2017-01-16
1
-2
/
+20
*
Move analog devices into "netlist::analog" namespace. Added
couriersud
2017-01-15
1
-0
/
+1
*
Prepare source for consistent error message usage. (nw)
couriersud
2017-01-14
1
-10
/
+2
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
1
-17
/
+14
*
Fix some pedantic clang warnings. (nw)
couriersud
2017-01-05
1
-1
/
+1
*
Refactored factory. Use namespace "factory" instead of prefix factory_
couriersud
2017-01-02
1
-22
/
+55
*
Simplify code. Introduce consistent approach to loading macro devices.
couriersud
2017-01-02
1
-2
/
+1
*
Various netlist fixes:
couriersud
2016-08-06
1
-0
/
+1
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
1
-1
/
+0
*
Netlist changes
couriersud
2016-06-23
1
-6
/
+6
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-1
/
+1
*
- More code cleanup.
couriersud
2016-06-07
1
-0
/
+1
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
1
-11
/
+24
*
Leading underscore massacre. (nw)
couriersud
2016-05-27
1
-6
/
+6
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-9
/
+9
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
1
-12
/
+11
*
Continuing work to move object initialization from start to constructor.
couriersud
2016-05-16
1
-0
/
+9
*
More automatic memory handling. (nw)
couriersud
2016-05-16
1
-1
/
+1
*
Some minor changes towards c++11.
couriersud
2016-05-08
1
-12
/
+12
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
1
-6
/
+6
*
netlist: rename plist_t to pvector_t to clarify origin.
couriersud
2016-03-14
1
-2
/
+2
*
renamed names that clash system defines in various environments (nw)
Miodrag Milanovic
2016-02-25
1
-4
/
+4
*
netlist override update (nw)
Miodrag Milanovic
2015-12-06
1
-1
/
+1
[next]