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 (Collapse)Author
2022-11-10Add SDL2_image dependency to packages and build systemskcgen
2022-11-08Reduce compiler warning allowanceFeralChild64
2022-10-22Fix range intersection warning in ManyMouse libraryFeralChild64
2022-10-22Silence compiler warnings in ManyMouse libraryFeralChild64
2022-10-18Increase CI unit test parallel jobs and timeoutskcgen
2022-10-16Draft release notes using minor versionkcgen
2022-10-16Add release drafter support fileskcgen
2022-10-15Reduce number of MSYS2 CI jobskcgen
2022-10-15Setup vcpkg and NuGet in the same CI stepkcgen
2022-10-15Update macOS CI to v12 and fix debug jobskcgen
2022-10-15Update CI variable-sharing syntaxkcgen
2022-10-15Drop dormant CI workflowskcgen
2022-10-14Bump actions/download-artifact from 2 to 3dependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14Bump fountainhead/action-wait-for-check from 1.0.0 to 1.1.0dependabot[bot]
Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/fountainhead/action-wait-for-check/releases) - [Commits](https://github.com/fountainhead/action-wait-for-check/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: fountainhead/action-wait-for-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14Bump actions/upload-artifact from 2 to 3dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14Bump actions/cache from 2 to 3.0.11dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14Lower allowed PVS Studio warning limitkcgen
2022-10-14Automate CI action updates with Dependabotkcgen
2022-09-27Improves naming of the Windows MSYS2/MSVC workflowsWengier
2022-09-27Describes release/x branch as releaseWengier
2022-09-26Use dynamic libraries by defaultkcgen
Given the number of users and developers reporting issues with static builds, it makes more sense now to to default to shared libraries by default.
2022-09-26Lower allowed PVS Studio warning limitkcgen
2022-09-17Update FUNDING.ymlkcgen
2022-09-16Add Inno banner to workflowKeenan Weaver
2022-09-16Shortens artifact name when necessaryWengier
2022-09-15Add Windows installer script and workflow (#1920)Wengier
* Adds Windows installer script * Add Windows installer to workflow * Disables MSVC installer option if MSVC artifact unavailable * Uses pre-installed Inno Setup instead of downloading * Adjusts installer script per feedbacks
2022-08-29Drop LTO for arm64 M1 because it's slowerkcgen
2022-08-29Update CI release LTO settingskcgen
2022-08-28Lower allowed warning limitskcgen
2022-08-24Use 'DOSBox Staging.app' on macOS per Human Interface Guidelineskcgen
2022-08-19Use default environment in macOS CI buildskcgen
2022-08-19Build macOS x86 release on available runnerskcgen
2022-08-16Use runner native build record in macOS CIkcgen
2022-08-12Lower allowed warning limitskcgen
2022-08-12Prefer system-provided SpeexDSP in analysis CI jobskcgen
This avoids having analysis bugs in SpeexDSP's code show up as part of our own code.
2022-08-06Prioritize release builds using wrapskcgen
The majority of people building Staging want release builds without complications due to system libraries. This includes users on windows using MSYS2, Raspberry Pi users (via RetroPie), macOS users, and Linux users with OSes that might be very new or slightly out-of-date. Packagers can configure meson to use shared libraries and not fallback to wraps, and additionally ask to have specific libraries provided from the system using -Duse_system_libs=lib1,lib2, instead of wraps.
2022-07-30Lower allowed warning limitskcgen
2022-07-28Lower allowed warning limitskcgen
2022-07-28Use macOS 12 in CI to run unit testskcgen
2022-07-28Move macOS CI to 11.0 due to 10.15 being deprecatedkcgen
GitHub is "browning out" the 10.15 CI machines generating a significantly percentage of failed jobs, often without a release binary. This is a scheduled macOS-10.15 brownout. The macOS-10.15 environment is deprecated and will be removed on August 30th, 2022. The macOS-10.15 environment is deprecated, consider switching to macos-11(macos-latest), macos-12 instead. For more details, see: https://github.com/actions/virtual-environments/issues/5583
2022-07-28Avoid scanning 3rd party librarieskcgen
2022-07-28Provide Iir1 via Meson wrap and vcpkgkcgen
2022-07-26Lower allowed warning limitskcgen
2022-07-15Lowered allowed PVS Studio warningskcgen
2022-07-10Lower allowed warning limitskcgen
2022-07-09Suppress false positive static analysis warningsFeralChild64
2022-07-06Rename workflow to satisfy CI check patternkcgen
2022-07-06Workaround Ubuntu 22.04 libudev held package issuekcgen
CI nodes have started failing with: The following packages have unmet dependencies: libudev-dev : Depends: libudev1 (=249.11-0ubuntu3) but 249.11-0ubuntu3.3 is to be installed. Unable to correct problems, you have held broken packages. ref: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1979850
2022-07-05Bump CI checkout to v3 without submoduleskcgen
2022-07-05Bump GCC to 9 for Ubuntu 18.04 CIkcgen