Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | itk: unify patch | Boris Nagaev | 2016-10-23 | 2 | -26/+37 |
| | |||||
* | Fix cpp-netlib cmake directory. | Tobias Gruetzmacher | 2016-10-23 | 1 | -1/+1 |
| | | | | | For find_package(cppnetlib) to work, the directory for the cmake files must be called the same as the files installed into the directory. | ||||
* | Add options to strip toolchain, executables, and libs | Tony Theodore | 2016-10-23 | 7 | -9/+22 |
| | | | | | | | | | | | | | | | | | Minimal implementation to strip the [largest files][lf-gist] by default, mostly made up of gcc/binutils and test programs. gdal and geos both produce large libraries, but the libs themselves aren't worth stripping, it's the 20 odd programs produced by gdal with those libs statically linked that consume the most space. I'm leaving these undocumented as the defaults seems reasonable and the interface may well change when we enable debug/release variants. closes #985 closes #1249 [lf-gist]:https://github.com/mxe/mxe/issues/1249#issuecomment-193392038 | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-23 | 2 | -16/+5 |
| | |||||
* | remove qtwebengine | Tony Theodore | 2016-10-23 | 2 | -24/+0 |
| | | | | closes #1509 | ||||
* | Makefile: enable relative paths for SOURCE_TREE | Tony Theodore | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-22 | 2 | -2/+2 |
| | |||||
* | libpng: update | Mark Brand | 2016-10-22 | 1 | -2/+2 |
| | |||||
* | Disable shared libraries for native targets | darealshinji | 2016-10-22 | 3 | -2/+5 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-14 | 2 | -6/+6 |
| | |||||
* | dbus, gdb, sqlite: update | Mark Brand | 2016-10-14 | 3 | -6/+6 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-12 | 2 | -6/+6 |
| | |||||
* | gnutls, openssl, vmime: update | Mark Brand | 2016-10-12 | 3 | -6/+6 |
| | |||||
* | Merge pull request #1538 from LuaAndC/build-pkg-recommendsbuild-2016-10-12 | Boris Nagaev | 2016-10-12 | 1 | -7/+16 |
|\ | | | | | build-pkg: system requirements are recommendations not dependencies | ||||
| * | build-pkg: system requirements are recommendations | Boris Nagaev | 2016-10-12 | 1 | -7/+16 |
|/ | | | | | | ... not dependencies. fix #1537 | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-10 | 2 | -7/+18 |
| | |||||
* | Merge pull request #1530 from tonytheodore/add-glpk | Boris Nagaev | 2016-10-10 | 2 | -0/+46 |
|\ | | | | | add package glpk | ||||
| * | add package glpk | Tony Theodore | 2016-10-06 | 2 | -0/+46 |
| | | |||||
* | | Merge pull request #1534 from LuaAndC/pcl-1.8.0 | Boris Nagaev | 2016-10-10 | 2 | -29/+3 |
|\ \ | |/ |/| | pcl: update from 1.7.2 to 1.8.0 | ||||
| * | pcl: update from 1.7.2 to 1.8.0 | Boris Nagaev | 2016-10-06 | 2 | -29/+3 |
|/ | | | | | | | | | | | | | | | Patch pcl-1-cmake-policy-cmp0017.patch is not needed. See https://github.com/PointCloudLibrary/pcl/commit/51a230f07eb9738ed New option -DHAVE_SSSE3_EXTENSIONS_EXITCODE=0 is needed to fix this: CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables appropriately: HAVE_SSSE3_EXTENSIONS_EXITCODE (advanced) Update of vtk to 7 depends on updating pcl to 1.8.0, because pcl 1.7.2 fails with vtk 7. See https://github.com/mxe/mxe/pull/1527#issuecomment-251645448 | ||||
* | Merge pull request #1532 from LuaAndC/fix-vigra-subdir | Tony Theodore | 2016-10-06 | 1 | -1/+1 |
|\ | | | | | vigra: fix subdir | ||||
| * | vigra: fix subdir | Boris Nagaev | 2016-09-28 | 1 | -1/+1 |
| | | | | | | | | Fix for 420549b23ee6fcdaf2b02a9b9badd8eac78d7b07 | ||||
* | | Merge pull request #1533 from LuaAndC/emweb | Tony Theodore | 2016-10-06 | 1 | -2/+2 |
|\ \ | |/ |/| | wt: the repo was moved to github.com/emweb/wt | ||||
| * | wt: the repo was moved to github.com/emweb/wt | Boris Nagaev | 2016-09-29 | 1 | -2/+2 |
|/ | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-10-02 | 2 | -2/+2 |
| | |||||
* | nettle: update | Mark Brand | 2016-10-02 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1528 from LuaAndC/s-environmental-environment | mabrand | 2016-10-02 | 2 | -3/+3 |
|\ | | | | | s/environmental variable/environment variable/ | ||||
| * | s/environmental variable/environment variable/ | Boris Nagaev | 2016-10-02 | 2 | -3/+3 |
|/ | | | | "Environment variable" is more commonly used. | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-29 | 2 | -6/+6 |
| | |||||
* | harfbuzz, mpfr, vmime: update | Mark Brand | 2016-09-29 | 3 | -6/+6 |
| | |||||
* | openssl: fix shared build | Mark Brand | 2016-09-26 | 1 | -1/+1 |
| | |||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-23 | 2 | -2/+2 |
| | |||||
* | openssl: update | Mark Brand | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1523 from LuaAndC/travis-download-plugins | Boris Nagaev | 2016-09-21 | 3 | -2/+11 |
|\ | | | | | travis: download packages of plugins as well | ||||
| * | travis: download packages of plugins as well | Boris Nagaev | 2016-09-16 | 3 | -2/+11 |
| | | | | | | | | | | List of plugins with additional packages was moved from s3-fetch-and-sync to plugins-with-additional-packages.sh. | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-20 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #1522 from LuaAndC/fix-404 | Boris Nagaev | 2016-09-20 | 8 | -13/+13 |
|\ \ | |/ |/| | Fix broken dowload URLs and update subversion and xerces (minor versions) | ||||
| * | update download URL and homepage of hdf4 and hdf5 | Boris Nagaev | 2016-09-15 | 3 | -4/+4 |
| | | |||||
| * | xerces: update | Boris Nagaev | 2016-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | Version 3.1.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519 | ||||
| * | vigra: update download URL and checksum | Boris Nagaev | 2016-09-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | The project Vigra was moved to GitHub. Download URL and checksum changed. see https://github.com/mxe/mxe/issues/1519 | ||||
| * | subversion: update | Boris Nagaev | 2016-09-11 | 1 | -2/+2 |
| | | | | | | | | | | | | Version 1.9.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519 | ||||
| * | keepassx: update download URL | Boris Nagaev | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | see https://github.com/mxe/mxe/issues/1519 | ||||
| * | bullet: update download URL | Boris Nagaev | 2016-09-09 | 1 | -1/+1 |
|/ | | | | see https://github.com/mxe/mxe/issues/1519 | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-14 | 2 | -2/+2 |
| | |||||
* | Merge pull request #1521 from t-paul/opencsg-1.4.1 | Boris Nagaev | 2016-09-14 | 2 | -14/+15 |
|\ | | | | | opencsg: update to 1.4.1 | ||||
| * | opencsg: update to 1.4.1 | Torsten Paul | 2016-09-11 | 2 | -14/+15 |
| | | | | | | | | | | This release fixes issues in the rendering path completely breaking the use of the SCS algorithm when run on Intel GPU. | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-14 | 2 | -2/+2 |
| | | |||||
* | | curl: update | Mark Brand | 2016-09-14 | 1 | -2/+2 |
| | | |||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-09-13 | 2 | -2/+2 |
| | | |||||
* | | sqlite: update | Mark Brand | 2016-09-13 | 1 | -2/+2 |
|/ |