-
Updated
Jul 20, 2020 - Java
#
clang
Here are 688 public repositories matching this topic...
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
nodejs
python
c
java
rust
golang
php
lua
php-extension
ip-address
clang
ip-lookup
ip-location
lua-bindings
lua-extension
nginx-extensions
Useful CMake Examples
unit-testing
cmake
tutorial
cpp
catch
boost
static-analysis
clang
cpack
cppcheck
clang-format
google-test
ctest
-
Updated
Jul 22, 2020 - CMake
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
android
ios
visual-studio
lua
ndk
simple
gcc
modern-cpp
luajit
clang
cpp17
sol
lua-binding
lua-bindings
lua-scripting
visual-cpp
-
Updated
Aug 13, 2020 - C++
Checked C is an extension to C that adds checking to detect or prevent common programming errors such as buffer overruns and out-of-bounds memory accesses. This repo has a wiki for Checked C, sample code, the specification, and test code.
-
Updated
Aug 13, 2020 - C
ryanmjacobs / c
Bear is a tool that generates a compilation database for clang tooling.
-
Updated
Aug 13, 2020 - Python
A library of C++ coroutine abstractions for the coroutines TS
windows
linux
cplusplus
cpp
async
coroutines
clang
asyncio
asynchronous-programming
async-await
msvc
coroutines-ts
-
Updated
Jul 19, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
cplusplus
cpp
llvm
cpp14
ast
clang
cpp11
cpp17
cplusplus-14
cplusplus-11
cplusplus-17
cpp20
cplusplus-20
-
Updated
Aug 17, 2020 - C++
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
-
Updated
Jul 21, 2020 - C++
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
c
linux
docker
database
vue
objective-c
cpp
analysis
llvm
static-analysis
clang
macosx
defects
static-analyzer
clang-tidy
results-viewer
codechecker
static-analyzers
-
Updated
Aug 17, 2020 - Python
maikelvdh
commented
May 23, 2020
In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.
For example a package manager would have the following paths in its cache:
~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader
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
Jun 25, 2020 - C++
A C/C++ minor mode for Emacs powered by libclang
-
Updated
Jul 31, 2020 - Emacs Lisp
A vim plugin for libclang-based highlighting of C, C++, ObjC
-
Updated
Apr 10, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
visual-studio
reflection
magic
cplusplus
cpp
boost
tuples
gcc
cpp14
clang
cpp17
cplusplus-14
std
reflection-library
reflections
tuple
-
Updated
Aug 16, 2020 - C++
Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, TypeScript and ProtoBuf.
-
Updated
May 26, 2020 - Vim script
Use Emacs as a C/C++ IDE
autocomplete
cmake
libclang
emacs
autocompletion
cpp
emacs-lisp
ide
cpp14
melpa
clang
cpp11
cpp17
flycheck
rtags
flycheck-extension
goto-definition
cmake-ide
-
Updated
May 15, 2020 - Emacs Lisp
Roaring bitmaps in C (and C++)
-
Updated
Aug 11, 2020 - C
plugin
coverage
paypal
cmake
libclang
sublime-settings
osx
appveyor
clang
travis
sublime-text-3
compile
auto-complete
codacy
code-completion
compilation-database
-
Updated
Aug 7, 2020 - Python
Improve this page
Add a description, image, and links to the clang topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clang topic, visit your repo's landing page and select "manage topics."
Scenario:
I have a project, with build tools of cmake, when I try to run it with cling. It prompts some headers are not included.
So I was wondering if there is a way to make use of the cmake script to load the build environment into cling and run directly?
Appreciate the great work!