Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package qt: fix include path with current dir | Tony Theodore | 2014-05-07 | 1 | -50/+69 |
| | |||||
* | update package gdb | Mark Brand | 2014-05-06 | 1 | -2/+2 |
| | |||||
* | sdl2_mixer: disable shared | Timothy Gu | 2014-05-06 | 1 | -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 build | Timothy Gu | 2014-05-05 | 1 | -6/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | lame: make autotools files compatible with automake >= 1.12 | Timothy Gu | 2014-05-05 | 1 | -0/+107 |
| | | | | | | Fixes #399. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Update package stats in "Supported Toolchains" table | Timothy Gu | 2014-05-04 | 1 | -6/+22 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Correct typo "MinGW 3x" | Timothy Gu | 2014-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Separate out native-only packages in build matrix (& cosmetics) | Timothy Gu | 2014-05-04 | 1 | -4/+12 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | package qt: use accepted upstream patch | Mark Brand | 2014-05-04 | 1 | -5/+5 |
| | |||||
* | Count "virtual" packages seperately in total in build-matrix.html | Timothy Gu | 2014-05-03 | 1 | -2/+8 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Add package count per target | Timothy Gu | 2014-05-03 | 1 | -0/+10 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Merge pull request #394 from TobiX/fix-lame | Timothy Gu | 2014-05-02 | 2 | -2/+33 |
|\ | | | | | Fix build of lame with GCC 4.9. | ||||
| * | Fix build of lame with GCC 4.9. | Tobias Gruetzmacher | 2014-05-02 | 2 | -2/+33 |
|/ | |||||
* | package sdl2_mixer: fix typo and smpeg2-config detection | Tony Theodore | 2014-05-02 | 1 | -1/+2 |
| | |||||
* | package gcc: fix copying of dlls to target bin directory | Tony Theodore | 2014-05-02 | 1 | -1/+1 |
| | |||||
* | update package qt | Mark Brand | 2014-04-30 | 3 | -341/+219 |
| | |||||
* | update package dbus | Mark Brand | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #374 from TimothyGu/dummy | Timothy Gu | 2014-04-30 | 4 | -27/+107 |
|\ | | | | | Add build matrix generation target | ||||
| * | Add build matrix generation target | Timothy Gu | 2014-04-30 | 4 | -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 rules | Timothy Gu | 2014-04-30 | 1 | -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_RULE | Timothy Gu | 2014-04-30 | 1 | -25/+25 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | package curl: force gnutls instead of openssl | Tony Theodore | 2014-04-29 | 1 | -0/+1 |
| | | |||||
* | | package eigen: fix typo | Tony Theodore | 2014-04-28 | 1 | -1/+1 |
| | | |||||
* | | package gcc: fix for gcc -> clang symlink | Tony Theodore | 2014-04-28 | 1 | -0/+61 |
| | | |||||
* | | package libgsasl: enable shared build | Tony Theodore | 2014-04-27 | 2 | -8/+4 |
| | | |||||
* | | package cblas: add missing lib to test build | Tony Theodore | 2014-04-27 | 1 | -2/+2 |
|/ | |||||
* | Add tool to update GMSL | Timothy Gu | 2014-04-27 | 1 | -0/+45 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Update GMSL to 1.1.5 | Timothy Gu | 2014-04-27 | 3 | -35/+52 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Remove GMSL tests | Timothy Gu | 2014-04-27 | 1 | -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_test | Timothy Gu | 2014-04-27 | 2 | -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 test | Brad Pitcher | 2014-04-27 | 2 | -0/+25 |
|/ | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Merge branch 'stable' | Timothy Gu | 2014-04-26 | 1 | -1/+1 |
|\ | |||||
| * | Use my real name in copyright | Timothy Gu | 2014-04-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Add legal comment about fdk-aac | Timothy Gu | 2014-04-26 | 3 | -0/+11 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Merge pull request #332 from TimothyGu/fdk | Timothy Gu | 2014-04-26 | 2 | -0/+29 |
|\ \ | | | | | | | Add fdk-aac package | ||||
| * | | Add fdk-aac package | Timothy Gu | 2014-02-23 | 2 | -0/+29 |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | | Move whitespace variables up to where all the other variables are | Timothy Gu | 2014-04-26 | 1 | -9/+9 |
| | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | | Merge branch 'master' of github.com:mxe/mxe | Tony Theodore | 2014-04-26 | 1 | -3/+3 |
|\ \ \ | |||||
| * \ \ | Merge pull request #388 from brad/eigen_bump | Timothy Gu | 2014-04-26 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | | | update eigen to 3.2.1 | ||||
| | * | | | update eigen to 3.2.1 | Brad Pitcher | 2014-04-20 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | package crystalhd: use $(INSTALL) instead of mkdir | Tony Theodore | 2014-04-26 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | update package gcc | Mark Brand | 2014-04-22 | 3 | -303/+341 |
| | | | | |||||
* | | | | silence deprecated target name warning for build-requirements | Tony Theodore | 2014-04-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | add package gperf (for build-requirements) | Tony Theodore | 2014-04-22 | 2 | -0/+30 |
| | | | | |||||
* | | | | add requirements for gperf python ruby | Tony Theodore | 2014-04-22 | 2 | -21/+34 |
| | | | | |||||
* | | | | package agg: use mxe pkg mirror until project relocates | Tony Theodore | 2014-04-22 | 1 | -1/+6 |
| | | | | |||||
* | | | | lensfun-test: use correct #include style and don't return negative exit code | Timothy Gu | 2014-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | | | Update lensfun URL in test file | Timothy Gu | 2014-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | | | lensfun: increase verbosity of `make` to ease debugging | Timothy Gu | 2014-04-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | | | Merge branch 'stable' | Timothy Gu | 2014-04-22 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | |