summaryrefslogtreecommitdiff
path: root/package/boost
AgeCommit message (Collapse)Author
2018-05-14boost: update to 1.67, hack out an compile issue with armWaldemar Brodkorb
2017-12-25boost: update to 1.66.0Waldemar Brodkorb
2016-11-27add three library methods, static, shared or bothWaldemar Brodkorb
Rename the static symbol and add the choice to a more visible place for users.
2016-06-18boost: disable debug code, uses fork()Waldemar Brodkorb
2016-06-18boost: can be compiled for m68kWaldemar Brodkorb
2016-06-18boost: set threading to multiWaldemar Brodkorb
2016-06-14boost: allow static buildWaldemar Brodkorb
2016-06-11boost: fix uClibc-ng compile, from buildrootWaldemar Brodkorb
2016-06-07boost: update to 1.61.0Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-01-13boost: update to latest stable versionWaldemar Brodkorb
2015-11-22boost: update to latest stable versionWaldemar Brodkorb
2015-11-04boost: fix compile for MIPSWaldemar Brodkorb
2015-05-16update boost to latest stable versionWaldemar Brodkorb
2015-05-16add support for powerpc, add log flavourWaldemar Brodkorb
2015-03-11update to latest stable versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-09-25fix boost for armv6Waldemar Brodkorb
2014-09-04really update boostWaldemar Brodkorb
2014-08-19update to latest stable upstreamWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-06-15respect cflagsWaldemar Brodkorb
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-03use ADK_TARGET_ARCHWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-03-18use the correct toolchain pathWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-02-17flavours should be uppercaseWaldemar Brodkorb
2014-02-15fix python dependsWaldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2014-01-13enable xbmc for ibmx40+musl, add system specific dependency for ↵Waldemar Brodkorb
pkgmaker/depmaker, port eudev and rework systemd package (not ready)
2014-01-09update boost, fix cross-compile on DarwinWaldemar Brodkorb
2013-11-15fix build on CygwinWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-18disable for m68k, remove flavour static, not usedWaldemar Brodkorb
2013-10-15avr32 not supportedWaldemar Brodkorb
2013-10-14disable locale, enable for uclibc buildsWaldemar Brodkorb
2013-10-11add build dependencyWaldemar Brodkorb
2013-09-26fix boost compile errorWaldemar Brodkorb
2013-09-26disable for uclibc buildsWaldemar Brodkorb
2013-07-22add omxplayer for raspberry piWaldemar Brodkorb
2013-07-18update to latest upstreamWaldemar Brodkorb
2011-09-16fix make bulkallmodWaldemar Brodkorb
2011-09-05changed behavior of user.jam line removingTobias Breckle
2011-09-05polished boostTobias Breckle
2011-09-05added boost c++ library packageTobias Breckle