dosbox-staging:po/drag-drop-floppy-1

Last commit made on 2019-12-31
Get this branch:
git clone -b po/drag-drop-floppy-1 https://git.launchpad.net/dosbox-staging

Branch merges

Branch information

Name:
po/drag-drop-floppy-1
Repository:
lp:dosbox-staging

Recent commits

1fa7ad6... by dreamer_

unfriending made Clang find more unused stuff

73cec20... by dreamer_

Working proof of concept

ae1b519... by dreamer_

WIP unfriended

9747bfd... by dreamer_

WIP unmount on drop

2b8fd4b... by dreamer_

amendme

f088e6b... by dreamer_

format

0241420... by dreamer_

Remove unused functions in cpu area

Latest change from upstream made removed last usage of these functions.

Only ifdef-out them, in case future versions in upstream will use these
functions again.

f2601b2... by dreamer_

Merge branch 'svn/trunk' r4302

19b9bde... by Peter Veenstra <email address hidden>

Fix xcmpchg in dyn_x86 core. Allows Quickview to work in that core; reported by krcroft. Fixed/patch by jmarsh. Thanks!

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4302

0506aaf... by dreamer_

Stop silencing disabled C4786 MSVC warning

This is old, and disabled by default in new MSVC compilers.
It was purely infomational warning:

"object name was truncated to 'number' characters in the debug
information"

Regardless, even if we'll decide to silence it again for any reason,
then it should be configured in VS project and not using ifdefed
pragma in the code.