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-24Add FreeType as a package dependencykc/freetype-dep-1kcgen
2022-06-24Remove address+undefined combination analysis CI jobkcgen
2022-06-24Add iround support function for floatskcgen
2022-06-23Remove the SoftLimiter and related buffers from GUSkcgen
2022-06-23Temporary disable Windows Defender Scans in CIkcgen
2022-06-23Fix typo in macOS CI conditionkcgen
2022-06-23Add ccache environment to macOS CI release jobkcgen
2022-06-23Disable LTO for macOS ARM64 CI runs (ccache-blocker)kcgen
2022-06-23Let self-hosted runners leverage their own ccachekcgen
2022-06-23Let MSYS2 non-release CI jobs retry up to 10 timeskcgen
2022-06-22Rename misc. 'pagesize' variablesKirk
2022-06-22Add host_pagesize and dos_pagesize constexprsKirk
2022-06-22Use bit_views to get the timer's read back statuskcgen
2022-06-22Remove extraneous bracing in timerkcgen
2022-06-22Add a value-accessor to bit_viewkcgen
2022-06-22Reuse maximum BCD and DEC count constants in timerkcgen
2022-06-22Eliminate redundant true-state comparisons in timerkcgen
2022-06-22Name PIT enum-to-string function per coding stylekcgen
2022-06-22Prefix sinc-related constants in impulse PC Speakerkcgen
2022-06-22Drop an unused constant from impulse PC Speakerkcgen
2022-06-22Move the sleep duration to a constant in impulse PC Speakerkcgen
2022-06-22Explain 8 KHz sample rate multiples in impulse PC Speakerkcgen
2022-06-22Name the amplitude fade as such in impulse PC Speakerkcgen
2022-06-22Use float samples without soft-limiting in impulse PC Speakerkcgen
2022-06-22Better differentiate the reference vs LUT in impulse PC Speakerkcgen
2022-06-22Apply more const in impulse PC Speakerkcgen
2022-06-22Use snake_case for constants in impulse PC Speakerkcgen
2022-06-22Describe the minimum tick rate as such in discrete PC Speakerkcgen
2022-06-22Eliminate temporaries and a branch in discrete PC Speakerkcgen
2022-06-22Name the period per sample as such in discrete PC Speakerkcgen
2022-06-22Move the discrete PC Speaker to full floatskcgen
2022-06-22Drop the DC Silencerkcgen
2022-06-22Move period of 1K PIT ticks to lower-casekcgen
2022-06-22Extract constants in discrete PC Speakerkcgen
2022-06-22Switch to CPP-style comments in PC Speakerkcgen
2022-06-22Clarify enum member using full wordskcgen
2022-06-22Mark discrete PC Speaker arguments read-onlykcgen
2022-06-22Use consisent filter-conf handling in PC Speakerkcgen
2022-06-22Mark PC Speaker API arguments constantkcgen
2022-06-22Rename PPI Port B and memberskcgen
2022-06-22Fix a memory alignment and loop-bound issues in discrete PC Speakerkcgen
2022-06-22Allow use of both PC Speaker modelskcgen
2022-06-22Add the existing (discrete) PC Speaker modelkcgen
2022-06-22Prepare support for two PC Speaker modelskcgen
2022-06-22Deprecate the SPKR channel namekcgen
2022-06-22Refactor PC Speaker into a classkcgen
2022-06-22Add pcspeaker_filter as a conf settingkcgen
2022-06-22Manage port B state data using bit_viewskcgen
2022-06-22Format initialization of the timer's channelskcgen
2022-06-22Move maximum PIT count into a functionkcgen