aboutsummaryrefslogtreecommitdiffstats
path: root/main/boost
Commit message (Collapse)AuthorAgeFilesLines
* main/boost: fix armv7 buildTimo Teräs2018-10-161-1/+1
|
* main/boost: fix and reenable failing debugger tests In ↵Mike Sullivan2018-08-163-18/+14
| | | | | | | | | | debugger::debug_parent_wait() the variable ch was mistakenly defined to be a char and used to obtain a value from ch = fgetc( command_child ); Later in the code a compare of the truncated ch (0xff) to the constant EOF (0xffffffff) would fail resulting in errors between the expected and actual values returned in the debugger.py and debugger-mi.py tests. Since fgetc is defined to return an int the declaration of ch was modified and the truncation eliminated. I will post the patch to the boost/build community as well.
* main/boost: disable debugger testsNatanael Copa2018-08-133-1/+18
| | | | those fail on aarch64, armhf, ppc64le ans s390x
* main/boost: revert WIFSIGNALED static assertNatanael Copa2018-08-132-2/+19
| | | | http://www.openwall.com/lists/musl/2018/08/10/3
* main/boost: upgrade to 1.67.0tcely2018-08-132-78/+84
|
* main/boost: build fix for s390xNatanael Copa2018-03-281-1/+1
|
* main/boost: upgrade to 1.66.0Andy Postnikov2018-03-282-155/+4
| | | | Source moved to officially pointed
* main/boost: rebuild for mystery ABI break on armhfWilliam Pitcock2018-02-151-1/+1
|
* main/boost: rebuild to fix depends for subpackagesNatanael Copa2017-03-211-1/+1
|
* main/boost: add s390x supportTuan M. Hoang2017-03-201-11/+15
| | | | Reorder a little bit. Update mismatch sha512 sum.
* main/boost: fix boost_python3Natanael Copa2017-02-204-9/+116
| | | | | | ref #6874 upstream: https://github.com/boostorg/build/issues/163
* main/boost: Add support for ppc64leBreno Leitao2017-01-271-2/+3
| | | | | Add support for ppc64le architecture, which is linuxppc on boost arch nomenclature.
* main/boost: use bz2 tarballNatanael Copa2016-10-271-5/+5
| | | | | seems that the .tar.gz silently changed from upstream. we work around it by using the .tar.bz2.
* main/boost: fixes for libresslNatanael Copa2016-10-272-5/+155
|
* main/boost: upgrade to 1.62.0Natanael Copa2016-10-271-5/+5
|
* [various] rename python executable in APKBUILDs to python2Jakub Jirutka2016-10-261-3/+3
|
* main/boost: improve abuildJakub Jirutka2016-08-221-91/+72
|
* main/boost: bump pkgrel to trigger rebuildSören Tempel2016-08-161-1/+1
| | | | See also: 06da24c93576793f454276488de94ca615ea5621
* main/boost: set default archCarlo Landmeter2016-08-151-0/+1
|
* main/boost: fix build on aarch64Carlo Landmeter2016-08-101-1/+3
|
* main/boost: Fix unresolved references from boost_pythonAmatCoder2016-05-201-1/+2
|
* main/boost: Delete old patchAmatCoder2016-05-201-25/+0
|
* main/boost: rebuild against icu-57Natanael Copa2016-05-021-1/+1
|
* main/boost: upgrade to 1.60.0Natanael Copa2016-02-021-8/+4
|
* main/boost: new upstream version 1.59.0, build with python3 supportChristian Kampka2015-11-052-8/+45
|
* main/boost: -dev needs linux-headersNatanael Copa2015-10-161-2/+3
|
* main/boost: rebuild for C++ stdlib ABI change in gcc5Natanael Copa2015-06-111-1/+1
|
* main/boost: upgrade to 1.58.0Natanael Copa2015-04-201-4/+4
|
* main/boost: upgrade to 1.57.0Natanael Copa2015-02-031-5/+5
|
* main/boost: upgrade to 1.56.0Natanael Copa2014-09-262-23/+7
|
* main/boost: upgrade to 1.55.0Bartłomiej Piotrowski2014-02-082-47/+8
|
* main/boost: fix arm buildTimo Teräs2013-10-171-2/+4
|
* main/boots: build fixNatanael Copa2013-08-091-9/+9
| | | | | new abuild purge $pkgdir before package. we need wait with installing things in "$pkgdir" til 'package' stage.
* main/boost: fix buildBartłomiej Piotrowski2013-07-092-9/+9
|
* main/boost: add patch to fix int128 detectionBartłomiej Piotrowski2013-07-092-4/+43
|
* main/boost: upgrade to 1.54.0Bartłomiej Piotrowski2013-07-061-4/+4
|
* main/boost: upgrade to 1.53.0Natanael Copa2013-04-233-17/+21
|
* main/boost: upgrade to 1.52.0Natanael Copa2013-01-312-6/+21
|
* main/boost: upgrade to 1.50.0Natanael Copa2012-07-191-2/+2
|
* main/boost: upgrade to 1.49.0Natanael Copa2012-03-201-2/+2
|
* main/boost: upgrade to 1.48.0Natanael Copa2011-12-191-2/+2
|
* main/boost: upgrade to 1.47.0Natanael Copa2011-08-181-4/+4
|
* main/[various]: rebuild against python-2.7Natanael Copa2011-06-231-1/+1
|
* main/boost: upgrade to 1.46.1William Pitcock2011-03-251-2/+2
|
* main/boost: upgrade to 1.46.0Natanael Copa2011-03-051-2/+2
|
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/boost: upgrade to 1.45.0Natanael Copa2011-01-104-149/+5
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/boost: rebuild against fixed bzip2 (CVE-2010-0405)Natanael Copa2010-09-221-1/+1
|
* main/boost: move .so to -dev packageNatanael Copa2010-07-141-1/+1
| | | | ref #384