All Projects → CastXML → CastXMLSuperbuild

CastXML / CastXMLSuperbuild

Licence: Apache-2.0 license
Build CastXML and its dependencies (LLVM/Clang)

Programming Languages

CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to CastXMLSuperbuild

Cppinsights
C++ Insights - See your source code with the eyes of a compiler
Stars: ✭ 1,382 (+4218.75%)
Mutual labels:  llvm, ast, clang
flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (+0%)
Mutual labels:  llvm, clang
codeparser
Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs)
Stars: ✭ 84 (+162.5%)
Mutual labels:  ast, abstract-syntax-tree
adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (+68.75%)
Mutual labels:  llvm, clang
CFI-LB
Adaptive Callsite-sensitive Control Flow Integrity - EuroS&P'19
Stars: ✭ 13 (-59.37%)
Mutual labels:  llvm, clang
MetaCG
MetaCG offers an annotated whole program call-graph tool for Clang/LLVM.
Stars: ✭ 21 (-34.37%)
Mutual labels:  llvm, clang
FPChecker
A dynamic analysis tool to detect floating-point errors in HPC applications.
Stars: ✭ 26 (-18.75%)
Mutual labels:  llvm, clang
clangbuilder
Building Clang ♡ Utility and Environment
Stars: ✭ 101 (+215.63%)
Mutual labels:  llvm, clang
Chromium Clang
Chromium browser compiled with the Clang/LLVM compiler.
Stars: ✭ 77 (+140.63%)
Mutual labels:  llvm, clang
CMLFS
Clang-Built Musl Linux From Scratch
Stars: ✭ 51 (+59.38%)
Mutual labels:  llvm, clang
OS-CFI
Origin-sensitive Control Flow Integrity (OS-CFI) - USENIX Security 2019
Stars: ✭ 27 (-15.62%)
Mutual labels:  llvm, clang
open-fortran-parser-xml
XML output generator for Open Fortran Parser, and Python wrapper for it.
Stars: ✭ 21 (-34.37%)
Mutual labels:  ast, abstract-syntax-tree
EmbedSanitizer
EmbedSantizer is a runtime race detection tool which extends ThreadSanitizer to detect data races in 32-bit ARM applications.
Stars: ✭ 16 (-50%)
Mutual labels:  llvm, clang
dumb-obfuscator
Tutorial on how to write the dumbest obfuscator I could think of.
Stars: ✭ 147 (+359.38%)
Mutual labels:  llvm, clang
vuo
A realtime visual programming language for interactive media.
Stars: ✭ 103 (+221.88%)
Mutual labels:  llvm, clang
sycl
SYCL for Vitis: Experimental fusion of triSYCL with Intel SYCL oneAPI DPC++ up-streaming effort into Clang/LLVM
Stars: ✭ 80 (+150%)
Mutual labels:  llvm, clang
open-ops
Open Optimizing Parallelizing System
Stars: ✭ 21 (-34.37%)
Mutual labels:  llvm, clang
TON-Compiler
Clang compiler for Free TON Virtual Machine
Stars: ✭ 56 (+75%)
Mutual labels:  llvm, clang
linux
Linux kernel source tree
Stars: ✭ 234 (+631.25%)
Mutual labels:  llvm, clang
los
Los是一个c/c++语言编译型的虚拟机。它使用llvm/clang作为其前端,losld做后端对源代码进行编译,生成los指令文件。Los is a c/c++-compiled virtual machine. It uses llvm/clang as its front end, losld does the backend to compile the source code, and generates the los directive file.
Stars: ✭ 46 (+43.75%)
Mutual labels:  llvm, clang

CastXML Superbuild

Build Status

This builds CastXML and its dependencies (LLVM/Clang) with CMake's ExternalProject module. It is a cross-platform way to build CastXML.

This can be built like any other CMake project. For example:

git clone https://github.com/CastXML/CastXMLSuperbuild.git
mkdir CastXMLSuperbuild-build
cd CastXMLSuperbuild-build
cmake ../CastXMLSuperbuild
make

The resulting castxml executable will be located at CastXMLSuperbuild-build/castxml/bin/castxml.

The resulting binary builds for Linux, Mac OSX, and Windows are available here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].