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
/
plib
/
palloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netlist: Abbreviate one more type trait in palloc.h
Vas Crabb
2022-05-27
1
-3
/
+3
*
netlist: palloc now uses c++17 alignment aware operator new. (#9834)
couriersud
2022-05-27
1
-201
/
+334
*
netlist: fix aligned_alloc (PR #9801) (#9813)
couriersud
2022-05-22
1
-0
/
+2
*
netlist: More c++, less macros, added support for cspell (#9794)
couriersud
2022-05-22
1
-10
/
+8
*
netlist: Relicensing of the GPL code to BSD-3 with the blessing of the
Olivier Galibert
2021-03-09
1
-1
/
+1
*
netlist: applied some clang tidy recommendations
couriersud
2020-09-30
1
-1
/
+4
*
netlist: clearly identify void * casts.
couriersud
2020-09-24
1
-1
/
+1
*
palloc: use posix_memalign with android
Tiago Pierezan Camargo
2020-08-20
1
-1
/
+1
*
netlist: Better fixes for Emscripten (#7031)
Justin Kerk
2020-08-04
1
-9
/
+5
*
netlist: Fix build under Emscripten (#7031)
Justin Kerk
2020-08-05
1
-0
/
+4
*
netlist: further nl_base.h splitting into headers in core subdir.
couriersud
2020-07-28
1
-1
/
+1
*
netlist: fix some clang tidy warnings.
couriersud
2020-07-25
1
-4
/
+3
*
netlist: code maintenance and bug fixes.
couriersud
2020-07-01
1
-5
/
+6
*
Fix crash on Windows when freeing netlist objects.
Aaron Giles
2020-06-29
1
-3
/
+9
*
netlist: include file refactoring.
couriersud
2020-06-28
1
-2
/
+3
*
netlist: Performance improvement and refactoring. [Couriersud]
couriersud
2020-06-13
1
-187
/
+237
*
netlist: allow selection of base arena for pmempool_arena. (nw)
couriersud
2020-06-08
1
-1
/
+1
*
netlist: Fix MSVC build. [Couriersud]
couriersud
2020-06-08
1
-56
/
+83
*
netlist: arena code maintenance. (nw)
couriersud
2020-06-08
1
-50
/
+135
*
netlist: code maintenance. (nw)
couriersud
2020-06-08
1
-20
/
+14
*
netlist: drop c++11 support. (nw)
couriersud
2020-06-01
1
-2
/
+2
*
netlist: small memory system cleanup. (nw)
couriersud
2020-05-25
1
-3
/
+16
*
netlist: code maintenance. (nw)
couriersud
2020-05-25
1
-8
/
+9
*
netlist: Add tristate support for rom devices. [Couriersud]
couriersud
2020-05-20
1
-3
/
+1
*
netlist: code cleanup and development stage tristate [Couriersud]
couriersud
2020-05-15
1
-20
/
+34
*
netlist: Fix some tidy warnings. (nw)
couriersud
2020-05-03
1
-0
/
+3
*
netlist: improve const-awareness and tidy changes. (nw)
couriersud
2020-04-28
1
-1
/
+1
*
netlist: More clang-tidy fixes. (nw)
couriersud
2020-04-28
1
-1
/
+1
*
netlist: minor code maintenance. (nw)
couriersud
2020-04-11
1
-1
/
+1
*
netlist: Fix some clang-tidy-10 warnings. (nw)
couriersud
2020-04-05
1
-1
/
+1
*
netlist: fix log file option in nltool. (nw)
couriersud
2020-02-17
1
-16
/
+16
*
netlist: Fix VC compile. (nw)
couriersud
2020-02-04
1
-1
/
+3
*
netlist: Code maintenance. (nw)
couriersud
2020-01-27
1
-2
/
+2
*
netlist: clang tidy fixes. (nw)
couriersud
2020-01-19
1
-1
/
+1
*
netlist: Code maintenance. (nw)
couriersud
2020-01-18
1
-19
/
+27
*
netlist: move some functions to pmath. (nw)
couriersud
2020-01-15
1
-0
/
+1
*
netlist: bug fix, code maintenance and performance improvement. (nw)
couriersud
2019-11-13
1
-1
/
+1
*
netlist: code maintenance. (nw)
couriersud
2019-11-13
1
-8
/
+10
*
netlist: maintenance. (nw)
couriersud
2019-11-11
1
-9
/
+0
*
netlist: code maintenance and bug fixes. (nw)
couriersud
2019-11-08
1
-11
/
+11
*
netlist: code maintenance. (nw)
couriersud
2019-11-04
1
-1
/
+0
*
netlist: Hopefully fix MSVC compile. (nw)
couriersud
2019-10-30
1
-1
/
+4
*
netlist: code maintenance. (nw)
couriersud
2019-10-29
1
-14
/
+19
*
Netlist: code maintenance and improvements. [Couriersud]
couriersud
2019-10-18
1
-4
/
+4
*
Netlist: code maintenance and bug fixes. (nw)
couriersud
2019-10-17
1
-15
/
+16
*
Netlist: pongf update and code maintenance. [Couriersud]
couriersud
2019-10-16
1
-5
/
+22
*
netlist code maintenance. (nw)
couriersud
2019-09-17
1
-2
/
+2
*
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
[next]