Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cornelius/kode
XML meta programming
https://github.com/cornelius/kode
c-plus-plus code-generation xml xml-schema
Last synced: 3 months ago
JSON representation
XML meta programming
- Host: GitHub
- URL: https://github.com/cornelius/kode
- Owner: cornelius
- Created: 2010-03-04T03:33:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T22:54:15.000Z (about 4 years ago)
- Last Synced: 2024-10-06T07:42:36.992Z (4 months ago)
- Topics: c-plus-plus, code-generation, xml, xml-schema
- Language: C++
- Homepage: http://www.lst.de/~cs/kode
- Size: 2.02 MB
- Stars: 21
- Watchers: 6
- Forks: 10
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kode
kode is a collection of code generation and XML helper tools:
## libkode
libkode is a helper library for programmatic generation of C++ code, the program
## kxml_compiler
kxml_compiler is a tool for generation of C++ classes representing XML data described by RelaxNG , W3C
Schema, or example XML schemas.# Developer information
## Coding style
We use the [Qt coding style](https://wiki.qt.io/Qt_Coding_Style) and [conventions](https://wiki.qt.io/Coding_Conventions). Each commit is checked by a github action with clang-formatter.
## C++11
The usage of C++11 feature is [accepted](https://github.com/cornelius/kode/issues/17)
If you have questions or comments please contact Cornelius Schumacher
or Tobias Koenig .