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
/
plib
/
pfunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: Add the NE566 as a macro device. [Couriersud]
couriersud
2020-05-01
1
-2
/
+43
*
netlist: Fix clang-tidy warnings. (nw)
couriersud
2020-04-28
1
-4
/
+8
*
netlist: code maintenance and edge case fixes. (nw)
couriersud
2020-04-20
1
-3
/
+3
*
netlist: code maintenance on pfunction. (nw)
couriersud
2020-04-19
1
-8
/
+8
*
netlist: added min and max to pfunction. (nw)
couriersud
2020-02-16
1
-0
/
+6
*
netlist: Fix crash in infix function evaluation. (nw)
couriersud
2020-01-29
1
-1
/
+1
*
netlist: clang lint readability fixes. (nw)
couriersud
2020-01-25
1
-13
/
+13
*
netlist: code maintenance. (nw)
couriersud
2020-01-20
1
-8
/
+8
*
netlist: maintenance. (nw)
couriersud
2019-11-11
1
-1
/
+1
*
netlist: first steps on the way to calculated parameters. [Couriersud]
couriersud
2019-11-10
1
-7
/
+80
*
netlist: code maintenance and bug fixes. (nw)
couriersud
2019-11-08
1
-4
/
+0
*
netlist: more consistent exception handling. (nw)
couriersud
2019-11-05
1
-4
/
+4
*
netlist: code maintenance. (nw)
couriersud
2019-11-04
1
-2
/
+2
*
netlist: code maintenance. (nw)
couriersud
2019-11-03
1
-1
/
+2
*
netlist: Completed __float128 support. [Couriersud]
couriersud
2019-11-03
1
-4
/
+7
*
netlist: add RELTOL/VNTOL solver parameters. Type safety. [Couriersud]
couriersud
2019-11-02
1
-2
/
+3
*
netlist: fix clang warnings & srcclean. (nw)
couriersud
2019-10-31
1
-3
/
+3
*
netlist: Compile with float/double floating point. [Couriersud]
couriersud
2019-10-31
1
-171
/
+179
*
netlist: code maintenance. (nw)
couriersud
2019-10-29
1
-2
/
+2
*
netlist: code maintenance (nw)
couriersud
2019-10-12
1
-1
/
+2
*
netlist: maintenance and lint fixes. (nw)
couriersud
2019-10-06
1
-1
/
+1
*
netlist code maintenance (nw)
couriersud
2019-09-21
1
-1
/
+1
*
netlist: Fix MT06827.
couriersud
2019-04-22
1
-1
/
+1
*
netlist: MB3614 again, function controlled VARCLOCK and other
couriersud
2019-04-07
1
-4
/
+7
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-16
/
+16
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-16
/
+16
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
1
-1
/
+1
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-1
/
+1
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-6
/
+7
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-1
/
+0
*
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
-1
/
+3
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-6
/
+4
*
Fix state saving for pfunction lfsr. (nw)
couriersud
2017-05-28
1
-1
/
+0
*
Fix issues identified by Vas and LordKale4:
couriersud
2017-05-27
1
-2
/
+1
*
Add rand() function to pfunction expression parser. Use this to simulate
couriersud
2017-05-27
1
-0
/
+7
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-2
/
+2
*
Turn psring iterator into a real forward iterator that works with standard al...
Vas Crabb
2017-03-30
1
-1
/
+1
*
More cppcheck fixes. (nw)
Couriersud
2017-03-05
1
-4
/
+4
*
Reorder include order to comply with best practices. (nw)
couriersud
2017-02-10
1
-2
/
+3
*
Do not derive other classes from std::vector. More cleanup. (nw)
couriersud
2017-01-27
1
-3
/
+3
*
fix for visual studio (nw)
smf-
2017-01-26
1
-3
/
+3
*
Netlist refactoring:
couriersud
2017-01-25
1
-1
/
+1
*
Added infix notation parsing to the function parser. (nw)
couriersud
2017-01-25
1
-1
/
+109
*
Netlist:
couriersud
2017-01-17
1
-0
/
+104