c-plus-plus
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 12,280 public repositories matching this topic...
After #15946 starting a pruned bitcoin-qt with blockfilterindex=1 will give the error message
Error: A fatal internal error occurred, see debug.log for details
It would be more helpful if it gave what's in the debug.log which is
basic block filter index best block of the index goes beyond pruned data. Please disable the index or reindex (which will download the whole blockchain agai
-
Updated
Feb 28, 2021
Platform
Operating system and version: Windows
OBS Studio version: 26.1.1
OBS Log file: N/A
Expected Behavior
EITHER:
a) Multiple transform panels open for different sources and closed manually (not preferred)
b) The transform panel shows the appropriate information for the respected layer selected
Current Behavior
The transform panel sometimes shows the newly selected item
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Mar 1, 2021 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Mar 7, 2021 - C++
-
Updated
Feb 6, 2021 - C++
-
Updated
Mar 5, 2021 - C++
-
Updated
Mar 8, 2021 - Objective-C++
(I thought that this was already a tracked issue, but I cannot find it.)
Description
I have a hardware abstraction layer interface, as well as a driver interface. I have multiple drivers utilizing the HAL interface, while implementing the driver interface. This plugin approach causes me to have identically named tests across multiple test files.
For example:
TEST_CASE("init() returns `E_HAL_INIT`, when HardwareAbstractionLayer::init() returns an erWhen adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
-
Updated
Mar 8, 2021 - C++
When run
bazel run --define MEDIAPIPE_DISABLE_GPU=1 mediapipe/examples/desktop/hello_world:hello_world
Downloading org_tensorflow will time out.
I want use the pre-downloaded org_tensorflow by putting the tar.gz file in the .cache corresponding directory, but it didn't work.How should I operate it correctly?
-
Updated
Dec 11, 2020 - C++
-
Updated
Mar 8, 2021 - C++
-
Updated
Jan 27, 2021 - C++
-
Updated
Mar 8, 2021 - Shell
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
-
Updated
Mar 8, 2021 - C++
-
Updated
Mar 8, 2021 - C++
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
☒ keyboards/bpiphany/frosty_flake/frosty_flake.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegasushoof/2013/2013.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegasushoof/2015/2015.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegas
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther

Issue Details
Expected Behavior
An invalid entry to the
JumpListdoes not cause other entries to disappear.Actual Behavior
A single invalid
JumpListentry makes all other entries disappear.To Reproduce