summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aubio: fix for $(TARGET)-arTony Theodore2014-11-241-0/+1
|
* log4cxx: fix build with latest apr updateTony Theodore2014-11-242-28/+0
|
* fix HTML in entry for package gendefMark Brand2014-11-231-1/+1
|
* mxe-conf.cmake: Add Boost_THREADAPITimothy Gu2014-11-231-4/+5
| | | Closes #560.
* Merge pull request #556 from eivindkv/masterTimothy Gu2014-11-231-1/+1
|\ | | | | Added -IM4 to autoreconf for libsndfile.
| * Added -IM4 to autoreconf for libsndfile.Eivind Kvedalen2014-11-111-1/+1
| |
* | new package: gendefMark Brand2014-11-222-0/+28
| | | | | | | | | | Like widl, the code ships with mingw-w64. This tool is useful for generating .def files from dlls, especially x86_64 dlls.
* | harfbuzz: updateMark Brand2014-11-211-2/+2
| |
* | flex: disable shared for $(BUILD) targetTony Theodore2014-11-211-1/+2
| |
* | libpng: updateMark Brand2014-11-201-2/+2
| |
* | sqlite: updateMark Brand2014-11-191-2/+2
| |
* | openblas: Add missing parenthesisTimothy Gu2014-11-181-1/+1
| | | | | | | | | | Fixes #559. Don't know how it worked before.
* | xmlrpc-c: Disable shared buildsTimothy Gu2014-11-181-3/+3
| | | | | | | | | | | | | | | | | | It produces both static and shared libraries, no import libraries, and installs the shared libs into the wrong directory. You are always welcomed to fix it! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | 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>