-
Updated
May 7, 2020 - C++
c-plus-plus-17
Here are 192 public repositories matching this topic...
-
Updated
May 10, 2020 - C++
-
Updated
May 10, 2020 - C++
-
Updated
May 21, 2020 - C++
-
Updated
Apr 23, 2020 - C++
Add API nameof::cstring to https://github.com/Neargye/nameof/blob/master/doc/reference.md
-
Updated
Jan 24, 2019 - C
Brief summary of issue / Description of requested feature:
More issues like #3458 solved
Steps to reproduce the issue / Reasons for adding feature:
- Texts have whitespaces at beginning or end to help facilitate layout
Error output / Expected result of feature
- Translators don't need to worry matching whitespaces around translated text.
Extra information, such as M
-
Updated
Apr 15, 2020 - C++
-
Updated
May 19, 2020 - C++
- create docker-compose-vanilla.yaml
this command "docker-compose -f docker-compose-vanilla.yaml"
should start NGINX configured for vanilla-rtb docker image + vanilla-rtb image with 3-4 http_handler_test running on 3-4 different ports .
docker compose file should map volume for both nginx and vanilla-rtb , so that we could alter configuration if needed. - add performance tests results to o
-
Updated
Sep 8, 2018 - C++
-
Updated
May 11, 2020 - C++
-
Updated
May 20, 2020 - C++
-
Updated
Apr 20, 2020 - C++
-
Updated
May 20, 2020 - C++
-
Updated
May 5, 2020 - C++
The Muon documentation for unscripted testing is written for the old GUI's so should be updated to the new ones. The current documentation given is:
http://developer.mantidproject.org/Testing/MuonInterface/MuonTesting.html
https://docs.mantidproject.org/nightly/interfaces/Muon%20Analysis%20Unscripted%20Testing%20Guide.html
-
Updated
May 18, 2020 - C++
Sort can be implemented via scan by performing an inserting incoming elements into a vector.
To find the right position to insert can be found using a binary search.
This approach would lead to a runtime complexity of O(n log n).
potential API:
range()
>> scan( vector<int>{}, sort() )
>> drop(4)
>> take(1);
// should return {4,3,2,1,0}To limit the size of t
From the readme, I couldn't tell which C++ library implementation of std::vector you were using. Maybe libstdc++? Might be interesting to see graphs or something comparing lni::vector to libstdc++ std::vector and libc++ std::vector or others.
-
Updated
May 19, 2020 - C++
Hi,
I don't know if its possible but maybe this can be somehow handled better:
If I have a grammar rule like so:
cppcmb_def(expr) = pc::pass
| (expr & match<Token::PLUS> & primary) [BinaryExpr::make]
| (expr & match<Token::MINUS> & primary) [BinaryExpr::make]
| primary
%= pc::as_memo_d;And the met
Better README
-
Updated
Jun 26, 2019 - C++
Fill out docs
Pretty much everything listed as needing documentation needs to be added. As time goes on I fill it out slowly.
-
Updated
Jul 29, 2019 - C++
-
Updated
Aug 12, 2019 - C++
Improve this page
Add a description, image, and links to the c-plus-plus-17 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the c-plus-plus-17 topic, visit your repo's landing page and select "manage topics."
Current documentation page for
nana::labelsays:with the NOTE part in bright red. I found this is not true as opening urls works just fine for