#
cxx17
Here are 64 public repositories matching this topic...
zasdfgbnm
commented
Apr 8, 2021
There is nothing in the documentation https://nvlabs.github.io/cub/structcub_1_1_device_radix_sort.html saying whether it is stable sort or not. It seems to be stable. If so, it would be great if this fact is mentioned in the documentation.
A Modular Optimization framework for Localization and mApping (MOLA)
computer-vision
localization
cxx
toolkit
lidar
datasets
slam
mobile-robots
graph-slam
visual-slam
lidar-point-cloud
cxx17
-
Updated
May 29, 2021 - Shell
Parsing expression grammar (PEG) embedded domain specific language and parsing machine for C++17
parsing
parser-combinators
dsl
parser-generator
grammar
cpp17
peg
lug
parsing-expression-grammars
parsing-machine
cxx17
-
Updated
Aug 31, 2018 - C++
Compile time counter that works with all major modern compilers
-
Updated
Feb 13, 2021 - C++
Material for the advanced programming course 2018-19
-
Updated
Jan 15, 2019 - C++
C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core
cpp
regular-expression
parsing-expression-grammar
string-manipulation
peg
parsing-library
string-matching
cxx11
cxx14
cxx17
-
Updated
Nov 11, 2020 - C++
Open source server time viewer wrote in C++
-
Updated
May 31, 2021 - C++
A very minimal, general purpose C++ build tool.
-
Updated
Jun 11, 2019 - JavaScript
Crossplatform Multi-threading TCP/IP Server
-
Updated
Apr 15, 2021 - C++
Much fast, lightweight, async, based boost.beast and protobuf.
-
Updated
May 24, 2019 - C++
Library of my favorite technologies, metaprogramming, allocators, concurrency
-
Updated
May 30, 2021 - C++
A simple thread pool written in C++17.
-
Updated
Jun 30, 2019 - C++
the code for the led sign
react
python
esp8266
cxx
stm32
platformio
3d
pygccxml
arm-assembly
led-matrix
hub75
ota-update
cxx17
eagle-pcb
stm32f207
-
Updated
Apr 29, 2021 - C++
Compile-time Lazy K interpreter with C++17 template metaprogramming (monadic implementation)
-
Updated
Dec 28, 2020 - C++
A C++ project template that uses the CMake build system.
c-plus-plus
cmake
cplusplus
cxx
cpp
gmock
cpp14
cpp11
gtest
cpp17
template-project
clang-tidy
google-test
google-mock
asan
cxx11
cxx14
cxx17
-
Updated
Apr 9, 2019 - CMake
A small DOM Parsing library for educational purposes.
-
Updated
Mar 20, 2021 - C++
-
Updated
Oct 20, 2020 - C++
some usefully util types and functions I use across different projects
-
Updated
Apr 15, 2019 - C++
Open
Core - Updater bugs
1
EmreTech
commented
Apr 3, 2021
I finally was able to test the new updater! It doesn't work properly.
To-Do List:
- Fix updater not being able to replace older file (
std::filesystemissue?) - Fix updater treating older versions on betas as "newer versions"
Improve this page
Add a description, image, and links to the cxx17 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cxx17 topic, visit your repo's landing page and select "manage topics."
Problem
Cub allows itself to place into a namespace via
CUB_NS_PREFIXandCUB_NS_POSTFIX, such that multiple shared libraries can each utilize their own copy of it (and thus different versions can safely coexist). Static variables used for caching could otherwise cause problems (e.g., https://github.com/NVIDIA/cub/blob/main/cub/util_device.cuh#L212).Thrust however depends on cub and