-
Updated
Jun 9, 2021 - CMake
cmake
Here are 4,000 public repositories matching this topic...
功能请求:快捷编辑(长按进入编辑界面)
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
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
constexpr money32 operator"" _GBP(long double money)
{
return money * 10;
}
static_assert(MONEY(2, 40) == 2.40_GBP);
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m
-
Updated
Jun 9, 2021 - C++
-
Updated
Jun 8, 2021 - C++
-
Updated
Mar 18, 2021 - CMake
Is it possible to allow using file:// URLs as input parameter for tools.get? This might be useful for testing with local archives by changing only conandata.yml
- I've read the CONTRIBUTING guide.
The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.
I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes
-
Updated
Oct 13, 2020
-
Updated
Jun 9, 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
Jun 5, 2021 - C++
-
Updated
Jun 4, 2021 - Shell
-
Updated
May 6, 2021 - C++
Export headers are nice.
-
Updated
Jan 5, 2021 - C++
Describe the feature you'd like
There should be a ~2-3 second delay on the ability to skip campaign videos.
Describe why do you think it is needed
One of the worst things that can happen in the campaign is a video suddenly playing while you are clicking a mouse button. This results in you skipping the video and could ruin the experience of a new player.
-
Updated
Feb 15, 2021 - C
-
Updated
Jun 7, 2021 - C++
-
Updated
Jun 6, 2021 - C++
-
Updated
Dec 4, 2020 - C++
-
Updated
Jun 9, 2021 - C
-
Updated
Apr 20, 2021 - CMake
MMEX version:
1.5
Operating System:
- [x ] Windows
- Mac OSX
- Linux
Hello,
Just bringing attention that MMEX currently shows using v7.61 of libcurl. v7.76 is the latest release. Currently, there are 17 vulnerabilities in v7.61: https://curl.se/docs/vulnerabilities.html
Thank you
-
Updated
Feb 16, 2021 - CMake
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."