index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
netlist: Fix handling of current sources when converting SPICE nets.
couriersud
2019-04-12
1
-1
/
+15
*
netlist: Add more SPICE elements to the conversion code.
couriersud
2019-04-12
2
-4
/
+31
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
2
-91
/
+95
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
2
-95
/
+91
*
netlist: clang tidy. (nw)
couriersud
2019-03-01
1
-10
/
+22
*
netlist: cosmetic changes - mostly indentation. (nw)
couriersud
2019-03-01
2
-0
/
+2
*
netlist: tidy changes and better constexpr support for ptime class. (nw)
couriersud
2019-02-24
1
-1
/
+1
*
Move ptime struct into plib namespace and fix relative includes. (nw)
couriersud
2019-02-23
2
-6
/
+6
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
2
-2
/
+2
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
2
-5
/
+5
*
netlist: tick off some issues clang-tidy highlights. (nw)
couriersud
2019-02-18
1
-1
/
+1
*
netlist: memory allocation clean-up. (nw)
couriersud
2019-02-13
1
-1
/
+1
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
2
-8
/
+8
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-3
/
+3
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
2
-17
/
+11
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-1
/
+0
*
netlist: pstream and ppreprocessor (now a pistream) refactoring. (nw)
couriersud
2019-01-19
1
-14
/
+12
*
Replace ATTR_UNUSED by c++ template. (nw)
couriersud
2019-01-13
1
-1
/
+2
*
Improve dealing ownership in pstreams. (nw)
couriersud
2019-01-13
2
-15
/
+11
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-2
/
+2
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-4
/
+5
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-23
/
+24
*
pstring, pdynlib, pfmtlog refactoring :
couriersud
2017-04-04
1
-7
/
+7
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
2
-5
/
+5
*
Turn psring iterator into a real forward iterator that works with standard al...
Vas Crabb
2017-03-30
1
-1
/
+1
*
Fix clang warnings in netlist code.
couriersud
2017-03-05
1
-4
/
+4
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
2
-3
/
+3
*
Clean up net_t interface and increase readability. (nw)
couriersud
2017-02-22
1
-1
/
+1
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
2
-5
/
+5
*
Do not derive other classes from std::vector. More cleanup. (nw)
couriersud
2017-01-27
1
-4
/
+4
*
Cleanup of includes. (nw)
couriersud
2017-01-27
2
-3
/
+2
*
Netlist: code refactoring
couriersud
2017-01-20
2
-11
/
+14
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
2
-21
/
+9
*
Fix clang "-Wno-weak-vtables" warnings in netlist source. Refactored
couriersud
2017-01-05
2
-69
/
+94
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
2
-21
/
+21
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-8
/
+8
*
Add a preliminary parser for RINF netlist format. (nw)
couriersud
2016-08-10
2
-1
/
+319
*
Various netlist fixes:
couriersud
2016-08-06
1
-0
/
+1
*
Netlist updates:
couriersud
2016-07-21
2
-10
/
+10
*
Netlist improvements:
couriersud
2016-07-01
1
-3
/
+3
*
Netlist changes
couriersud
2016-06-23
2
-15
/
+16
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
2
-30
/
+16
*
- 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
2
-21
/
+21
*
Make netlist compile with c++11, use own implementation of make_unique
couriersud
2016-05-25
1
-1
/
+1
*
More automatic memory handling. (nw)
couriersud
2016-05-16
2
-26
/
+20
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
netlist: rename plist_t to pvector_t to clarify origin.
couriersud
2016-03-14
2
-10
/
+10
*
netlist updates:
couriersud
2016-03-14
2
-23
/
+48
*
netlist override update (nw)
Miodrag Milanovic
2015-12-06
1
-3
/
+3
[prev]
[next]