-
Updated
Jul 15, 2022 - CMake
cmake
Here are 5,027 public repositories matching this topic...
Operating System
Ubuntu 22.04
OpenRCT2 build
OpenRCT2, v0.4.1-3 (312ad3e3ce on refactor/initialise-g1, DEBUG)
Describe the issue
Title should be self-explanatory.
Originally reported here: https://forums.openrct2.org/topic/5916-stalls-auto-orienting-themselves-
-
Updated
Jul 14, 2022 - CMake
-
Updated
Jul 15, 2022 - C++
The current detection of https://github.com/conan-io/conan/blob/1.46.2/conans/client/tools/oss.py#L36-L39 seems no longer applicable in case of cgroup2 as the /sys/fs/cgroup/cpu/cpu.cfs_quota_us and /sys/fs/cgroup/cpu/cpu.cfs_period_us are replaced by /sys/fs/cgroup/cpu.max (in case of docker executed with --cpus).
There could be checked if cgroup2 is active for example by checking for
-
Updated
Jul 15, 2022 - C
Context
Right now Mumble iterates through every program name of every PID for every positional audio plugin. This is quite wasted CPU time if either the PID count is high or plugin count is high, as the time complexity is in
-
Updated
May 18, 2022
-
Updated
Jul 12, 2022 - C++
Machine object should return a reference to themselves (like in sklearn)
auto machine = pipeline->over(std::make_shared<NormOne>())
->composite()
->over(std::make_shared<MulticlassLibLinear>())
->over(std::make_shared<MulticlassOCAS>())
->then(std-
Updated
Jun 27, 2022 - CMake
-
Updated
Jul 15, 2022 - C++
-
Updated
Jul 15, 2022 - Shell
-
Updated
Jul 4, 2022 - C++
Describe the bug
The game freezes when receiving a message that does not fit in one line.
To Reproduce
Your System:
- OS: Windows 10
- Game version:
-
Updated
Jun 1, 2022 - C++
-
Updated
Feb 15, 2021 - C
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
-
Updated
Jun 15, 2022 - Vim script
-
Updated
Jul 10, 2022 - C++
-
Updated
Jun 6, 2021 - C++
-
Updated
May 20, 2022 - CMake
If CPM_SOURCE_CACHE is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full.
-
Updated
Jul 15, 2022 - C++
-
Updated
Dec 4, 2020 - C++
Improve this page
Add a description, image, and links to the cmake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cmake topic, visit your repo's landing page and select "manage topics."


Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look