summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | cgal: install with -j 1Boris Nagaev2016-07-151-1/+1
|/ /
* | Merge pull request #1432 from LuaAndC/skeletonTony Theodore2016-07-143-55/+354
|\ \ | | | | | | add tool skeleton.py
| * | skeleton: don't truncate index.html on write errorBoris Nagaev2016-07-121-1/+3
| | | | | | | | | | | | Write new version to a temporary file and rename it to index.html.
| * | make skeleton.py Python 3 compatibleBoris Nagaev2016-07-121-4/+15
| | |
| * | use $(TEST_FILE) in skeleton.pyBoris Nagaev2016-07-111-1/+1
| | |
| * | Merge pull request #8 from tonytheodore/LuaAndC-skeletonBoris Nagaev2016-07-111-4/+7
| |\ \ | | | | | | | | Makefile: add `TEST_FILE` to variables for pkg build rules
| | * | Makefile: add `TEST_FILE` to variables for pkg build rulesTony Theodore2016-07-111-4/+7
| |/ /
| * | skeleton: use SOURCE_DIR and BUILD_DIRBoris Nagaev2016-07-111-11/+9
| | | | | | | | | | | | and do not mkdir build dir.
| * | Makefile: add SOURCE_DIR and BUILD_DIR variablesTony Theodore2016-07-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * use `*.build_` until all packages are converted see #1159 This commit was amended by Boris Nagaev on Jul 11, 2016.
| * | add description of skeleton.py to index.htmlBoris Nagaev2016-07-101-0/+9
| | |
| * | add tool skeleton.pyBoris Nagaev2016-07-101-0/+272
| | | | | | | | | | | | This tool creates a skeleton of new MXE package.
| * | index.html: sort packages lexicographicallyBoris Nagaev2016-07-101-51/+51
| | | | | | | | | | | | Fix indentation of openthreads.
* | | gcc-host plugin: fix conflict with target libiconvTony Theodore2016-07-121-0/+1
|/ /
* | Merge pull request #1431 from tonytheodore/qt5-host-toolsBoris Nagaev2016-07-102-1/+64
|\ \ | | | | | | add qt5-host-tools example plugin
| * | qt5-host-tools: update READMETony Theodore2016-07-091-1/+12
| | |
| * | add qt5-host-tools example pluginTony Theodore2016-07-091-0/+52
|/ / | | | | | | starting point for #950, builds `qmake.exe`, `rcc.exe`, etc
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-082-4/+4
| |
* | Merge pull request #1430 from sibuserv/update-ffmpegTony Theodore2016-07-082-4/+4
|\ \ | | | | | | Update ffmpeg
| * | ffmpeg: update from 3.0 to 3.1.1Boris Pek2016-07-081-2/+2
| | |
| * | x264: update from 20151011-2245 to 20160706-2245Boris Pek2016-07-081-2/+2
|/ /
* | Merge pull request #1429 from sibuserv/fix-freeglutTony Theodore2016-07-082-7/+23
|\ \ | | | | | | freeglut: update patch: fix pkgconfig file
| * | freeglut: update patch: fix pkgconfig fileBoris Pek2016-07-082-7/+23
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-072-4/+15
| |
* | xxhash: add testBoris Nagaev2016-07-072-0/+17
| |
* | xxhash: create .pc fileBoris Nagaev2016-07-071-0/+8
| |
* | xxhash: enable shared buildBoris Nagaev2016-07-072-15/+38
| |
* | fixesSergey2016-07-071-4/+4
| |
* | xxHash lib addedSergey Perepelitsa2016-07-073-0/+55
| |
* | oce: disable installing dependent libsTony Theodore2016-07-071-1/+2
| | | | | | | | | | this breaks static builds and appears to only be useful for creating self-contained bundles
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-072-14/+14
| |
* | Merge pull request #1423 from tehnick/update-giflibTony Theodore2016-07-071-5/+5
|\ \ | | | | | | giflib: update from 5.0.5 to 5.1.4
| * | giflib: update from 5.0.5 to 5.1.4Boris Pek2016-07-051-5/+5
| | |
* | | Merge pull request #1424 from tehnick/update-fontconfigTony Theodore2016-07-072-8/+8
|\ \ \ | | | | | | | | fontconfig: update from 2.11.1 to 2.12.0
| * | | fontconfig: update from 2.11.1 to 2.12.0Boris Pek2016-07-052-8/+8
| |/ /
* | | Merge pull request #1425 from tehnick/update-libxsltTony Theodore2016-07-073-6/+6
|\ \ \ | | | | | | | | Update libxslt
| * | | libxslt: update from 1.1.28 to 1.1.29Boris Pek2016-07-052-4/+4
| | | |
| * | | libxml2: update from 2.9.2 to 2.9.4Boris Pek2016-07-051-2/+2
| |/ /
* | | Merge pull request #1426 from tehnick/update-gdalTony Theodore2016-07-074-38/+29
|\ \ \ | | | | | | | | Update gdal
| * | | gdal: update from 2.0.2 to 2.1.0Boris Pek2016-07-052-24/+27
| | | |
| * | | proj: update from 4.9.1 to 4.9.2Boris Pek2016-07-052-14/+2
| |/ /
* | | Merge pull request #1427 from tehnick/update-oceTony Theodore2016-07-071-5/+6
|\ \ \ | | | | | | | | oce: update from 0.16.1 to 0.17.2
| * | | oce: update from 0.16.1 to 0.17.2Boris Pek2016-07-061-5/+6
| |/ /
* | | Merge pull request #1403 from LuaAndC/goTony Theodore2016-07-075-0/+242
|\ \ \ | | | | | | | | add Go plugin
| * | | README of go plugin: use make var. instead of envBoris Nagaev2016-07-061-1/+1
| | | |
| * | | Merge pull request #7 from tonytheodore/LuaAndC-goBoris Nagaev2016-07-062-0/+3
| |\ \ \ | | | | | | | | | | go plugin: fix build on darwin
| | * | | go plugin: fix build on darwinTony Theodore2016-07-062-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build fails with: ``` fatal error: runtime: bsdthread_register error (unset DYLD_INSERT_LIBRARIES) ``` building with `-ldflags -linkmode=external`[1] and `CGO_ENABLED=1` has no affect on `go-native`, it does let `go` bootstrap, but then fails with a similar error: ``` fatal error: runtime: bsdthread_register error ``` easiest to unset DYLD_INSERT_LIBRARIES - no need to check for `darwin` as it only exists on that platform. [1] https://github.com/golang/go/issues/8801#issuecomment-66460009
| * | | add Go pluginBoris Nagaev2016-07-055-0/+239
| |/ /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-062-2/+2
| | |
* | | gnutls: updateMark Brand2016-07-061-2/+2
|/ /
* | plugins/README.md: fix typosTony Theodore2016-07-051-2/+2
| |