CastXML is a C-family abstract syntax tree XML output tool.
This project is maintained by Kitware in support of ITK, the Insight Segmentation and Registration Toolkit.
See the castxml(1) manual page for instructions to run the tool.
CastXML is licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for details.
Subscribe and post to the CastXML Mailing List for discussion of CastXML.
To build CastXML from source, first obtain the prerequisites:
- A C++ compiler supporting the
c++11
standard language level. - CMake cross-platform build system generator.
- LLVM/Clang compiler SDK install tree built using the C++ compiler.
This version of CastXML has been tested with LLVM/Clang
- SVN revision
267153
- Release
3.8
- Release
3.7
- Release
3.6
- SVN revision
- Optionally, the Sphinx documentation generator to build documentation.
Run CMake on the CastXML source tree to generate a build tree using a C++ compiler compatible with that used to build the LLVM/Clang SDK. CMake options include:
LLVM_DIR
- Location of the LLVM/Clang SDK.
Set to
<prefix>/share/llvm/cmake
, where<prefix>
is the top of the LLVM/Clang SDK install tree. SPHINX_EXECUTABLE
- Location of the
sphinx-build
executable. Required only if building documentation. SPHINX_HTML
- Build documentation in
html
format. SPHINX_MAN
- Build documentation in
man
format.
Run the corresponding native build tool (e.g. make
) in the CastXML
build tree, and optionally build the install
target. The castxml
command-line tool may be used either from the build tree or the install tree.
The install tree is relocatable.