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
/
osd
/
modules
/
sync
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved osdsync to root of OSD, removed osdmini (nw)
Miodrag Milanovic
2016-04-15
3
-986
/
+0
*
Refactored osd_work to become more c++. Bye to malloc and memset.
couriersud
2016-04-11
1
-137
/
+137
*
convert osd_event into a class. Since all is std:: now, reduce to
couriersud
2016-04-10
3
-215
/
+157
*
Not needed anymore after move to C++11 features (nw)
Miodrag Milanovic
2016-04-03
1
-11
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
2
-6
/
+5
*
Fix OSX build(nw)
Miodrag Milanovic
2016-03-01
2
-1
/
+2
*
update for osdmini (nw)
Miodrag Milanovic
2016-03-01
1
-134
/
+0
*
small fix (nw)
Miodrag Milanovic
2016-03-01
1
-1
/
+1
*
Used std::thread and std::condition_variable (nw)
Miodrag Milanovic
2016-03-01
8
-1110
/
+182
*
remove asm part for atomic implementations (nw)
Miodrag Milanovic
2016-03-01
1
-40
/
+0
*
transformed to std::atomic (nw)
Miodrag Milanovic
2016-03-01
1
-50
/
+51
*
Clean up a bit more legacy code
Vas Crabb
2016-02-29
2
-10
/
+4
*
Pick off some low-hanging PTR64 fruit
Vas Crabb
2016-02-28
2
-10
/
+6
*
OS/2 can not support SDL2 which is needed for MAME to run (nw)
Miodrag Milanovic
2016-02-26
1
-199
/
+0
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-1
/
+1
*
Remove SDL 1.2 support (nw)
Miodrag Milanovic
2016-02-16
1
-4
/
+0
*
using dereferenced mutex = bad idea (nw)
Miodrag Milanovic
2016-01-31
1
-7
/
+14
*
replace osd_lock with std::mutex [Miodrag Milanovic]
Miodrag Milanovic
2016-01-30
8
-1080
/
+21
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
2
-4
/
+4
*
clang-modernize part 5
Miodrag Milanovic
2015-12-04
3
-17
/
+17
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
1
-3
/
+3
*
more cleanups and fix (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
8
-0
/
+0
*
Let's assume no-one uses a broken 450 core in a multi-CPU configuration (nw)
Vas Crabb
2015-11-02
1
-4
/
+3
*
did license settings for OG and Andrew, cleared up OSD part for licenses (nw)
Miodrag Milanovic
2015-05-09
5
-25
/
+10
*
removed restriction link for BSD3 licensed files (nw)
Miodrag Milanovic
2015-05-07
1
-3
/
+0
*
Added license headers to the rest of files (nw)
Miodrag Milanovic
2015-05-07
5
-0
/
+10
*
Some compilers don't like implicitly casting negative values to unsigned types
Vas Crabb
2015-04-03
1
-1
/
+1
*
removed windows/osinline.h and placed MSVC dependent files in top folder (nw)
Miodrag Milanovic
2015-03-30
4
-4
/
+1
*
Moved all renderers to osd/modules/render. (nw)
couriersud
2015-02-28
1
-0
/
+3
*
OS/2 patches for SDLMAME v0.158 [KO Myung-Hun]
Vas Crabb
2015-02-24
1
-12
/
+0
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
7
-22
/
+18
*
Promote osd_getenv from osdlib.h to osdcore.h. Change return type to
couriersud
2015-01-27
1
-3
/
+2
*
src/osd/modules/sync: added some errorhandling (nw)
Oliver Stöneberg
2015-01-09
5
-0
/
+41
*
Fix bug in work_osd.c causing discrete sound to crash. [Tafoid, Haze,
couriersud
2015-01-09
1
-1
/
+1
*
- Moved OS specific low level code to osd/modules/lib.
couriersud
2015-01-09
7
-61
/
+4
*
osd_work: use same SPIN_LOOP_TIME value on all platforms (nw)
Oliver Stöneberg
2015-01-08
1
-6
/
+0
*
osd_work: moved thread count printing to KEEP_STATISTICS / prevent KEEP_STATI...
Oliver Stöneberg
2015-01-08
1
-4
/
+5
*
sync: cleanups (nw)
Oliver Stöneberg
2015-01-08
2
-2
/
+3
*
osd_work: default back to numproc-1 threads for WORK_QUEUE_FLAG_MULTI (nw)
Oliver Stöneberg
2015-01-07
1
-2
/
+2
*
Fix compile of sync_sdl.c. (nw)
couriersud
2015-01-07
1
-1
/
+16
*
added OSD_EVENT_WAIT_INFINITE and implemented it properly for all platforms (nw)
Oliver Stöneberg
2015-01-07
7
-5
/
+26
*
osd_work: use n threads when n CPUs are detected since modern CPUs have at le...
Oliver Stöneberg
2015-01-07
1
-7
/
+0
*
osd_work: small formating change (nw)
Oliver Stöneberg
2015-01-07
1
-4
/
+4
*
osd_work: use the non-yield implementation of spin_while() for all platforms ...
Oliver Stöneberg
2015-01-07
1
-29
/
+0
*
osd_work: removed maximum thread limit for WORK_QUEUE_FLAG_HIGH_FREQ queue on...
Oliver Stöneberg
2015-01-07
1
-8
/
+0
*
Fixed linking of chdman (nw)
couriersud
2015-01-06
1
-2
/
+3
*
osd_work.c: lowered SPIN_LOOP_TIME / TODOs (nw)
Oliver Stöneberg
2015-01-06
1
-2
/
+4
*
osd_work.c: limit WORK_QUEUE_FLAG_HIGH_FREQ to 3 threads since we don't scale...
Oliver Stöneberg
2015-01-06
1
-5
/
+4
*
osd_work.c: only allocate main threads when WORK_QUEUE_FLAG_MULTI / some logg...
Oliver Stöneberg
2015-01-06
1
-15
/
+38
[next]