#
cxx
Here are 409 public repositories matching this topic...
adetaylor
commented
Jul 29, 2021
- With rust 1.54 we can use the readme as docs.
- Rust 1.55 pattern match cleanups
- Replace the functions in
unqualify.rswith a newtype wrapper for an unqualifiedForeignItemFnsuitable for use inextern "C' - Rename
FnAnalysistoFnAnalysisPhase, andFnAnalysisBodytoFnAnalysis, and similar for the others - Upgrade
env_loggerso that we don't end up need
log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
-
Updated
Dec 30, 2021 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
audio
cplusplus
dft
cxx
travis-ci
dsp
cpp14
intel
avx
clang
simd
header-only
fast-fourier-transform
cpp17
cplusplus-14
fft
digital-signal-processing
avx512
ser
audio-processing
cplusplus-17
discrete-fourier-transform
-
Updated
Jan 5, 2022 - C++
C++ python bytecode disassembler and decompiler
-
Updated
Dec 1, 2021 - C++
lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
-
Updated
Oct 21, 2021 - C++
WeiqunZhang
commented
Jan 2, 2022
There is some inconsistency in the documentation for cub::DeviceSpmv (https://nvlabs.github.io/cub/structcub_1_1_device_spmv.html). The overview says
The SpMV computation performs the matrix-vector operation y = alpha*A*x + beta*y,
But the function signature of CsrMV has neither alpha nor beta, and the function's description says
This function performs the matrix-vector
SonarQube C++ Community plugin (cxx plugin): This plugin adds C++ support to SonarQube with the focus on integration of existing C++ tools.
-
Updated
Jan 25, 2022 - Java
Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
c
vim
cxx
neovim
cpp
vim-plugin
language-server-protocol
nvim
coc
clangd
languageclient
vim-lsp
semantic-highlighting
cquery
ccls
language-server-client
-
Updated
Oct 29, 2021 - Vim script
C++14 (and beyond) library features implemented in C++11
-
Updated
Aug 15, 2017 - C++
-
Updated
Jan 26, 2022 - C++
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
Dec 12, 2021 - Shell
Ethereal Language Reference Implementation (archived). Currently working on Feral
language
interpreter
cxx
scripting-language
interpreted-programming-language
bytecode-interpreter
interpreted-language
-
Updated
May 21, 2020 - C++
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
javascript
ruby
python
c
syntax-highlighting
go
rust
golang
syntax
php
tree-sitter
typescript
lua
cxx
cpp
vscode
syntax-tree
vscode-extension
shellscript
syntax-highlighter
-
Updated
Nov 24, 2021 - TypeScript
Another free Win32 resource editor
-
Updated
Jan 25, 2022 - C++
Feral programming language reference implementation
programming-language
interpreter
cxx
compiler
cpp
scripting-language
cpp11
interpreted-programming-language
bytecode-interpreter
cxx11
-
Updated
Jan 8, 2022 - C++
drahnr
commented
Apr 29, 2021
We should provide a convenient way to pull in a rustup-like fashion, the remotely vetted toolchains.
Ref #53
Multibody Dynamics Library designed for Free Floating Robots
python
c-plus-plus
robot
cxx
robotics
dynamics
swig
reference-paper
free-floating
floating-base
urdf
robotics-libraries
multibody-dynamics
urdf-parser
-
Updated
Jan 26, 2022 - C++
c
linux
cli
freebsd
qmake
cmake
cxx
cpp
ninja
arch-linux
bsd
cpp17
clang-format
scons
void-linux
cpp20
cpp23
cxx20
auto-detection
cxx23
-
Updated
Aug 3, 2021 - Python
Selection and partial sorting algorithms
-
Updated
Jan 23, 2021 - C++
Improve this page
Add a description, image, and links to the cxx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cxx topic, visit your repo's landing page and select "manage topics."


First of all, great library!
I am having some confusion in understanding the role of
values_first2inset_difference_by_keyas mentioned here.In general terms, the result of set difference
D = A - Bwill not contain values fromBthereforevalues_first2can never be part ofD. So `val