-
Updated
May 22, 2022 - CMake
cmake
Here are 4,894 public repositories matching this topic...
-
Updated
Apr 24, 2022 - CMake
-
Updated
May 20, 2022 - C++
When I try to 'conan install' version-range-based requirements for a package from a GitLab remote package repository, I get an unhelpful Python message "ERROR: 'NoneType' object is not iterable." I believe it's triggered by some faulty implementation on the GitLab repository side, but it would be helpful if Conan provided a more specific indication of the error cause.
My example conanfile.py:
`
-
Updated
May 22, 2022 - C
Description
When using a client >= 1.4 but a server < 1.4, when editing a channel's ACLs, the client will offer to set the Listen ACL. However, as the server doesn't know of this ACL this obviously doesn't make sense.
From the user's perspective this will appear as if the Listen ACL was broken and that the server just won't remember what they configured the Listen ACL to (as the server
-
Updated
May 18, 2022
-
Updated
May 19, 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
May 22, 2022 - C++
-
Updated
May 20, 2022 - Shell
-
Updated
May 18, 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
Nov 26, 2021 - 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
Mar 8, 2022 - Vim script
-
Updated
Mar 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
Dec 4, 2020 - C++
-
Updated
May 21, 2022 - C++
-
Updated
May 19, 2022 - C++
-
Updated
May 17, 2022 - CMake
-
Updated
May 22, 2022 - 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."

G1_FLAG_BMPhas the wrong name its the inverse of its name it is used to indicate that the sprite has transparency and will require blending with the background to produce the end result. The vast majority of images have this flag set.