summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add libuvBoris Nagaev2016-04-124-0/+74
|
* 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
| | |
* | | mpfr: updateMark Brand2016-04-111-2/+2
| | |
* | | gnutls: updateMark Brand2016-04-111-2/+2
| | |
* | | Merge pull request #1284 from LuaAndC/fix-qtbase-wheezyTony Theodore2016-04-111-0/+1
|\ \ \ | |/ / |/| | fix qtbase on Wheezy (don't use c++1y)
| * | fix qtbase on Wheezy (don't use c++1y)Boris Nagaev2016-04-061-0/+1
| |/ | | | | | | | | | | | | The error: `g++: error: unrecognized command line option ‘-std=c++1y’` Full log: https://gist.github.com/147a8e697b4be73dad0218598dab2608 The problem was solved by setting C++ version to C++11 explicitly.
* | Merge pull request #1287 from LuaAndC/vmime-prepare-for-cmake-3.5Tony Theodore2016-04-101-7/+6
|\ \ | | | | | | vmime: prepare for cmake 3.5
| * | vmime: patch vmime.pc after installationTony Theodore2016-04-091-2/+2
| | | | | | | | | | | | See https://github.com/mxe/mxe/pull/1279#issuecomment-207769271
| * | vmime: install with -j 1Boris Nagaev2016-04-091-1/+1
| | |
| * | vmime: use macros CMAKE_{STATIC,SHARED}_BOOLBoris Nagaev2016-04-091-2/+2
| | |
| * | vmime: use MXE CMake wrapperBoris Nagaev2016-04-091-2/+1
| | |
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-092-5/+16
| | |
* | | Merge pull request #1289 from pavelvat/add-package-libsoupBoris Nagaev2016-04-095-1/+112
|\ \ \ | |/ / |/| | add package libsoup
| * | libsoup: use MXE aclocal macrosBoris Nagaev2016-04-091-1/+4
| | |
| * | add package libsoupPavel Vatagin2016-04-095-1/+109
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-092-2/+2
| |
* | sqlite: updateMark Brand2016-04-091-2/+2
| |
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-072-3/+14
| |
* | Merge pull request #1273 from pavelvat/add-package-googletestBoris Nagaev2016-04-073-11/+29
|\ \ | | | | | | add package googletest and update protobuf (fix #1269)
| * | add package googletest and update protobufPavel Vatagin2016-04-073-11/+29
|/ /
* | Merge pull request #1283 from LuaAndC/osx-fixesBoris Nagaev2016-04-073-74/+83
|\ \ | | | | | | OSX fixes
| * | add pkgconfig to the requirements on OSXBoris Nagaev2016-04-061-1/+1
| | | | | | | | | | | | close #1281
| * | fix error "won't overwrite defined macro" on OSXBoris Nagaev2016-04-061-0/+23
| | | | | | | | | | | | See https://github.com/mxe/mxe/issues/1281
| * | glib: recover authors of patchesBoris Nagaev2016-04-061-8/+8
| | |
| * | glib: consolidate and unify patchesBoris Nagaev2016-04-062-73/+59
| |/
* | Merge pull request #1282 from firatakandere/masterBoris Nagaev2016-04-061-1/+1
|\ \ | |/ |/| Update the sha256 checksum for QtWebkit
| * Update the sha256 checksumFirat Akandere2016-04-061-1/+1
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-062-2/+2
|
* vmime: updateMark Brand2016-04-061-2/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-04-052-6/+6
|