summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* muparser: enable shared buildTony Theodore2015-11-211-5/+1
|
* cleanup styleTony Theodore2015-11-213-3/+3
|
* Merge pull request #1004 from LuaAndC/silence-travis-commitTony Theodore2015-11-211-1/+1
|\ | | | | suppress git commit error in Travis
| * suppress git commit error in TravisBoris Nagaev2015-11-191-1/+1
| | | | | | | | | | See #924 See https://travis-ci.org/mxe/mxe/builds/91781012#L99
* | aspell: fix shared build for missing libtool depsTony Theodore2015-11-211-0/+5
| | | | | | | | fixes #989
* | Update versions.jsonMXEBot as Travis CI2015-11-211-2/+2
| |
* | harfbuzz, vmime: updateMark Brand2015-11-212-4/+4
| |
* | Merge pull request #1005 from fiesh/masterTony Theodore2015-11-211-6/+0
|\ \ | |/ |/| Coin3D: do not disable features by default
| * Coin3D: do not disable features by defaultChristoph Weiss2015-11-191-6/+0
|/
* Merge pull request #924 from LuaAndC/travis-build-pullsTony Theodore2015-11-182-9/+14
|\ | | | | fix travis builds for pull requests
| * travis-push: make sure "git commit" succeededBoris Nagaev2015-10-131-1/+1
| |
| * travis: commit and push only if GH_TOKEN is setBoris Nagaev2015-10-132-9/+14
| | | | | | | | | | This allows to enable travis build for a pull request without failing it. This is useful to check at leat that Makefile syntax is correct.
* | Update versions.jsonMXEBot as Travis CI2015-11-181-1/+1
| |
* | dbus: updateMark Brand2015-11-181-2/+2
| |
* | Update versions.jsonMXEBot as Travis CI2015-11-181-0/+1
| |
* | coin: fix shared build and use pkg-config for testTony Theodore2015-11-181-10/+9
| |
* | Add Coin3D 3.1.3 (https://bitbucket.org/Coin3D/coin/wiki/Home)Christoph Weiss2015-11-184-0/+227
| |
* | Update versions.jsonMXEBot as Travis CI2015-11-171-2/+3
| |
* | Merge pull request #965 from LuaAndC/downgrade-gcc-to-4-9Tony Theodore2015-11-175-15/+92
|\ \ | | | | | | Downgrade gcc to 4.9
| * \ Merge pull request #1 from tonytheodore/LuaAndC-downgrade-gcc-to-4-9Boris Nagaev2015-11-151-5/+15
| |\ \ | | | | | | | | gcc: cleanup lib installation
| | * | gcc: cleanup lib installationTony Theodore2015-11-121-5/+15
| |/ /
| * | fix libmysqlclientBoris Nagaev2015-11-111-0/+34
| | | | | | | | | | | | See https://github.com/mxe/mxe/pull/965#issuecomment-152884126
| * | update gcc from 4.9.2 to 4.9.3Boris Nagaev2015-11-111-2/+2
| | |
| * | gcc: downgrade 5.2.0 -> 4.9.2Boris Nagaev2015-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | Revert da82d07dbeca23087aa4351914cf4b890c1d3972 and consequent changes of gcc version. close #964
| * | gcc: enable cloogBoris Nagaev2015-11-111-0/+1
| | |
| * | add package cloogBoris Nagaev2015-11-112-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was removed as a part of da82d07dbeca23087aa4351914cf4b890c1d3972 File src/cloog.mk differs from its copy before da82d07dbec [1] * sha1 -> sha256 * toolchain reorg reapplied: * $(PKG)_TARGETS * $(PKG)_DEPS_$(BUILD) * define $(PKG)_BUILD -> define $(PKG)_BUILD_$(BUILD) * $(MXE_CONFIGURE_OPTS) [1] https://raw.githubusercontent.com/mxe/mxe/6947d3245f9c76d9124a4c4f3c164154a75f3f62/src/cloog.mk
| * | isl: downgrade 0.14 -> 0.12.2Boris Nagaev2015-11-111-2/+2
| | | | | | | | | | | | cloog is not compatible with isl 0.14
| * | Revert "gcc: cleanup lib installation"Boris Nagaev2015-11-111-7/+1
| | | | | | | | | | | | | | | | | | This reverts commit c96a007c6a4b03ca8d43c2ed848c47832f9e2baf. This commit is not applicable to gcc 4.9.
* | | build-pkg: round argument of os.dateTony Theodore2015-11-161-1/+1
| | | | | | | | | | | | fixes #1001
* | | Merge pull request #998 from LuaAndC/update-gh-packagesTony Theodore2015-11-163-4/+3
|\ \ \ | | | | | | | | MXE_GET_GITHUB_TAGS: new argument, stripped prefix
| * | | MXE_GET_GITHUB_TAGS: new argument, stripped prefixBoris Nagaev2015-11-153-4/+3
| | | |
* | | | update requirement versionsTony Theodore2015-11-162-5/+9
| | | | | | | | | | | | | | | | fixes #978
* | | | Merge branch 'LuaAndC-build-pkg-dlls-and-empty'Tony Theodore2015-11-161-2/+46
|\ \ \ \
| * \ \ \ Merge branch 'build-pkg-dlls-and-empty' of https://github.com/LuaAndC/mxe ↵Tony Theodore2015-11-161-2/+46
| |\ \ \ \ |/ / / / / | | | | | | | | | | into LuaAndC-build-pkg-dlls-and-empty
| * | | | build-pkg: report non-empty depending on emptyBoris Nagaev2015-11-091-0/+7
| | | | | | | | | | | | | | | | | | | | fix #968
| * | | | build-pkg: do not pack empty packagesBoris Nagaev2015-11-091-1/+7
| | | | | | | | | | | | | | | | | | | | see #968
| * | | | build-pkg: report shared items installing no .dllBoris Nagaev2015-11-091-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Report only if the item installs .a See https://github.com/mxe/mxe/pull/966#issuecomment-153712570
| * | | | build-pkg: typoBoris Nagaev2015-11-091-1/+1
| | | | |
* | | | | Merge pull request #999 from LuaAndC/wine-in-pathTony Theodore2015-11-151-4/+11
|\ \ \ \ \ | |_|/ / / |/| | | | disable wine
| * | | | mxe-conf: create always failing wine dummyBoris Nagaev2015-11-151-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now dlfcn-win32 can't detect wine. From log/dlfcn-win32_i686-w64-mingw32.static: static: yes shared: no wine: Previously wine was set to "yes wine". fix #995
| * | | | mxe-conf: create readonly dir in _BUILD_$(BUILD)Boris Nagaev2015-11-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This directory (WINEPREFIX=$(PREFIX)/readonly) is not target specific. It is created once instead of being created for each target.
| * | | | [style] remove empty line between related commandsBoris Nagaev2015-11-151-1/+0
|/ / / /
* | | | Merge pull request #997 from LuaAndC/dlfcn-win32Tony Theodore2015-11-152-2/+26
|\ \ \ \ | | | | | | | | | | dlfcn-win32: build test files and remove /tmp/test.{c,dll}
| * | | | dlfcn-win32: remove /tmp/test.{c,dll}Boris Nagaev2015-11-151-0/+25
| | | | | | | | | | | | | | | | | | | | fix #994
| * | | | dlfcn-win32: build test filesBoris Nagaev2015-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | Remove the comment about MXE not supporting shared target.
* | | | | Makefile: don't echo nonetwork.so recipeTony Theodore2015-11-151-2/+2
|/ / / /
* | | | Update versions.jsonMXEBot as Travis CI2015-11-141-1/+1
| | | |
* | | | libpng: updateMark Brand2015-11-141-2/+2
| | | |
* | | | Merge pull request #977 from LuaAndC/nonetworkTony Theodore2015-11-144-4/+68
|\ \ \ \ | | | | | | | | | | disable networking with LD_PRELOAD when build
| * | | | new package howto: add not-to-do rulesBoris Nagaev2015-11-101-0/+22
| | | | |