clang
Here are 726 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
-
Updated
Oct 13, 2020 - Java
Useful CMake Examples
-
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:
-
Updated
Oct 15, 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
Oct 20, 2020 - C
ryanmjacobs / c
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!
Bear is a tool that generates a compilation database for clang tooling.
-
Updated
Oct 18, 2020 - C++
A library of C++ coroutine abstractions for the coroutines TS
-
Updated
Oct 21, 2020 - C++
C++ Insights - See your source code with the eyes of a compiler
-
Updated
Oct 12, 2020 - C++
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
-
Updated
Jul 21, 2020 - C++
enable cyclic-import check in pylint and fix the imports if there are problems
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)
-
Updated
Oct 20, 2020 - C++
std::tuple like methods for user defined types without any macro or boilerplate code
-
Updated
Oct 22, 2020 - C++
A C/C++ minor mode for Emacs powered by libclang
-
Updated
Oct 18, 2020 - Emacs Lisp
A vim plugin for libclang-based highlighting of C, C++, ObjC
-
Updated
Apr 10, 2020 - C++
Binding generator to wrap C++ for Python using LLVM.
-
Updated
Oct 21, 2020 - C++
Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, TypeScript and ProtoBuf.
-
Updated
Oct 21, 2020 - Vim script
Roaring bitmaps in C (and C++)
-
Updated
Oct 22, 2020 - C
Use Emacs as a C/C++ IDE
-
Updated
May 15, 2020 - Emacs Lisp
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."


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