aboutsummaryrefslogtreecommitdiff
path: root/libs/ibrcommon
Commit message (Collapse)AuthorAge
* ibrcommon: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | GCC11 defaults to C++17, which does not allow throw specifiers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: remove uClibc++ supportRosen Penev2021-03-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* ibrcommon: Switch to uClibc++Rosen Penev2019-05-26
| | | | | | Reduces install size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrcommon: Remove uclibc++ usageRosen Penev2018-12-30
| | | | | | | The dependent packages fail to build when using uclibc++ due to some missing feature. It's probably easy to add a fix but for right now, switch back to fix compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrcommon: Allow usage of uclibc++Rosen Penev2018-12-24
| | | | | | Allows having only one libc++ installed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrcommon: Backport patch fixing compilation without deprecated APIsRosen Penev2018-11-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ibrcommon: add openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | | | | | This patch has been merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* ibrcommon: fix build on muslAlexandru Ardelean2015-12-13
| | | | | | | | | | | | | | | | | Build error: ``` make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data' CXX BLOB.lo CXX ConfigFile.lo CXX File.lo File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const': File.cpp:229:44: error: 'basename' was not declared in this scope return std::string(basename(_path.c_str())); ^ make[6]: *** [File.lo] Error 1 ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* ibrcommon: Updated to 1.0.1Johannes Morgenroth2015-02-24
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrcommon: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrcommon: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrcommon: Fix install targetJohannes Morgenroth2014-08-22
| | | | | | | The previous copying command includes non-existing variables. This commit replaces the command with a more generic one. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrcommon: add new packageJohannes Morgenroth2014-08-20
The ibrcommon is a C++ abstraction library for several platforms (linux, win32, osx, ...) and is development together with IBR-DTN an implementation of DTN stack following the Bundle Protocol RFC 5050. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>