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
path: root/tests
AgeCommit message (Expand)Author
2022-10-22Add unit tests for clamp_to_<int_t> functionskcgen
2022-10-14Add value and percentage parsing helperskcgen
2022-10-07Limit bit_views to 8-bit regs to avoid byte-order assumptionkcgen
2022-10-07Move the stubbed MSG_ functions into a dedicated libmisc depkcgen
2022-10-03Change 'config -wc' to write UTF-8 fileFeralChild64
2022-09-10Update Copyright year on files modified this yearkcgen
2022-08-29Avoid archiving single objectskcgen
2022-08-28Limit the integer distribution type to no smaller than 16-bitkcgen
2022-08-28Let the random number generator support float valueskcgen
2022-08-25Add a bit-retention function, retain(), to bitopskcgen
2022-08-22Add a path-simplifying filesystem utility functionkcgen
2022-08-15Move most math stuff from support.h into math_utils.hJohn Novak
2022-08-15Move most string util functions into string_utils.cpp from support.cppJohn Novak
2022-08-15Make 'cga_colors' accept 3 or 6-digit hex codes or decimal RGB-tripletsJohn Novak
2022-08-08Move meson test to top-level and use in iir1kcgen
2022-08-06Standardize Meson formatting with muon fmtkcgen
2022-08-06Prioritize release builds using wrapskcgen
2022-07-30Avoid a buffer overrun when splitting 8.3 filenames (CWE-120)kcgen
2022-07-28Provide Iir1 via Meson wrap and vcpkgkcgen
2022-07-25Completely remove the soft-limiterJohn Novak
2022-07-10Operate on unsigned bits in bitopskcgen
2022-07-06changes gmock_main lib name for debugLowLevelMahn
2022-06-30Add Tracy configuration to VS projectKirk Klobe
2022-06-24Add iround support function for floatskcgen
2022-06-22Add a value-accessor to bit_viewkcgen
2022-06-21Deprecate 'oplemu' config paramJohn Novak
2022-06-14Disable assembly outputshermp
2022-06-14Enable VCPKG manifest modeshermp
2022-06-12Use a trivial copy constructor 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-08Add an explicit copy constructor to bit_view and a couple more testskcgen
2022-06-07Refactor BitField into "bit_view" and add unit-testskcgen
2022-05-31Fix invalid ANSI erase codesshermp
2022-05-29Add ir1 to the build systemJohn Novak
2022-05-16Adjust copyright dates for 2022Patryk Obara
2022-05-16Convert few cpp files to Unix formatPatryk Obara
2022-04-14Mass replace int types with cstdint typesWengier
2022-04-01Copy the resources into VisualStudio's output areakcgen
2022-03-30Explicitly exit DOSBox from the test fixturekcgen
2022-03-19Add unit tests for file name functionsWengier
2022-03-01Add more unit tests for WildFileCmpWengier
2022-03-01Rely on gmock dependency setting up gtestPatryk Obara
2022-02-18Revert "Assure gtest and gmock in the same version"kcgen
2022-02-16Improve the bit operation set-to and mask-to orderingkcgen
2022-02-15Assure gtest and gmock in the same versionPatryk Obara
2022-02-02Add bit-operations helper functionskcgen
2022-02-02Add bit-operations helper functionskcgen
2022-02-01Add/cleanup units tests for redirectionsWengier
2022-02-01Add unit tests for shell redirectionsWengier