#
cxx
Here are 312 public repositories matching this topic...
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
May 29, 2020 - 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
Sep 18, 2020 - C++
lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
-
Updated
Sep 10, 2020 - C++
C++14 (and beyond) library features implemented in C++11
-
Updated
Aug 15, 2017 - 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
Sep 23, 2020 - CMake
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
Aug 12, 2020 - Vim script
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++
-
Updated
Aug 26, 2020 - C++
Electrux
commented
Apr 6, 2020
Need to make test cases for the Compiler and VM to verify their correct functioning, as well as make adding features/modifications easy to test for any breakage in existing system.
The tests must consist of the following components:
- Nil
- Integers
- Floating point numbers
- Strings
- Modules (
tests/builtin/mod.fer
) - Language Constructs
- C
macos
linux
homebrew
freebsd
utility
cmake
cxx
cpp
command-line
ninja
arch-linux
qtcreator
bsd
educational
clang-format
scons
comfort
void-linux
cpp20
cxx20
-
Updated
Sep 24, 2020 - Python
Modern OpenGL renderer written in C++17
-
Updated
Oct 29, 2018 - 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
Sep 28, 2020 - TypeScript
Open Source Snapmatic picture and Savegame viewer/editor for GTA V
-
Updated
Sep 28, 2020 - C++
-
Updated
Jan 24, 2019 - 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."
I would like to be able to determine my device-wide primitive's temp_storage_bytes before I have all of the primitive's arguments ready. The interface for obtaining it ostensibly requires everything to be ready for the actual run - and the documentation does not make it clear what arguments it actually needs and what it's going to do with them (e.g. will it look at the input at all, in any way? Pr