cpp11
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,830 public repositories matching this topic...
-
Updated
Oct 2, 2020 - C++
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal
It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:
const char win_path[] = R"(c:\some\unescaped\path)";The same cppreference link als
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Mar 21, 2020 - Jupyter Notebook
-
Updated
Oct 2, 2020 - C++
-
Updated
Sep 7, 2020 - C++
Would it make sense to add a variadic overload of make_zip_iterator that composes the existing make_zip_iterator with make_tuple? I have this in my own code, and I find that it reduces syntactic overhead.
template<typename... Iterators>
__host__ __device__
zip_iterator<thrust::tuple<Iterators...>> make_zip_iterator(thrust::tuple<Iterators...> t)
{
return zip_iterator<thrust::tupl
-
Updated
Sep 29, 2020 - C++
-
Updated
May 1, 2020 - C++
-
Updated
Jun 24, 2020 - C++
-
Updated
Mar 3, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 3, 2020 - C++
Describe the problem you are trying to solve.
Adopting Flecs would be made easier if prebuilt binaries were available for the CI platforms.
Describe the solution you'd like
A configuration that makes binaries available for a CI that supports it.
-
Updated
Oct 1, 2020 - C++
-
Updated
Sep 26, 2020 - C++
-
Updated
Oct 3, 2020 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Aug 26, 2020 - C++
-
Updated
Sep 28, 2020 - C++


https://github.com/simd-everywhere/simde has done their first release ( https://simd-everywhere.github.io/blog/announcements/release/2020/06/21/0.5.0-release.html ) and it seems like something potentially useful for merging code paths. The most likely candidate I imagine is using SIMD code to replace the non-SIMD fallback path, but maybe it'd be worth checking if it can be used to merge ARM and x8