zscale / libstx

eXtended C++ standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libstx

Build Status

The missing extended standard library for C++ ;)

While we do extensively use this code in production it is currently lacking any documentation.

Contributions always welcome.

Building

Required:

  • clang >= 3.4 or gcc >= 4.8
  • c++11 compatible stdlibc++
  • cmake >= 2.8.7
apt-get install clang++ cmake
git clone git@github.com:zscale/libstx.git
cd libstx
make test

Included 3rdparty Software

  • google's protocol buffer library
  • libsimdcomp

Contributors

LICENSE

Copyright (c) The libstx authors

libstx is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

libstx is distributed in the hope that it will be useful,but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
libstx. If not, see <http://www.gnu.org/licenses/>.

About

eXtended C++ standard library

License:GNU General Public License v3.0


Languages

Language:C++ 96.4%Language:CMake 3.2%Language:Protocol Buffer 0.2%Language:C 0.1%Language:Shell 0.1%Language:Makefile 0.0%