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
/
palloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
plib: don't assume constructors will only throw things derived from std::exce...
Vas Crabb
2019-04-24
1
-1
/
+1
*
netlist: fix exception handling and uninitialized var. (nw)
couriersud
2019-04-22
1
-1
/
+1
*
netlist/plib: Fix memory leak when exception is thrown in constructor.
couriersud
2019-04-22
1
-0
/
+17
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-129
/
+384
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-384
/
+129
*
netlist: add MOSFET model. [Couriersud]
couriersud
2019-03-25
1
-1
/
+1
*
srcclean (nw)
Vas Crabb
2019-03-24
1
-1
/
+1
*
netlist: Added B-E and B-C capacitance to EB model. [Couriersud]
couriersud
2019-03-17
1
-0
/
+6
*
netlist: remove printf. (nw)
couriersud
2019-03-02
1
-1
/
+1
*
netlist: memory code refactoring. (nw)
couriersud
2019-03-01
1
-167
/
+211
*
netlist: fix bugs in the alignment code. (nw)
couriersud
2019-02-25
1
-31
/
+21
*
netlist: tidy changes and better constexpr support for ptime class. (nw)
couriersud
2019-02-24
1
-32
/
+32
*
netlist: more alignment related refactoring. (nw)
couriersud
2019-02-24
1
-40
/
+84
*
srcclean (nw)
Vas Crabb
2019-02-24
1
-51
/
+51
*
netlist: fix visibility issues and more issues reported by tidy. (nw)
couriersud
2019-02-22
1
-4
/
+21
*
netlist: memory management. [Couriersud]
couriersud
2019-02-22
1
-10
/
+183
*
netlist: tick off some issues clang-tidy highlights. (nw)
couriersud
2019-02-18
1
-2
/
+1
*
netlist: memory pool now supports aligned storage. (nw)
couriersud
2019-02-16
1
-39
/
+44
*
netlist: indent. (nw)
couriersud
2019-02-13
1
-114
/
+114
*
netlist: memory allocation clean-up. (nw)
couriersud
2019-02-13
1
-38
/
+0
*
netlist: More cpp core guidelines alignment. (nw)
couriersud
2019-02-11
1
-0
/
+13
*
netlist: Refactoring after adding clang-tidy support to netlist makefile
couriersud
2019-02-07
1
-2
/
+2
*
Fix clang-8 warnings. (nw)
couriersud
2019-01-11
1
-1
/
+1
*
C++ and minor performance optimizations. (nw)
couriersud
2019-01-09
1
-4
/
+4
*
add C++ standard library headers for things that are used (nw)
Vas Crabb
2019-01-07
1
-1
/
+3
*
Reorder include order to comply with best practices. (nw)
couriersud
2017-02-10
1
-1
/
+2
*
Make sure netlist includes are not found directly on include path.
couriersud
2017-02-10
1
-4
/
+11
*
Netlist: It is now possible to have multiple handlers per device ...
couriersud
2017-02-05
1
-4
/
+6
*
Solver stuff:
couriersud
2017-01-29
1
-1
/
+1
*
Cleanup of includes. (nw)
couriersud
2017-01-27
1
-3
/
+0
*
Core refactoring
couriersud
2017-01-14
1
-0
/
+1
*
Added SIGFPE enabling code to plib/pexception.*. Moved plib exceptions
couriersud
2017-01-04
1
-54
/
+0
*
Use noexcept in netlist code where appropriate.
couriersud
2016-08-07
1
-3
/
+3
*
Various netlist fixes:
couriersud
2016-08-06
1
-14
/
+10
*
Netlist updates:
couriersud
2016-07-21
1
-5
/
+4
*
Moved two macros, added more RAII and improved exceptions. Fixed some
couriersud
2016-07-09
1
-1
/
+38
*
Netlist improvements:
couriersud
2016-07-01
1
-2
/
+4
*
Srcclean on netlist files. Avoid the merge massacre. (nw)
couriersud
2016-06-25
1
-3
/
+2
*
Remove shared_ptr usage and replace with plib:owned_ptr. Clean up nltool
couriersud
2016-06-24
1
-10
/
+19
*
Merge netlist_dev branch, all code_refactoring: (nw)
couriersud
2016-06-16
1
-22
/
+2
*
- More code cleanup.
couriersud
2016-06-07
1
-2
/
+2
*
- Minor cosmetic refactoring. Added a "uninitialised array" template to
balr0g
2016-06-07
1
-19
/
+19
*
Moved more code into plib namespace. (nw)
couriersud
2016-05-27
1
-26
/
+108
*
Remove dependency on osd_ticks. Converted palloc and friends into
couriersud
2016-05-27
1
-60
/
+16
*
Make netlist compile with c++11, use own implementation of make_unique
couriersud
2016-05-25
1
-0
/
+7
*
Moved all parameter definitions in constructors. (nw)
couriersud
2016-05-25
1
-1
/
+4
*
All netlist devices now follow new syntax. Removed dead code. All sub
couriersud
2016-05-21
1
-0
/
+35
*
Moved netlist from emu to lib (nw)
Miodrag Milanovic
2015-09-12
1
-0
/
+120