aboutsummaryrefslogtreecommitdiff
path: root/libs/boost
Commit message (Collapse)AuthorAge
...
* boost: Add ignore-site-config option to bjamTed Hess2015-11-04
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* boost: Fix building without hard float (fenv.h)Ted Hess2015-08-27
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Boost Makefile Update to Version 1.59cmf2015-08-20
| | | | | | | | | | | | | This commit updates Boost to version 1.59, released in the 13th of August of 2015 [1]. - The new version adds two new template libraries, Convert [2] and CoRoutine2 [3]. - [Warning]-> CoRoutine2 library absolutly requires a C++14 compiler. - patch 001-mips-options-fix.patch was removed, since it is already incorporated upstream. [1] - http://www.boost.org/users/history/version_1_59_0.html [2] - http://www.boost.org/libs/convert/ [3] - http://www.boost.org/libs/coroutine2/ Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* Boost Makefile Update - Release 6claymore2015-07-30
| | | | | | | | | | | This update solves two issues: 1) Incompatibility with the combination of using Target mpc85xx and uclibc at the same time[1]. - For now, Boost is disabled when the respective combination is detected. 2) The selection of Boost.Locale was not activating the build with full language support. [1] - https://github.com/openwrt/packages/issues/1621 Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* boost: do not fail when no shared libs were buildHauke Mehrtens2015-06-29
| | | | | | | | | When only boost is selected without any specific boost library no *.so file will be build and the InstallDev part is failing. Instead of checking if there is a lib directory just try to copy the libs and do not fail in case of an error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* boost: force build of meta-package to satisfy other package dependenciesTed Hess2015-06-26
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Boost Patch updateclaymore2015-05-04
| | | | | | | | | | | | | This update follows after the previous update[1] Due to the Boost Dev patch submited in [2], this commit also updates the boost patch in order to, instead of excluding all architectures that do not support -m32 and -m64 options, it now includes only the architectures that do support it. [1]: https://github.com/openwrt/packages/pull/1186 [2]: https://github.com/boostorg/build/pull/76 Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* Added patch for Boost.Buildclaymore2015-04-24
| | | | | | | | | | | | Unfortunatly, due to changes in Boost, Boost.Build for version 1.58.0 requires a patch for gcc.jam. This patch prevents bjam from adding -m32 and -m64 options to gcc compiler, when compiling for targets that use the mips1 arch. Patch initially provided by paalsteek (https://github.com/paalsteek) Bug discussed here: https://github.com/openwrt/packages/issues/1160 Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* boost 1.58.0claymore2015-04-20
| | | | | | | | | Updated boost lib to version 1.58.0 - Added New Libraries: Endian and Sort Boost Release Notes: http://www.boost.org/users/history/version_1_58_0.html Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* boost: reorganize menus, fix some build dependencies and ABI selectionsTed Hess2015-03-02
| | | | | | Add meta-package with all libraries when CONFIG_ALL selected. Signed-off-by: Ted Hess <thess@kitschensync.net>
* boost 1.57.0cmf2015-02-24
| | | | | | | | | | Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv. Added Boost.Locale iconv dependency - uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on. - For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
* boost: makefile and patches updated to v1.57claymore2015-02-17
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>