-
Updated
Sep 29, 2020 - C++
cmake
Here are 3,329 public repositories matching this topic...
-
Updated
Sep 29, 2020 - C++
功能请求:HiDPI 图标支持
客服端UI对HiDPI好像支持不是很好。MacOS,Ubuntu 18.04 上对高分辨率的屏幕,一些icons显示马赛克很明显。
-
Updated
Sep 28, 2020 - C++
-
Updated
Sep 27, 2020 - C++
The self.options object inside a main recipe has .get_safe attribute to get the value of a option or a default value if it does not exist.
But in a test package conanfile.py, this does not exist.
I believe options object in the main and test recipe should have the same options.
Environment Details (include every applicable attribute)
- Operating System+version: Linux+Windows
-
Updated
Jul 22, 2020 - CMake
-
Updated
Jun 11, 2020
-
Updated
Sep 28, 2020 - C++
We are in the process of dropping Math.h and one of the more commonly used operation there is fequals, which checks if the difference between two values is less than the type's epsilon. The task is to write this as a free function, probably in a new file in the util directory and drop Math::fequals.
Bug Report
This happened on Windows with the Pro IDE. This is all I can see in the logs:
root ERROR Uncaught Exception: Error: 2 UNKNOWN: error getting port list from serial-discovery: read |0: The handle is invalid.
root ERROR Error: 2 UNKNOWN: error getting port list from serial-discovery: read |0: The handle is invalid.
at Object.callErrorFromStatus (c:\Users\kittaakos\Desktop\
-
Updated
Sep 28, 2020 - C++
-
Updated
Aug 26, 2020 - C++
-
Updated
Sep 29, 2020 - Shell
-
Updated
Mar 6, 2020 - C++
-
Updated
Sep 2, 2020 - CMake
Describe the bug
When rotating the camera with RMB, it's annoying to accidentally hit the window edges and start scrolling.
To Reproduce
Steps to reproduce the behavior:
- Hold RMB and start rotating the camera.
- Pull the mouse all the way to a window edge.
- See your action disappear in the distance.
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 20, 2020 - C
-
Updated
Dec 29, 2019 - C++
-
Updated
Sep 22, 2020 - C
-
Updated
Sep 19, 2019 - C++
-
Updated
Feb 14, 2020 - C
-
Updated
Aug 9, 2020 - 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."


Required skills: Python
Difficulty: Easy
openage currently stores information about a game edition or expansion inside an
Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.The recommended appro