-
Updated
Jul 7, 2022
C++

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 48,049 public repositories matching this topic...
-
Updated
Jul 21, 2022 - JavaScript
-
Updated
Jul 25, 2022
Feature type
Plug-ins
Describe the feature
Is it possible to fix the data wrapper plugin for asm-style, The current version like this
array DB 4Dh, 5Ah, 90h, 00h, 03h, 00h, 00h, 00h, 04h, 00h, 00h, 00h, 0FFh, 0FFh, 00h, 00h,
0B8h, 00h, 00h, 00h, 00h, 00h, 00h, 00h, 40h, 00h, 00h, 00h, 00h, 00h, 00h, 00h,
00h, 00h, 00h, 00h, 00h, 00h, 00h, 00h
-
Updated
Jul 29, 2022
-
Updated
Mar 18, 2022 - C++
-
Updated
Jun 20, 2022 - C++
I think the Carbon project would welcome a proposal to add an explicit syntax that forces a tail call. This is aligned with our goals of predictable performance and giving the user explicit control.
My syntax suggestion: tail return F(...);
.
Background:
- [
[[clang::musttail]]
attribute for guaranteed tail calls.](https://reviews.llvm.org/D9951
-
Updated
Jul 29, 2022 - C++
-
Updated
Jul 27, 2022 - C++
Whiskers' regex looks for <..>
as opposed to tokenizing the input, so it is not able to detect truncated/mistyped input.
For example it can't detect that <!b
is not terminated in<?b> X <!b Y </b>
.
With some heuristics it could be improved: match for <?
, <!
and </
and only allow identifiers which are terminated with >
, otherwise it is invalid.
_Originally posted by @axic in h
-
Updated
Jul 29, 2022 - CMake
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
-
Updated
Jul 29, 2022 - Java
There is constexpr, consteval but constinit is not described.
It could be worth to add it.
-
Updated
Jul 23, 2022 - C++
-
Updated
Jul 28, 2022 - OCaml
-
Updated
Jul 28, 2022 - Java
-
Updated
Jul 29, 2022 - C++
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty
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
Discussed in polybar/polybar#2771
Originally posted by beyond9thousand July 21, 2022
Would love to be able to assign different colors to different hooks in a custom IPC module
That could probably be done by supporting format-X
for every hook-X
and have format-X
inherit from format
.
window_editor_object_selection_select_object
currently returns its success through a bool and also the global gGameCommandErrorText
. It should be refactored to return a GameAction::Result
to remove the use of the global.
Java tutorial: "Build a Spring Boot App with User Authentication" is no longer available
Current Behavior
The link https://scotch.io/tutorials/build-a-spring-boot-app-with-user-authentication is currently unavailable.
It looks like the author no longer maintains the website.
Possible Solution
found som