-
Updated
Apr 16, 2021 - CMake
cmake
Here are 3,839 public repositories matching this topic...
标准符合 XTLS/Xray-core#91 的分享链接,导入时alpn似乎不生效。包括分享链接也是,没有alpn的部分
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
Apr 14, 2021 - C++
-
Updated
Apr 16, 2021 - C++
When searching for a recipe-revision that doesn't exist, the error message can be improved
conan search zlib/1.2.11@#58dde97face18c9c280e2d6093c45d15 -r conan-center
ERROR: Not found: https://conan.bintray.com/v2/conans/zlib/1.2.11/_/_/revisions/58dde97face18c9c280e2d6093c45d15/files/conanmanifest.txt. [Remote: conan-center]
Searching using recipe-revision for a reference that doe
-
Updated
Mar 18, 2021 - CMake
Describe the bug
According to https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L557
the third true parameter essentially disable the TCP mode check here: https://github.com/mumble-voip/mumble/blob/d6f9e97ad64828066d5134c9d87e2673847eed79/src/mumble/ServerHandler.cpp#L277
Which in this case, client keeps sending UDP ping r
-
Updated
Oct 13, 2020
-
Updated
Apr 16, 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
Apr 10, 2021 - C++
-
Updated
Apr 8, 2021 - Shell
-
Updated
Apr 14, 2021 - C++
-
Updated
Apr 2, 2021 - CMake
-
Updated
Jan 5, 2021 - C++
Describe the feature you'd like
We should limit the miss angle to effectively be around 15 degrees.
Describe why do you think it is needed
Missing a target by 90 degrees just look stupid - a miss is a miss. Doesn't have to be that off
https://www.reddit.com/r/warzone2100/comments/gy87wg/rookie_units_are_as_helpful_as_ever/
-
Updated
Feb 15, 2021 - C
-
Updated
Apr 12, 2021 - C++
-
Updated
Dec 29, 2019 - C++
-
Updated
Dec 4, 2020 - C++
-
Updated
Apr 14, 2021 - C
-
Updated
Mar 22, 2021 - CMake
-
Updated
Feb 16, 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
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