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_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-1
/
+1
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-4
/
+4
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-6
/
+5
*
Netlist code refactoring:
couriersud
2017-04-09
1
-0
/
+1
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
1
-1
/
+1
*
Separate include file usage for netlist.
couriersud
2017-01-29
1
-2
/
+1
*
Do not derive other classes from std::vector. More cleanup. (nw)
couriersud
2017-01-27
1
-2
/
+2
*
Netlist: code refactoring
couriersud
2017-01-20
1
-2
/
+0
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
1
-8
/
+3
*
Converted warnings and fatal log messages to constants.
couriersud
2017-01-20
1
-21
/
+4
*
Keep track were registry elements are created. (nw)
couriersud
2017-01-16
1
-5
/
+5
*
Fix parsing of macro devices. (nw)
couriersud
2017-01-04
1
-1
/
+1
*
Refactored factory. Use namespace "factory" instead of prefix factory_
couriersud
2017-01-02
1
-1
/
+1
*
Simplify code. Introduce consistent approach to loading macro devices.
couriersud
2017-01-02
1
-39
/
+20
*
Netlist updates:
couriersud
2016-07-21
1
-6
/
+6
*
Moved two macros, added more RAII and improved exceptions. Fixed some
couriersud
2016-07-09
1
-2
/
+2
*
Netlist changes
couriersud
2016-06-23
1
-9
/
+24
*
- More code cleanup.
couriersud
2016-06-07
1
-1
/
+1
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
1
-1
/
+1
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-8
/
+8
*
Converted more devices to new layout. Improved memory handling in
couriersud
2016-05-21
1
-2
/
+2
*
mergeme
couriersud
2016-05-12
1
-3
/
+1
*
Converted most subdevices to unique_ptr. This is a temporary measure
couriersud
2016-05-02
1
-2
/
+2
*
netlist: rename plist_t to pvector_t to clarify origin.
couriersud
2016-03-14
1
-3
/
+3
*
netlist updates:
couriersud
2016-03-14
1
-4
/
+4
*
These are not needed with official tools (nw)
Miodrag Milanovic
2015-11-10
1
-11
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+469