summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aubio: Add a test programTimothy Gu2014-11-172-0/+30
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* aubio: Enable shared buildTimothy Gu2014-11-171-3/+9
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* aubio: UpdateTimothy Gu2014-11-173-29/+205
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add a $(BITS) convenience variableTimothy Gu2014-11-173-6/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libsndfile: Disable sqliteTimothy Gu2014-11-161-2/+2
| | | it is only used for regression testing.
* apr-util: Explicitly disable freetdsTimothy Gu2014-11-161-0/+1
| | | | | | It's broken. Fixes #546. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* poco: Disable tests and samplesTimothy Gu2014-11-161-1/+3
| | | | | | | Fixes building. Poco doesn't supply a way to declare private/static lib deps so linking fails for the tests. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* poco: Fix winsock2.h inclusionTimothy Gu2014-11-161-0/+25
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* poco: UpdateTimothy Gu2014-11-161-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* apr-util: Always declare static calling convention on static buildsTimothy Gu2014-11-161-1/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* poco: Build as far as possible with parallel buildingTimothy Gu2014-11-161-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* armadillo: UpdateTimothy Gu2014-11-141-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* config.guess: UpdateTimothy Gu2014-11-141-5/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* cairo: UpdateTimothy Gu2014-11-132-48/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: UpdateTimothy Gu2014-11-131-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* flann: Fix update macro and download URLTimothy Gu2014-11-131-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* apr[-util]: UpdateTimothy Gu2014-11-135-31/+146
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* cminpack: UpdateTimothy Gu2014-11-131-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl[2]_net: Fix winsocks2.h includeTimothy Gu2014-11-132-0/+52
| | | | | | | | | The problem didn't manifest itself until https://github.com/mirror/mingw-w64/commit/9bd8fe9148924840d315b4c915dd099955ea89d1 (included in MinGW-w64 3.3.0). Fixes #550. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* dbus: updateMark Brand2014-11-101-2/+2
|
* gnutls: updateMark Brand2014-11-101-2/+2
|
* gsoap: updateMark Brand2014-11-091-2/+2
|
* copydlldeps: PEP 8-izeTimothy Gu2014-11-091-16/+33
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* wxwidgets: Remove ANSI recipeTimothy Gu2014-11-091-30/+1
| | | | | | It is deprecated for a long time, and it is rarely tested. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* wxwidgets: Use $(MXE_DISABLE_CRUFT)Timothy Gu2014-11-091-6/+10
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* wxwidgets: Update and fix building after update of GCCTimothy Gu2014-11-091-3/+5
| | | | | | Fixes #554. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* copydlldeps: Fix typoTimothy Gu2014-11-091-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge pull request #530 from sikoragmbh/copydlldeps-scriptTimothy Gu2014-11-091-0/+160
|\ | | | | add python script for recursive copy of DLL dependencies
| * tool copydlldeps.py: function is_pe_file() must not fail on directoriesMartin Müllenhaupt2014-10-201-0/+2
| |
| * tool copydlldeps: fix Python 3 compatibilityMartin Müllenhaupt2014-10-151-12/+13
| |
| * copydlldeps tool: fix styleMartin Müllenhaupt2014-10-151-64/+64
| |
| * add python script for recursive copy of DLL dependenciesMartin Müllenhaupt2014-10-151-0/+157
| |
* | Merge pull request #476 from highperformancecoder/masterTimothy Gu2014-11-093-0/+89
|\ \ | | | | | | | | | Add json_spirit package.
| * | json_spirit: Add linking testTimothy Gu2014-11-091-0/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | json_spirit: Remove unneeded CMake switchesTimothy Gu2014-11-091-11/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | FIxupTimothy Gu2014-11-091-1/+11
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | json_spirit: Support shared buildsTimothy Gu2014-11-092-13/+43
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | json_spirit: Add semi-automatic update macroTimothy Gu2014-11-081-2/+9
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * | Added json_spirit packageRussell Standish2014-11-082-0/+48
|/ / | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | vmime: updateMark Brand2014-11-081-2/+2
| |
* | curl: updateMark Brand2014-11-051-2/+2
| |
* | Merge branch 'stable'Volker Grabsch2014-11-031-0/+3
|\ \
| * | Add xfemm to the list of projects which use MXEVolker Grabsch2014-11-031-0/+3
| | |
* | | gdb: updateMark Brand2014-10-301-2/+2
| | |
* | | gcc: updateMark Brand2014-10-302-10/+12
| | |
* | | remove stray commentMark Brand2014-10-291-2/+0
| | |
* | | wget: enable shared buildMark Brand2014-10-291-2/+2
| | |
* | | wget: updateMark Brand2014-10-293-30/+231
| | |
* | | sqlite: updateMark Brand2014-10-291-2/+2
| | |
* | | qscintilla2: fix spacingTony Theodore2014-10-291-3/+2
| | |