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-09-29Add support function that gets lines from a text resourcekcgen
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-15Move is_digits & is_hex_digits to string_utilsJohn Novak
2022-08-15Make 'cga_colors' accept 3 or 6-digit hex codes or decimal RGB-tripletsJohn Novak
2022-07-30Assert type-bounds before value-bounds in check_cast (CWE-569)kcgen
2022-07-05Templatise lerp, invlerp & remapJohn Novak
2022-07-05Add lerp, invlerp & remap util functionsJohn Novak
2022-06-24Add iround support function for floatskcgen
2022-06-22Add host_pagesize and dos_pagesize constexprsKirk
2022-06-20Add decibel<->gain conversion helper functionsJohn Novak
2022-06-07Add a helper to pick the nearest uint_t to hold n-bitskcgen
2022-05-16Adjust copyright dates for 2022Patryk Obara
2022-05-10Add support function to get available resourceskcgen
2022-05-09Add a negative-char support check functionkcgen
2022-05-01Add a support function to remove duplicates from a containerkcgen
2022-04-03Add std::filesystem permission support functionskcgen
2022-04-03Use the mersenne twister to generate random valueskcgen
2022-04-03Collapse duplicate CPU cycle parsing with lambdakcgen
2022-03-30Address PR feedback as suggestedFeralChild64
2022-03-30Sync keyboard.sys, ega.cpi, and related with upstreamFeralChild64
2022-03-26Add get resource support functionskcgen
2022-01-14Addresses issues as suggestedWengier
2022-01-14Refactor time format code and rename formatting functionsWengier
2022-01-14Refactor the code to use is_date_valid and is_time_valid functionsWengier
2022-01-13Move enum_val to support.h, and improve itshermp
2022-01-09Implement suggested fixes from reviewshermp
2022-01-06Improve documentation for the ScanCMDBool support functionkcgen
2021-12-23Add support function to check if container has itemkcgen
2021-12-18Revert "Refactor mount handling with std::filesystem routines (#223)"kcgen
2021-12-17Refactor mount handling with std::filesystem routines (#223)kcgen
2021-11-30Move GetExecutablePath() to a support functionkcgen
2021-11-13Add a unique_ptr support function to handle FILEskcgen
2021-11-05Collapse multiple do-nothing catches in support to_finitekcgen
2021-10-04Update entire system for C++17 supportKirk
2021-09-18Add a support function to wrap a number in-rangekcgen
2021-09-13Add a support function that bounds-checks and castskcgen
2021-08-17Drop unused coarse cosine and sine functionskcgen
2021-08-14Enale math constants in support headerkcgen
2021-08-07Mark a try/catch argument as unusedkcgen
2021-05-31Add a left-shift support function for signed valueskcgen
2021-03-13Add informational-only support for naming std::threadskcgen
2021-01-20Merge branch 'master' into mesonPatryk Obara
2021-01-20Merge 'svn/trunk' r4412Patryk Obara
2021-01-17Add unit test for rwcircularbuffer to mesonPatryk Obara
2021-01-17Move safe_strcpy and safe_strcat to string_utilsPatryk Obara
2021-01-14A new and hopeful better yearPeter Veenstra
2021-01-01Adjust copyright statements for 2021Patryk Obara
2020-12-30Scope the MT-32 managed types inside the classkcgen
2020-12-30Manage MT-32 threading objects using unique_ptrskcgen