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_base.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-511
/
+254
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-254
/
+511
*
netlist: refactor model code. (nw)
couriersud
2019-03-18
1
-12
/
+4
*
netlist: fix bugs in object initialization order. (nw)
Couriersud
2019-03-06
1
-7
/
+6
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-11
/
+11
*
Netlist: improve readability. (nw)
couriersud
2019-03-01
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2019-02-24
1
-5
/
+5
*
netlist: Fix some more exotic compile options. (nw)
couriersud
2019-02-23
1
-2
/
+2
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
1
-1
/
+1
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
1
-4
/
+4
*
netlist: tick off some issues clang-tidy highlights. (nw)
couriersud
2019-02-18
1
-1
/
+1
*
netlist: remove locked-in context from sources. (nw)
couriersud
2019-02-17
1
-4
/
+4
*
netlist: Separation of duties. (nw)
couriersud
2019-02-16
1
-1
/
+1
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-24
/
+26
*
netlist: memory allocation clean-up. (nw)
couriersud
2019-02-13
1
-4
/
+3
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
1
-5
/
+1
*
netlist: Fix crashes on certain hardware/library combos. (nw)
couriersud
2019-02-09
1
-15
/
+4
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-13
/
+13
*
netlist: added parameter STARTUP_STRATEGY to switch between ...
couriersud
2019-02-08
1
-3
/
+5
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-108
/
+45
*
netlist: Optionally store input values instead of referencing them. (nw)
couriersud
2019-02-05
1
-7
/
+22
*
netlist: Further simplification and optimization. (nw)
couriersud
2019-02-04
1
-18
/
+22
*
netlist: Refactoring and some functionality enhancements. (nw)
couriersud
2019-02-04
1
-46
/
+22
*
netlist: remove trampoline code. (nw)
couriersud
2019-02-01
1
-4
/
+4
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-15
/
+8
*
srcclean and cleanup (nw)
Vas Crabb
2019-01-27
1
-1
/
+1
*
netlist: Remove const on return types and non-necessary ref-by. (nw)
couriersud
2019-01-19
1
-13
/
+11
*
netlist: More run/setup separation. (nw)
couriersud
2019-01-18
1
-203
/
+85
*
netlist: refactored netlist creation. (nw)
couriersud
2019-01-15
1
-41
/
+68
*
netlist: Code refactoring. (nw)
couriersud
2019-01-14
1
-8
/
+8
*
netlist: Improve type safety for parameters. (nw)
couriersud
2019-01-13
1
-29
/
+13
*
netlist: Fix logging during object construction. (nw)
couriersud
2019-01-13
1
-8
/
+5
*
Move mainclock code from nl_base into header of nlid_system. (nw)
couriersud
2019-01-12
1
-35
/
+2
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-3
/
+1
*
Move NL_KEEP_STATISTICS from netlist_types to the individual use cases.
couriersud
2019-01-11
1
-10
/
+10
*
Refactoring and bug fixes. (nw)
couriersud
2019-01-10
1
-2
/
+2
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-2
/
+2
*
Fix reset order for nets. (nw)
couriersud
2019-01-07
1
-9
/
+7
*
Fix reported crash. (nw)
couriersud
2019-01-07
1
-2
/
+5
*
Code maintenance and bug fixes. (nw)
couriersud
2019-01-07
1
-22
/
+6
*
Code maintenance. (nw)
couriersud
2019-01-07
1
-15
/
+14
*
Code maintenance and fix for "pure virtual call" error. (nw)
couriersud
2019-01-06
1
-2
/
+5
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-3
/
+2
*
Netlist refactoring:
couriersud
2017-05-27
1
-1
/
+1
*
Netlist code refactoring:
couriersud
2017-04-09
1
-53
/
+44
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-2
/
+0
*
Fix some cppcheck warnings. (nw)
Couriersud
2017-03-05
1
-8
/
+8
*
Netlist refactoring
couriersud
2017-02-25
1
-5
/
+8
*
Fix netlist stats collection. Code refactoring:
couriersud
2017-02-24
1
-5
/
+9
*
Improve readability. Add more c++11 noexcept and swap semantics.
couriersud
2017-02-22
1
-11
/
+11
[next]