summaryrefslogtreecommitdiffstats
path: root/rules/boost.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: Add license file hashAlexander Dahl2019-05-291-0/+1
| | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: avoid shell call at startupMichael Olbrich2019-05-171-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: improve library handlingptxdist-2018.06.0Michael Olbrich2018-06-131-48/+48
| | | | | | | - Only build the selected libraries. - Never use ICU. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: cleanup rulesMichael Olbrich2018-06-081-68/+16
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: version bump 1.60.0 -> 1.67.0Jon Ringle2018-06-081-3/+5
| | | | | Signed-off-by: Jon Ringle <jringle@gridpoint.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: be more robust when detecting parallelizationMichael Olbrich2016-05-171-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: fix building for arm64Michael Olbrich2016-02-111-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Added support for boost.pythonTobias Schmidl2016-02-111-0/+10
| | | | | | | This works both against python2 and python3. Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: don't add bogus arguments to 'jam'Michael Olbrich2016-02-091-1/+0
| | | | | | '-l' set's a timeout, not the maximum load. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libboost: version bump 1.59.0 -> 1.60.0Tobias Schmidl2016-02-091-2/+2
| | | | | Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: version bump 1_55_0 -> 1_59_0Michael Olbrich2015-12-031-6/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: add license infoMichael Olbrich2015-10-271-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: make it work with the new parallel make handlingMichael Olbrich2015-05-261-1/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxdist: apply load limit to outer make as wellMichael Olbrich2015-05-261-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: fix building with -ji > 64Michael Olbrich2014-06-221-1/+2
| | | | | | | | | Jam does not support 1 through 64 as values for '-j' so use 64 if a larger value is specified in PARALLELMFLAGS. Add PTXDIST_LOADMFLAGS_INTERN while at it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: version bump 1.51.0 -> 1.55.0Jean-Claude Monnin2014-01-291-2/+5
| | | | | | | | | Boost realease notes: http://www.boost.org/users/history/version_1_55_0.html Help text is updated with description from project page with respect to C++11. Menu options for new libraries are added (atomic, coroutine, log). Signed-off-by: Jean-Claude Monnin <jc_monnin@emailplus.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: version bumpt 1.47.0 -> 1.51.0Michael Olbrich2012-09-301-10/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* boost: really install boost libsRobert Schwebel2011-07-261-4/+4
| | | | | | | The boost shared libraries are currently not installed, or at least not all of the specified ones. Fix the search pattern to find the libs. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* boost: version bump 1_47_0Jon Ringle2011-07-211-2/+2
| | | | | Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* boost: fix crosscompilingJon Ringle2011-07-211-2/+3
| | | | | | | | | | | | | | | | | | | boost.threads would generate a host lib rather than a target lib. Following instructions for crosscompiling here: http://www.boost.org/boost-build2/doc/html/bbv2/tasks/crosscompile.html It appears that as long as the version string in user-config.jam matches the toolset version string, it works. for example, a user-config.jam with: using gcc : foobar : arm-none-linux-gnueabi-g++ ; would be invoked with this to crosscompile with version foobar: bjam toolset=gcc-foobar Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] targetinstall consolidationMichael Olbrich2010-10-221-5/+5
|
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] version bump 1_38_0 -> 1_41_0Michael Olbrich2010-01-261-23/+37
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] cleanupMichael Olbrich2010-01-211-8/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-12/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] cleanup makefileMichael Olbrich2009-10-301-25/+25
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] version bump 1_35_0 -> 1_38_0Michael Olbrich2009-10-231-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [boost] just cleanupsMarc Kleine-Budde2009-05-121-39/+18
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10480 33e552b5-05e3-0310-8538-816dae2090ed
* * boost: The filesystem part of this library needs the system partJuergen Beisert2009-01-191-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9591 33e552b5-05e3-0310-8538-816dae2090ed
* * boost.make:Marc Kleine-Budde2008-06-121-53/+19
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8505 33e552b5-05e3-0310-8538-816dae2090ed
* * added graph libraryLuotao Fu2008-06-061-0/+3
| | | | | | | * changed default install options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8468 33e552b5-05e3-0310-8538-816dae2090ed
* * version bump to 1.35.0Luotao Fu2008-06-061-22/+34
| | | | | | | | | | | * change configure and compile stage to cross compile with new version due to major changes in crazy boost.build * changed from release target to profile to produce debuggable reduced binaries * changes in help text and menu prompt git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8466 33e552b5-05e3-0310-8538-816dae2090ed
* * added libraries: iostreams, test, wave, signalsLuotao Fu2008-06-051-0/+12
| | | | | | | | * reorganized menu, changed some comments git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8359 33e552b5-05e3-0310-8538-816dae2090ed
* * now use the native config and install routines in config and ↵Luotao Fu2008-06-041-100/+81
| | | | | | | | | | | install stage * automatic target install to make integrating new libraries easy * providie now more targetinstall options * added date_time library git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8352 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* added libboost programm options and libboost serializationLuotao Fu2008-03-071-1/+40
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7822 33e552b5-05e3-0310-8538-816dae2090ed
* * boost: fix header installMichael Olbrich2008-02-291-5/+14
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7802 33e552b5-05e3-0310-8538-816dae2090ed
* * boost: addedRobert Schwebel2007-01-061-0/+183
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6751 33e552b5-05e3-0310-8538-816dae2090ed
* * boost: removed until tested and workingRobert Schwebel2006-11-041-148/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6279 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* mergedRobert Schwebel2006-04-191-5/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5415 33e552b5-05e3-0310-8538-816dae2090ed
* updateRobert Schwebel2006-04-121-45/+21
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5393 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2006-04-031-1/+1
| | | | https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5347 33e552b5-05e3-0310-8538-816dae2090ed
* fixupRobert Schwebel2006-04-031-3/+42
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5342 33e552b5-05e3-0310-8538-816dae2090ed