-
Updated
Jan 24, 2021 - C++
cmake
Here are 3,618 public repositories matching this topic...
See #13737 for more details.
功能请求:快捷编辑(长按进入编辑界面)
-
Updated
Jan 24, 2021 - C++
-
Updated
Jan 24, 2021 - C++
A build helper often used in CCI which could be part of Conan Tools.
First idea here.
Also present in CCI now:
conan-io/conan-center-index#4257
conan-io/conan-center-index#4258
from conans.tools import create_module_official_cmake_targets
...
def package(-
Updated
Jan 17, 2021 - CMake
When starting Mumble with: mumble "mumble://user@server.tld" it does not connect to the server and says "This version of Mumble can't handle URLs for Mumble version 1.2.0"
"mumble://user@server.tld?version=1.4.0" also doesn't work.
Works in a new instance if another Mumble instance is already running.
-
Updated
Oct 13, 2020
-
Updated
Jan 24, 2021 - 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
Jan 23, 2021 - C++
-
Updated
Jan 23, 2021 - C++
-
Updated
Jan 12, 2021 - Shell
-
Updated
Jan 21, 2021 - CMake
-
Updated
Jan 5, 2021 - C++
Describe the feature you'd like
When saving a game, you should get a suggested savegame mentioning Campign-or-Skirmish, map name, opponent-count-if-skirmish, cheating-enabled-or-not
Describe why do you think it is needed
Coming up with a good name gets tedious.
-
Updated
Dec 13, 2020 - C
-
Updated
Jan 24, 2021 - C++
-
Updated
Dec 29, 2019 - C++
-
Updated
Jan 21, 2021 - C
-
Updated
Dec 4, 2020 - C++
-
Updated
Feb 14, 2020 - C
portable mode
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