summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix cpp-netlib cmake directory.Tobias Gruetzmacher2016-10-231-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 libsTony Theodore2016-10-234-6/+12
| | | | | | | | | | | | | | | | | 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
* remove qtwebengineTony Theodore2016-10-231-20/+0
| | | | closes #1509
* libpng: updateMark Brand2016-10-221-2/+2
|
* dbus, gdb, sqlite: updateMark Brand2016-10-143-6/+6
|
* gnutls, openssl, vmime: updateMark Brand2016-10-123-6/+6
|
* Merge pull request #1530 from tonytheodore/add-glpkBoris Nagaev2016-10-101-0/+42
|\ | | | | add package glpk
| * add package glpkTony Theodore2016-10-061-0/+42
| |
* | pcl: update from 1.7.2 to 1.8.0Boris Nagaev2016-10-062-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-subdirTony Theodore2016-10-061-1/+1
|\ | | | | vigra: fix subdir
| * vigra: fix subdirBoris Nagaev2016-09-281-1/+1
| | | | | | | | Fix for 420549b23ee6fcdaf2b02a9b9badd8eac78d7b07
* | wt: the repo was moved to github.com/emweb/wtBoris Nagaev2016-09-291-2/+2
|/
* nettle: updateMark Brand2016-10-021-2/+2
|
* harfbuzz, mpfr, vmime: updateMark Brand2016-09-293-6/+6
|
* openssl: fix shared buildMark Brand2016-09-261-1/+1
|
* openssl: updateMark Brand2016-09-231-2/+2
|
* update download URL and homepage of hdf4 and hdf5Boris Nagaev2016-09-152-2/+2
|
* xerces: updateBoris Nagaev2016-09-131-2/+2
| | | | | | Version 3.1.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519
* vigra: update download URL and checksumBoris Nagaev2016-09-121-3/+3
| | | | | | | The project Vigra was moved to GitHub. Download URL and checksum changed. see https://github.com/mxe/mxe/issues/1519
* subversion: updateBoris Nagaev2016-09-111-2/+2
| | | | | | Version 1.9.2 is not available in upstream. see https://github.com/mxe/mxe/issues/1519
* bullet: update download URLBoris Nagaev2016-09-091-1/+1
| | | | see https://github.com/mxe/mxe/issues/1519
* Merge pull request #1521 from t-paul/opencsg-1.4.1Boris Nagaev2016-09-142-14/+15
|\ | | | | opencsg: update to 1.4.1
| * opencsg: update to 1.4.1Torsten Paul2016-09-112-14/+15
| | | | | | | | | | This release fixes issues in the rendering path completely breaking the use of the SCS algorithm when run on Intel GPU.
* | curl: updateMark Brand2016-09-141-2/+2
| |
* | sqlite: updateMark Brand2016-09-131-2/+2
|/
* freetds: updateMark Brand2016-09-081-2/+2
|
* harfbuzz: updateMark Brand2016-09-081-2/+2
|
* gnutls: updateMark Brand2016-09-081-2/+2
|
* freetype: updateMark Brand2016-09-081-2/+2
|
* vmime: updateMark Brand2016-09-071-2/+2
|
* curl: updateMark Brand2016-09-071-2/+2
|
* libpng: updateMark Brand2016-09-011-2/+2
|
* hyperscan: update from 4.3.0 to 4.3.1Boris Nagaev2016-08-301-2/+2
| | | | Changes: https://github.com/01org/hyperscan/releases/tag/v4.3.1
* move index.html to docs/Boris Nagaev2016-08-272-2/+2
| | | | See https://github.com/mxe/mxe/issues/1500
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-27797-1594/+797
| | | | | | | | | | | | | | | | | | | 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
* openmp-validation: unify and consolidate the patchBoris Nagaev2016-08-272-59/+70
| | | | | | | openmp-validation-2-test-crlf.patch was the only file with \r byte in Copyright Header. See https://github.com/mxe/mxe/issues/1500
* ragel: fix build with gcc6Tony Theodore2016-08-261-1/+2
| | | | | | tested on OS X with gcc 6.1.0 and clang fixes #1510
* hyperscan: update from 4.2.0 to 4.3.0Boris Nagaev2016-08-252-66/+30
| | | | | | | Changelog: https://github.com/01org/hyperscan/releases/tag/v4.3.0 Patch "simplegrep: open file in binary mode" was merged in upstream: https://github.com/01org/hyperscan/pull/26
* hyperscan: use MXE ragelBoris Nagaev2016-08-252-5926/+2
|
* add native package ragelBoris Nagaev2016-08-251-0/+25
|
* Merge pull request #1485 from tonytheodore/cmake-windresTony Theodore2016-08-222-1/+23
|\ | | | | cmake: fix windres invocation
| * cmake: fix windres invocationTony Theodore2016-08-112-1/+23
| | | | | | | | | | | | | | | | | | | | | | Windres doesn't recognise various gcc flags like `-mms-bitfields`, `-fopenmp`, `-mthreads` etc. (basically anything not `-D` or `-I`). CMake will filter options if `add_compile_options()` is used, but not for `add_definitions()`. The developers class it as a "won't fix" as they believe `add_definitions()` shouldn't be used for such flags. Fixes #1475
* | upx: restyle indents and quotingTony Theodore2016-08-201-18/+20
| |
* | upx: disable -Werror on native buildsTony Theodore2016-08-201-3/+1
| | | | | | | | | | | | See: https://github.com/mxe/mxe/pull/1360/files/3ab014bd5672a1c84c6d93630634a2b79cdb9b8c#r75447401 Tested on OSX clang-700.1.81, gcc6 6.1.0_0, and gcc5 5.4.0_0
* | libgcrypt: updateMark Brand2016-08-191-2/+2
| |
* | Merge pull request #1488 from tonytheodore/posix-sqlTony Theodore2016-08-174-5/+92
|\ \ | | | | | | Fix MySQL and PostgreSQL posix and win32 build
| * | qt qtbase: add pthreads to postgresql libsTony Theodore2016-08-162-2/+2
| | |
| * | postgresql: always use mingw-w64 pthreadsTony Theodore2016-08-161-3/+10
| | |
| * | fix mysql gcc win32 threads buildTony Theodore2016-08-161-1/+2
| | |
| * | unify mysql patchesTony Theodore2016-08-162-86/+79
| | |