summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* box2d: update sha256Boris Nagaev2016-04-271-1/+1
| | | | | | | | | | | | | | | | | | | The file was changed in upstream. File pkg/box2d-2.3.1.tar.gz (or https://github.com/erincatto/Box2D/archive/v2.3.1.tar.gz): Old sha256: 2c61505f03ef403b54cf0e510d83d6f567e37882ad79b5b2d486acbc7d5eedea New sha256: 75d62738b13d2836cd56647581b6e574d4005a6e077ddefa5d727d445d649752 Changes: $ diff -r old/ new Only in old/Box2D-2.3.1/Contributions/Platforms: Box2D.XNA.zip Only in old/Box2D-2.3.1/Contributions/Platforms: Tizen.zip Files Box2D.XNA.zip and Tizen.zip are not used in build, according to logs. Removing them them seems to be safe. fix #1319
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-242-2/+2
|
* Merge pull request #1314 from tehnick/update-cmakeBoris Nagaev2016-04-241-2/+2
|\ | | | | cmake: update to 3.5.2
| * cmake: update to 3.5.2Boris Pek2016-04-241-2/+2
|/
* Merge pull request #1313 from m-ou-se/alurefixTimothy Gu2016-04-211-0/+1
|\ | | | | Disable dynamic loading for static libalure.
| * Disable dynamic loading for static libalure.Maurice Bos2016-04-211-0/+1
|/
* Merge pull request #1312 from m-ou-se/assimpfixBoris Nagaev2016-04-201-1/+1
|\ | | | | Use correct cmake variable for static assimp library.
| * Use correct cmake variable for static assimp library.Maurice Bos2016-04-201-1/+1
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-192-2/+2
|
* sqlite: updateMark Brand2016-04-191-2/+2
|
* Merge pull request #1306 from tonytheodore/osx-gnu-tarBoris Nagaev2016-04-171-3/+7
|\ | | | | add GNU Tar to requirements and specify OS X packages
| * add GNU Tar to requirements and specify OS X packagesTony Theodore2016-04-161-3/+7
| | | | | | | | | | | | | | needed for `build-pkg.lua`, installed as: - `gtar` on Homebrew - `gnutar` on MacPorts and Rudix so will be selected by `tool` function
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-162-2/+2
| |
* | libgcrypt: updateMark Brand2016-04-164-93/+91
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-142-2/+2
|
* Merge pull request #1305 from LuaAndC/update-libicalTony Theodore2016-04-142-4/+136
|\ | | | | Update libical
| * libical: update to version 2.0.0Boris Nagaev2016-04-142-2/+135
| |
| * libical: fix updaterBoris Nagaev2016-04-141-2/+1
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-142-2/+2
|
* Merge #1304 Update SFML to the 2.3.2 versionTony Theodore2016-04-141-2/+2
|\ | | | | from bluszcz/master
| * Update SFML to the 2.3.2 versionRafal Zawadzki2016-04-131-2/+2
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-142-5/+16
| |
* | Merge #1291 add libuvTony Theodore2016-04-144-0/+84
|\ \ | | | | | | from LuaAndC/libuv
| * | libuv: set LIBS in configure.ac instead of Makefile.amTony Theodore2016-04-121-18/+28
| | |
| * | add libuvBoris Nagaev2016-04-124-0/+74
| | |
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-132-2/+2
| | |
* | | vmime: updateMark Brand2016-04-131-2/+2
| |/ |/|
* | Merge #1297 libwebsockets: fix download URL and updaterTony Theodore2016-04-131-4/+2
|\ \ | |/ |/| from LuaAndC/fix-libwebsockets-url
| * libwebsockets: fix download URL and updaterBoris Nagaev2016-04-121-4/+2
|/
* Merge pull request #1292 from LuaAndC/shellTony Theodore2016-04-121-2/+13
|\ | | | | add "make shell" command
| * Merge pull request #4 from tonytheodore/LuaAndC-shellBoris Nagaev2016-04-121-3/+10
| |\ | | | | | | enhancements to "make shell"
| | * clarify rationale for env whitelist entriesTony Theodore2016-04-111-2/+9
| | | | | | | | | | | | | | | | | | * add EDITOR, PS1, TERM for basic functionality of interactive shells * separate mxe related variables * identify source of ACLOCAL_PATH and LD_LIBRARY_PATH
| | * add `nonetwork` lib to `shell` target dependenciesTony Theodore2016-04-111-1/+1
| |/
| * add "make shell" commandBoris Nagaev2016-04-111-0/+4
| | | | | | | | It provides interactive shell with the environment of MXE build.
* | add native build of `patch` for darwin (#1295)Tony Theodore2016-04-121-0/+1
| | | | | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't
* | Move section "Related articles" before section "Related projects"Volker Diels-Grabsch2016-04-121-31/+31
| |
* | Add Krita to the list of projects that use MXEVolker Diels-Grabsch2016-04-121-0/+3
| |
* | Link to blog article "Cross-compiling Krita using MXE"Volker Diels-Grabsch2016-04-121-0/+6
| |
* | Remove obsolete article linkVolker Diels-Grabsch2016-04-121-5/+0
| | | | | | | | | | That page no longer exists and already was replaced with a redirect to MXE anyway.
* | blas, lapack: remove -fdefault-integer-8 FFLAGS (#1258)Tony Theodore2016-04-122-3/+1
| | | | | | | | | | * only required for octave build: - https://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html * closes #1247
* | Merge pull request #1274 from LuaAndC/wrkTony Theodore2016-04-124-0/+727
|\ \ | | | | | | add package "wrk" to plugins/apps
| * | add package "wrk" to plugins/appsBoris Nagaev2016-04-062-0/+711
| | | | | | | | | | | | wrk is modern HTTP benchmarking tool.
| * | add variable luajit_ABIVER=5.1Boris Nagaev2016-04-061-0/+1
| | | | | | | | | | | | The name of libluajit-5.1.a can be generated from this variable.
| * | enable native build of luajit in plugin "apps"Boris Nagaev2016-04-062-0/+15
| | |
* | | Merge pull request #1293 from tonytheodore/libsoup-disable-gssapiTony Theodore2016-04-111-1/+2
|\ \ \ | | | | | | | | libsoup: disable gssapi
| * | | libsoup: disable gssapiTony Theodore2016-04-111-1/+2
| | |/ | |/| | | | | | | On OSX, native `/usr/bin/krb5-config` is detected and tries to enable gssapi.
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-112-2/+2
| | |
* | | Merge pull request #1290 from muellni/cmake-update-3.5Tony Theodore2016-04-111-2/+2
|\ \ \ | | | | | | | | cmake: update to 3.5.1
| * | | cmake: update to 3.5.1Martin Müllenhaupt2016-04-101-2/+2
| |/ /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-112-4/+4
| | |