Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boost: fix native darwin build | Tony Theodore | 2019-06-28 | 1 | -18/+20 |
| | |||||
* | fix update macro: boost | Mark Brand | 2019-05-15 | 1 | -1/+1 |
| | |||||
* | boost, llvm, qtifw: changes for default posix build | Tony Theodore | 2019-01-11 | 1 | -1/+0 |
| | |||||
* | fix boost build under gentoo host | Christoph Weiss | 2018-10-09 | 1 | -0/+1 |
| | |||||
* | boost: add minimal native build | Tony Theodore | 2018-03-26 | 1 | -0/+38 |
| | |||||
* | cross packages: replace dependency gcc with cc | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | more URL updates | Viktor Szakats | 2017-03-10 | 1 | -4/+4 |
| | |||||
* | boost: add test for boost.context linking | Tony Theodore | 2017-02-03 | 1 | -1/+2 |
| | |||||
* | add _WEBSITE and _DESCR fields to core packages | Boris Nagaev | 2016-12-22 | 1 | -0/+2 |
| | | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41 | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | use $(TEST_FILE) instead of $(2).c and other | Boris Nagaev | 2016-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following script was applied: set -xue find src/ plugins/ -name '*.mk' -type f > mks # special cases for test file: # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \ src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \ src/qt.mk plugins/examples/custom-qt-min/overrides.mk sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \ -i src/{sdl_image,sdl_sound}.mk # check for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do ! grep -q '$(2)' "${base}.mk" done # other $(2) sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks) # check ! grep '$(2)' $(cat mks) See https://github.com/mxe/mxe/issues/1452 | ||||
* | boost: add workaround for builds with GCC >= 6.x | Boris Pek | 2016-04-30 | 1 | -0/+1 |
| | |||||
* | boost: update 1.57.0 --> 1.60.0 | Tony Theodore | 2015-12-25 | 1 | -2/+3 |
| | | | | tested on all four targets | ||||
* | Revert "boost pthreads qt sdl: disable cmake tests" | Tony Theodore | 2015-10-17 | 1 | -2/+1 |
| | | | | This reverts commit f1dd70802a4e20c0f8c849aa44f24651895c7cfc. | ||||
* | boost pthreads qt sdl: disable cmake tests | Tony Theodore | 2015-10-07 | 1 | -1/+2 |
| | | | | see #909 | ||||
* | boost pthreads sdl: tidy up cmake tests | Tony Theodore | 2015-10-04 | 1 | -9/+4 |
| | | | | closes #887 | ||||
* | boost: add cmake test | Tony Theodore | 2015-10-02 | 1 | -0/+13 |
| | |||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | many packages: cleanup deps ordering | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵ | Tony Theodore | 2015-09-12 | 1 | -2/+1 |
| | | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823 | ||||
* | do not turn on c++11 for boost | Rashad | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | boost: really fix naming convention and removal of previous libs | Tony Theodore | 2014-12-09 | 1 | -2/+1 |
| | | | | | | | | The `runtime-link` option is redundant as the build will default to `link`. All the option does is to cause the mangling of library names and can be removed. Fixes #573 and #580 | ||||
* | Revert "boost:fix for naming convention and removal of previous libs" | Tony Theodore | 2014-12-09 | 1 | -12/+7 |
| | | | | This reverts commit 2ff374c64ea4eba51a7f46d8439cfbd68cfd638d. | ||||
* | boost hdf5 pkgconf qt: move cmake variables to respective packages | Tony Theodore | 2014-12-08 | 1 | -0/+4 |
| | |||||
* | boost:fix for naming convention and removal of previous libs | Tony Theodore | 2014-12-06 | 1 | -7/+12 |
| | |||||
* | boost: fixes for v1.57 update | Tony Theodore | 2014-12-05 | 1 | -10/+20 |
| | |||||
* | boost: update | Tony Theodore | 2014-12-01 | 1 | -6/+9 |
| | | | | breaks luabind but all other deps (armadillo assimp cgal json_spirit openscenegraph pcl wt xmlwrapp) okay | ||||
* | boost: fix directory quoting | Timothy Gu | 2014-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | boost: add $(BUILD_SHARED) guards to the `mv` of DLLs | Timothy Gu | 2014-08-11 | 1 | -1/+2 |
| | | | | | | Fixes #457. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | boost: install DLLs to bin/ | Timothy Gu | 2014-08-08 | 1 | -0/+2 |
| | | | | | | | Fixes #375. See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Merge branch 'stable' | Tony Theodore | 2014-04-05 | 1 | -0/+1 |
|\ | |||||
| * | package boost: disable icu | Tony Theodore | 2014-04-05 | 1 | -0/+1 |
| | | |||||
* | | Package boost: Enable shared builds | Tobias Gruetzmacher | 2014-03-08 | 1 | -1/+1 |
| | | |||||
* | | package boost: use $(TARGET)-ranlib in user.config.jam | Tony Theodore | 2014-02-11 | 1 | -1/+1 |
|/ | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk) | ||||
* | update package boost | Mark Brand | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | update package boost | Mark Brand | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | update package boost | Mark Brand | 2012-08-25 | 1 | -1/+3 |
| | |||||
* | update package boost | Mark Brand | 2012-07-01 | 1 | -4/+7 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | update package boost | Mark Brand | 2012-02-25 | 1 | -2/+2 |
| | |||||
* | update package boost | Mark Brand | 2011-11-15 | 1 | -2/+2 |
| | |||||
* | upgrade package boost | Mark Brand | 2011-07-12 | 1 | -4/+4 |
| | |||||
* | provide a faster version recognition for package boost | Volker Grabsch | 2011-05-17 | 1 | -2/+2 |
| | |||||
* | upgrade package boost | Mark Brand | 2011-03-13 | 1 | -2/+2 |
| |