libcxxtools8

Rating: 
0
No votes yet

Package contains libraries, required by other applications as dependencies. Do not install separately.

library of unrelated but useful C++ classes
cxxtools contains an argument-parser, a base-64 encoder/decoder, a
C++ interface to iconv, md5-stream for easy MD5 calculation,
threading classes, socket classes, a dynamic exception-safe buffer, a
wrapper for dlopen/dlsym, a pool template (e.g., for a connection
pool in a multi-threaded application), query_params, and a class for
easy parsing of CGI parameters (GET and POST) in a CGI program.

Category:

Application versions: 
AttachmentSizeDate
File libcxxtools8_2.1.1-1_armel.deb804.31 KB04/08/2013 - 21:54
Changelog: 

cxxtools (2.1.1-1) unstable; urgency=low

* New upstream release
* Enable iconvstream support. (Closes: #673269)
* Use get_current_dir_name in directoryimpl.c to avoid using PATH_MAX
altogether.