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.
Required:
- clang >= 3.4 or gcc >= 4.8
- c++11 compatible stdlibc++
- cmake >= 2.8.7
apt-get install clang++ cmake
git clone [email protected]:zscale/libstx.git
cd libstx
make test
- google's protocol buffer library
- libsimdcomp
- Laura Schlimmer (https://github.com/lauraschlimmer)
- Christian Parpart (https://github.com/christianparpart)
- Paul Asmuth (https://github.com/paulasmuth)
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/>.