summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Add legal comment about fdk-aacTimothy Gu2014-04-263-0/+11
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge pull request #332 from TimothyGu/fdkTimothy Gu2014-04-262-0/+29
|\ \ | | | | | | Add fdk-aac package
| * | Add fdk-aac packageTimothy Gu2014-02-232-0/+29
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Move whitespace variables up to where all the other variables areTimothy Gu2014-04-261-9/+9
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Merge branch 'master' of github.com:mxe/mxeTony Theodore2014-04-261-3/+3
|\ \ \
| * \ \ Merge pull request #388 from brad/eigen_bumpTimothy Gu2014-04-261-3/+3
| |\ \ \ | | | | | | | | | | update eigen to 3.2.1
| | * | | update eigen to 3.2.1Brad Pitcher2014-04-201-3/+3
| | | | |
* | | | | package crystalhd: use $(INSTALL) instead of mkdirTony Theodore2014-04-261-1/+1
|/ / / /
* | | | update package gccMark Brand2014-04-223-303/+341
| | | |
* | | | silence deprecated target name warning for build-requirementsTony Theodore2014-04-221-2/+2
| | | |