Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-14Use "fast" stdint types for performance-critical varskk/debitu-flags-1Kirk
2022-06-14Update minor syntax issuesKirk
2022-06-14Optimize A20 enable logicKirk
2022-06-14Fix printf formattingKirk
2022-06-14De-Bitu more paging variablesKirk
2022-06-14De-Bitu LazyFlags and PageHandlerKirk
2022-06-14Cleanup minor dyn_cache.h itemsKirk
2022-06-14Add a Meson option (-Dasm=true) for saving assembly outputkcgen
2022-06-14Add versioned vcpkg manifest for use with releasesshermp
2022-06-14Remove dependency versioning from vcpkg manifestshermp
2022-06-14Disable assembly outputshermp
2022-06-14Copy speexdsp.dll with msbuild instead of CIshermp
2022-06-14Replace xcopy with robocopy for copying resourcesshermp
2022-06-14Update msvc build documentationshermp
2022-06-14Build debugger as separate job in the build matrixshermp
2022-06-14Use VCPKG nuget caching, use manifest modeshermp
2022-06-14Enable VCPKG manifest modeshermp
2022-06-13Fix an incorrect comment in bit_viewkcgen
2022-06-13Bump number of allowed PVS Studio warningskcgen
2022-06-13Update PVS Studio to 7.19.61166.216kcgen
2022-06-12Use a trivial copy constructor in bit_viewkcgen
2022-06-11Retain exit criteria in DOS_OpenFilekcgen
2022-06-11Add image disk mount log from r4477 mergekcgen
2022-06-11Fix image disk mount portion from r4477 mergekcgen
2022-06-11Fix FAT image mount portion from r4477 mergekcgen
2022-06-10Use consistent comments in bit_viewkcgen
2022-06-10Avoid shadowing a type inside the bit_view testskcgen
2022-06-10Add explicit handling for bools in bit_viewkcgen
2022-06-10Add checks for potential narrowing in ZMBVkcgen
2022-06-10Merge 'svn/trunk' r4478-4479kc/merge-r4479ripsaw8080
2022-06-10Correct handling of invalid encodings of the BOUND instruction.ripsaw8080
2022-06-10Minor corrections related to r4477.ripsaw8080
2022-06-09Make memory arrays static (#1714)Kirk Klobe
2022-06-08Add per-file code checks using helper macroskcgen
2022-06-08Cleanup whitespace formatting in ZMBVkcgen
2022-06-08Remove unused zlib constants from ZMBVkcgen
2022-06-08Only define WIN32 on Windows if it's not already definedkcgen
2022-06-08Include ZMBV as a library instead of via source includekcgen
2022-06-08Include GHC using relative pathskcgen
2022-06-08Include loguru using relative pathskcgen
2022-06-08Make all bit_view functions constexprkcgen
2022-06-08Add an explicit copy constructor to bit_view and a couple more testskcgen
2022-06-08Make bit_view's post-increment operators consistentkcgen
2022-06-07Add Meson developer options for narrowing and vectorizationkcgen
2022-06-07Add flags used for releases prior to Mesonkcgen
2022-06-07Fix mixer race conditionKirk Klobe
2022-06-07Refactor BitField into "bit_view" and add unit-testskcgen
2022-06-07Add a helper to pick the nearest uint_t to hold n-bitskcgen
2022-06-07Add BitField helper classEvan Teran
2022-06-07Refine clang-format's per-line and alignment behaviorkcgen