Code Monkey home page Code Monkey logo

libxsd's Introduction

libxsd++: XSD library for C++14

libxsd++ is an XML Schema Datatypes (XSD) library for C++14.

Travis CI build status

Coverity Scan build status

Features

Header File Class Name XSD Datatype
<xsd++/base64.h> xsd::base64 xsd:base64Binary
<xsd++/boolean.h> xsd::boolean xsd:boolean
<xsd++/date.h> xsd::date xsd:date
<xsd++/datetime.h> xsd::datetime xsd:dateTime
<xsd++/decimal.h> xsd::decimal xsd:decimal
<xsd++/double.h> xsd::double xsd:double
<xsd++/duration.h> xsd::duration xsd:duration1
<xsd++/float.h> xsd::float xsd:float
<xsd++/integer.h> xsd::integer xsd:integer2
<xsd++/string.h> xsd::string xsd:string
<xsd++/time.h> xsd::time xsd:time

Footnotes

References

Build Prerequisites

Build Dependencies

Installation

Installing on Unix

Configuring, building, and installing the library (by default, into /usr/local) are all performed with the standard incantations:

$ ./autogen.sh                       # for a development checkout only
$ ./configure                        # on Linux
$ ./configure --with-stdlib=libc++   # on FreeBSD / Mac OS X
$ make
$ sudo make install

Configuration

Configuring a Static Build

By default on most platforms that support both, the library will be built both as a static library (libxsd++.a) as well as a dynamic shared library (libxsd++.so on most Unix systems, though libxsd++.dylib on Darwin).

If you don't require a shared library, configure the build accordingly:

$ ./configure --disable-shared

Configuring a Minimal Build

The library is thoroughly modular. Specific header files and their underlying function implementations can be omitted using the familiar ./configure --disable-FEATURE facility provided by Autoconf.

To review the list of features, see the output of ./configure --help.

Elsewhere

Find the project at: GitHub, Bitbucket, Travis CI, and Coverity Scan.

Author

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.


  1. Includes also the derived xsd:dayTimeDuration and xsd:yearMonthDuration datatypes.

  2. Includes also the derived xsd:long, xsd:int, xsd:short, xsd:byte, xsd:unsignedLong, xsd:unsignedInt, xsd:unsignedShort, xsd:unsignedByte datatypes.

libxsd's People

Contributors

artob avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.