summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | add native package GNU MakeTony Theodore2014-10-292-0/+31
| | | | | | | | | | | | mostly to test the new v4 series
* | | various packages: run `make cleanup-style`Tony Theodore2014-10-2910-35/+35
| | |
* | | Makefile: remove check for pkg-config since we build pkgconfTony Theodore2014-10-291-2/+2
| | |
* | | widl: portability fix for clangTony Theodore2014-10-291-0/+16
| | |
* | | crystalhd: fix typosTony Theodore2014-10-281-2/+2
| | |
* | | Update package polarssl to 1.3.9Andre Heinecke2014-10-281-2/+2
| | |
* | | glib: fix for i686-w64-mingw32Mark Brand2014-10-271-1/+1
| | | | | | | | | | | | Correction to 38cdd7b19b24eb82a029c75b0891d9bce6b927a5
* | | glib: rebase patchesMark Brand2014-10-271-203/+246
| | |
* | | mingw-w64: updateMark Brand2014-10-272-3/+4
| | |
* | | libpng: updateMark Brand2014-10-241-2/+2
| | |
* | | qwt: updateMark Brand2014-10-221-2/+2
| | |
* | | qscintilla2: updateMark Brand2014-10-221-2/+2
| | |
* | | libgeotiff: Enable sharedTimothy Gu2014-10-221-6/+7
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | geos: Enable shared buildsRashad M2014-10-221-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | Modifications: don't define GEOS_INLINE. See #534. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | gnutls: Use libgnurx instead of libpcreposixTimothy Gu2014-10-221-5/+2
| | | | | | | | | | | | | | | | | | It's more widely used and has fewer dependencies. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | portablexdr: Enable sharedTimothy Gu2014-10-221-6/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | proj: enable shared libsRashad M2014-10-221-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | I fixed indentation before pushing. See #534. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | pcl: Fix retry `make` command directoryTimothy Gu2014-10-221-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | lensfun: UpdateTimothy Gu2014-10-226-138/+271
| | | | | | | | | | | | | | | | | | Fixes #542. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | crystalhd: Use 0644 permission for installed filesTimothy Gu2014-10-221-1/+3
| | | | | | | | | | | | Fixes #541.
* | | Merge branch 'stable'Timothy Gu2014-10-210-0/+0
|\ \ \ | |/ /
| * | netcdf: Add portablexdr as a dependencyTimothy Gu2014-10-211-1/+1
| | | | | | | | | | | | | | | | | | Fixes #545. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | netcdf: Add portablexdr as a dependencyTimothy Gu2014-10-211-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | poco: Fall back to serial build if parallel build failsTimothy Gu2014-10-211-1/+2
| | | | | | | | | Should fix #544.
* | | Merge branch 'stable'Timothy Gu2014-10-212-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: src/guile.mk src/xine-lib.mk