clang
Here are 750 public repositories matching this topic...
-
Updated
Oct 31, 2020 - Java
-
Updated
Dec 7, 2020 - CMake
-
Updated
Dec 6, 2020 - C++
-
Updated
Nov 27, 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!
-
Updated
Dec 7, 2020 - C++
-
Updated
Dec 6, 2020 - C++
-
Updated
Dec 7, 2020 - C++
enable cyclic-import check in pylint and fix the imports if there are problems
-
Updated
Jul 21, 2020 - C++
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
-
Updated
Oct 20, 2020 - C++
-
Updated
Nov 28, 2020 - C++
-
Updated
Oct 18, 2020 - Emacs Lisp
-
Updated
Dec 1, 2020 - C++
-
Updated
Apr 10, 2020 - C++
-
Updated
Oct 21, 2020 - Vim script
-
Updated
Dec 4, 2020 - C
-
Updated
Oct 27, 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."
Is your feature request related to a problem? Please describe.
There is no way to pretty print a
simdjson::dom::element
to a string (or at least I did not find one). There is only a way to minify it to a string (or a stream).Describe the solution you'd like
A function like
to_pretty_string()
or a configurable stream manipulatorpretty
or a stand-alone classPrettyPrinter
. Wha