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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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
/
putil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: static solver work and improve code readability (#9841)
couriersud
2022-05-30
1
-1
/
+1
*
netlist: Relicensing of the GPL code to BSD-3 with the blessing of the
Olivier Galibert
2021-03-09
1
-1
/
+1
*
netlist: code maintenance and performance optimizations.
Couriersud
2020-09-05
1
-99
/
+6
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
1
-10
/
+10
*
netlist: Reduce macro usage and make use of pstring utf8. (nw)
couriersud
2020-06-06
1
-7
/
+2
*
netlist: Enable utf7 filenames on windows. (nw)
couriersud
2020-06-06
1
-0
/
+7
*
netlist: clang-tidy, header order fixes. (nw)
couriersud
2020-06-01
1
-1
/
+1
*
netlist: split plists.h and fix nvcc compile for 10.2 (nw)
couriersud
2020-05-25
1
-1
/
+0
*
netlist: move penum into own header file. (nw)
couriersud
2020-05-24
1
-1
/
+2
*
netlist: basename function now accepts a suffix to remove. (nw)
couriersud
2020-04-18
1
-3
/
+8
*
netlist: clang lint readability fixes. (nw)
couriersud
2020-01-25
1
-13
/
+8
*
netlist: code maintenance. (nw)
couriersud
2019-11-04
1
-1
/
+1
*
Fix clang error: no member named 'getenv' in namespace 'std' (nw)
AJR
2019-11-03
1
-0
/
+1
*
netlist: code maintenance. (nw)
couriersud
2019-10-29
1
-2
/
+2
*
Netlist: code maintenance and improvements. [Couriersud]
couriersud
2019-10-18
1
-5
/
+27
*
netlist: code maintenance (nw)
couriersud
2019-10-12
1
-2
/
+1
*
netlist: maintenance and lint fixes. (nw)
couriersud
2019-10-06
1
-2
/
+2
*
netlist: more code cleanup. (nw)
couriersud
2019-10-05
1
-1
/
+1
*
netlist: Fix a number of minor issues. (nw)
couriersud
2019-09-27
1
-2
/
+2
*
netlist code maintenance (nw)
couriersud
2019-09-21
1
-2
/
+2
*
netlist code maintenance. (nw)
couriersud
2019-09-17
1
-22
/
+7
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-34
/
+41
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-41
/
+34
*
netlist: more core guidelines work. (nw)
couriersud
2019-02-09
1
-24
/
+1
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-8
/
+8
*
netlist: code maintenance and fixing kidniki ... (nw)
couriersud
2019-02-01
1
-2
/
+2
*
Improve type safety on string->numeric conversions. (nw)
couriersud
2019-01-10
1
-0
/
+30
*
More c++ alignment. pstring now behaves like std::string. (nw)
couriersud
2019-01-06
1
-4
/
+4
*
pstring, pdynlib, pfmtlog refactoring :
couriersud
2017-04-04
1
-6
/
+6
*
Change pstring to use std::string as storage container.
couriersud
2017-03-30
1
-13
/
+13
*
Turn psring iterator into a real forward iterator that works with standard al...
Vas Crabb
2017-03-30
1
-1
/
+1
*
Move from <cstring> to std::copy and friends. (nw)
couriersud
2017-02-16
1
-2
/
+2
*
Reorder include order to comply with best practices. (nw)
couriersud
2017-02-10
1
-4
/
+4
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
1
-3
/
+3
*
Minor refactoring. (nw)
couriersud
2017-01-27
1
-2
/
+2
*
Do not derive other classes from std::vector. More cleanup. (nw)
couriersud
2017-01-27
1
-9
/
+13
*
Added infix notation parsing to the function parser. (nw)
couriersud
2017-01-25
1
-1
/
+1
*
Assume string literals are UTF8 in netlist code.
couriersud
2017-01-20
1
-3
/
+3
*
cstr() ==> c_str() (nw)
couriersud
2016-12-30
1
-4
/
+4
*
Fix noexcept and NL_NOEXCEPT to pass g++ 6.x builds. (nw)
couriersud
2016-08-07
1
-1
/
+1
*
Netlist updates:
couriersud
2016-07-21
1
-14
/
+13
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
1
-3
/
+0
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-2
/
+2
*
- More code cleanup.
couriersud
2016-06-07
1
-0
/
+161