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
2020-09-08Remove test auto-generated by VSpo/gtest-vs-1Patryk Obara
2020-09-08Add example test and link with appopriate filePatryk Obara
2020-09-08Build support tests in VSPatryk Obara
2020-09-08WIP Add test as new project to VS solutionPatryk Obara
2020-08-30fixup! Add CI job running unit tests on LinuxPatryk Obara
2020-08-30fixup! Add CI job running unit tests on LinuxPatryk Obara
2020-08-30WIP Add UTs for safe_strcpy functionPatryk Obara
2020-08-30Add CI job running unit tests on LinuxPatryk Obara
2020-08-30Extend buildsystem with ability to run unit testsPatryk Obara
2020-08-30Return after writing to the GUS DMA register (typo)kcgen
2020-08-30Add a couple more LOG_GUS messages and adjust formattingkcgen
2020-08-28Merge branch 'svn/trunk' r4358Patryk Obara
2020-08-28Copy from the current handle table (not always the PSP) when increasing the n...ripsaw8080
2020-08-28Discard buffer contents at start of CDDA playing. Prevents initial sound blips.ripsaw8080
2020-08-28Update allowed warnings limitsPatryk Obara
2020-08-28Create memset-like function for filling dos structuresPatryk Obara
2020-08-28Silence PVS false-positive warnings in dos_classesPatryk Obara
2020-08-28Reorganize MemStruct constructionPatryk Obara
2020-08-28Remove old field access macros for MemStructPatryk Obara
2020-08-28Convert DOS_DeviceHeader to using new field access macrosPatryk Obara
2020-08-28Convert DOS_InfoBlock to using new field access macrosPatryk Obara
2020-08-28Convert DOS_ParamBlock to using new field access macrosPatryk Obara
2020-08-28Convert DOS_MCB to using new field access macrosPatryk Obara
2020-08-28Download Coverity using URL controlled by usPatryk Obara
2020-08-27Update Coverity tarball checksumPatryk Obara
2020-08-27Update PVS Studio to version 7.09.41189.57Patryk Obara
2020-08-24Update allowed warnings limitsPatryk Obara
2020-08-24Convert DOS_SDA to using new field access macrosPatryk Obara
2020-08-24Convert DOS_DTA to using new field access macrosPatryk Obara
2020-08-24Convert DOS_FCB to using new field access macrosPatryk Obara
2020-08-24Fix a CD-DA roll-over bug when calculating PCM frameskcgen
2020-08-23Add GUS Enhancements to the table of changeskcgen
2020-08-23Fix a boundary-check in the GUS voice volume registerkcgen
2020-08-23Update allowed warnings limitsPatryk Obara
2020-08-23Format "wrap cache early" check for core_dynrecPatryk Obara
2020-08-23Fix effc++ warnings in CodePageHandler classPatryk Obara
2020-08-23Decorate CodePageHandler with override keywordPatryk Obara
2020-08-23Move core_dyn_x86/cache.h to dyn_cache.hPatryk Obara
2020-08-23Copy diff between caches into core_dyn_x86Patryk Obara
2020-08-23Use 1024x1024 for GUS RAM size and IEC unit symbolskcgen
2020-08-23Assert GUS configuration pointers before usekcgen
2020-08-23Mark GUS local variables const when possiblekcgen
2020-08-23Prefer using the bound-checked at(x) in GUS non-hot-path codekcgen
2020-08-23Add default cases in GUS read and write switcheskcgen
2020-08-23Initialize a couple GUS variableskcgen
2020-08-23Iterate over the GUS voices array instead of indexingkcgen
2020-08-23Up-cast GUS arithmetic vals to resulting size before operatingkcgen
2020-08-23Separate GUS timer-array into two standalone timerskcgen
2020-08-23Attribute more GUS member functions with noexceptkcgen
2020-08-23Move a couple more GUS constants to their point-of-usekcgen