summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use set_is_member from GMSL for $(PKGS)Timothy Gu2014-05-101-3/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-05-1013-114/+102
|\
| * Update xvidcoreTimothy Gu2014-05-102-31/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * package lensfun: portability fixTony Theodore2014-05-091-0/+15
| |
| * update package gstreamer and pluginsTony Theodore2014-05-093-6/+6
| |
| * package lame: disable exe buildTony Theodore2014-05-091-1/+2
| |
| * package pcl: another float.h fixTony Theodore2014-05-091-1/+1
| |
| * package pcl: update and enable x86_64 buildTony Theodore2014-05-095-75/+34
| |
| * package gcc: workaround for weak default functionsTony Theodore2014-05-091-0/+42
| |
* | Fix per-target dep calculationTimothy Gu2014-05-101-5/+6
|/ | | | | | | For example `make show-downstream-deps-winpthreads` didn't show any deps even though i686-w64-mingw32.static target is set. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix xvidcore update macroTimothy Gu2014-05-091-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Update opusfileTimothy Gu2014-05-091-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* cairo: disable LTOTimothy Gu2014-05-092-0/+47
| | | | | | Should fix part of #403. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix linking of suitesparseTimothy Gu2014-05-091-1/+1
| | | | | | See #403. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* armadillo: fix test linkingTimothy Gu2014-05-091-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Fix lapack testTimothy Gu2014-05-081-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package gnutlsMark Brand2014-05-071-2/+2
|
* package qt: fix include path with current dirTony Theodore2014-05-071-50/+69
|
* update package gdbMark Brand2014-05-061-2/+2
|
* sdl2_mixer: disable sharedTimothy Gu2014-05-061-0/+2
| | | | | | | | Two reasons: * --disable-shared is hardcoded * Dependency smpeg2 is not enabled for shared Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* opusfile: enable shared buildTimothy Gu2014-05-051-6/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* lame: make autotools files compatible with automake >= 1.12Timothy Gu2014-05-051-0/+107
| | | | | | Fixes #399. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Update package stats in "Supported Toolchains" tableTimothy Gu2014-05-041-6/+22
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Correct typo "MinGW 3x"Timothy Gu2014-05-041-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Separate out native-only packages in build matrix (& cosmetics)Timothy Gu2014-05-041-4/+12
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* package qt: use accepted upstream patchMark Brand2014-05-041-5/+5
|
* Count "virtual" packages seperately in total in build-matrix.htmlTimothy Gu2014-05-031-2/+8
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add package count per targetTimothy Gu2014-05-031-0/+10
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge pull request #394 from TobiX/fix-lameTimothy Gu2014-05-022-2/+33
|\ | | | | Fix build of lame with GCC 4.9.
| * Fix build of lame with GCC 4.9.Tobias Gruetzmacher2014-05-022-2/+33
|/
* package sdl2_mixer: fix typo and smpeg2-config detectionTony Theodore2014-05-021-1/+2
|
* package gcc: fix copying of dlls to target bin directoryTony Theodore2014-05-021-1/+1
|
* update package qtMark Brand2014-04-303-341/+219
|
* update package dbusMark Brand2014-04-301-2/+2
|
* Merge pull request #374 from TimothyGu/dummyTimothy Gu2014-04-304-27/+107
|\ | | | | Add build matrix generation target
| * Add build matrix generation targetTimothy Gu2014-04-304-1/+76
| | | | | | | | | | | | | | | | Based on a patch by Tobias Gruetzmacher <tobias-git@23.gs> (@TobiX). Fixes #346. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * Increase $(BUILD_PKG) accuracy by checking build rulesTimothy Gu2014-04-301-1/+6
| | | | | | | | | | | | | | | | | | | | This eliminates false-positive with packages with explicit empty build rules like binutils. gcc is another false-positive, but it is another matter and is harder to fix. Also use set_create function from GMSL to make the list sorted and uniq'd. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * Move up LOOKUP_PKG_RULETimothy Gu2014-04-301-25/+25
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | package curl: force gnutls instead of opensslTony Theodore2014-04-291-0/+1
| |
* | package eigen: fix typoTony Theodore2014-04-281-1/+1
| |
* | package gcc: fix for gcc -> clang symlinkTony Theodore2014-04-281-0/+61
| |
* | package libgsasl: enable shared buildTony Theodore2014-04-272-8/+4
| |
* | package cblas: add missing lib to test buildTony Theodore2014-04-271-2/+2
|/
* Add tool to update GMSLTimothy Gu2014-04-271-0/+45
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Update GMSL to 1.1.5Timothy Gu2014-04-273-35/+52
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Remove GMSL testsTimothy Gu2014-04-271-730/+0
| | | | | | We don't use them in any way. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge pull request #389 from brad/eigen_testTimothy Gu2014-04-272-0/+25
|\ | | | | | | | | | | | | | | Minor modifications by me: * Commits squashed to one * Added "--lib" to the `pkg-config` command Merged-by: Timothy Gu <timothygu99@gmail.com>
| * add eigen testBrad Pitcher2014-04-272-0/+25
|/ | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'stable'Timothy Gu2014-04-261-1/+1
|\
| * Use my real name in copyrightTimothy Gu2014-04-261-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>