summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * unify qtbase-1-fixes.patchBoris Nagaev2016-11-191-51/+28
|/
* Merge pull request #1569 from andrew-strong/patch-1Boris Nagaev2016-11-191-0/+30
|\ | | | | Add msmtp to plugins/apps
| * Add msmtp to plugins/appsandrew-strong2016-11-191-0/+30
|/
* Merge pull request #1542 from LuaAndC/go-additional-packagesBoris Nagaev2016-11-181-1/+1
|\ | | | | add go to plugins-with-additional-packages.sh
| * add go to plugins-with-additional-packages.shBoris Nagaev2016-11-181-1/+1
|/
* Merge pull request #1544 from LuaAndC/settings.mk-pluginsBoris Nagaev2016-11-181-0/+4
|\ | | | | add MXE_PLUGIN_DIRS to autogenerated settings.mk
| * add MXE_PLUGIN_DIRS to autogenerated settings.mkBoris Nagaev2016-11-181-0/+4
|/
* Merge pull request #1571 from LuaAndC/go-native-debian-stretchBoris Nagaev2016-11-181-0/+171
|\ | | | | fix build of go-native on Debian 8 Stretch
| * fix build of go-native on Debian 8 StretchBoris Nagaev2016-11-171-0/+171
|/ | | | See https://github.com/golang/go/issues/13896
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-162-2/+2
|
* Merge pull request #1570 from LuaAndC/hyperscan-4.3.2Boris Nagaev2016-11-161-2/+2
|\ | | | | update hyperscan to 4.3.2
| * update hyperscan to 4.3.2Boris Nagaev2016-11-151-2/+2
|/ | | | | | | | This version of hyperscan adds a fix for boost bug introduced in boost 1.62.0. See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102 See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-152-2/+2
|
* libgpg_error: updateMark Brand2016-11-151-2/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-111-4/+4
|
* Merge pull request #1568 from danielwbn/masterBoris Nagaev2016-11-111-7/+1
|\ | | | | Enable shared builds for gsl
| * Enable shared builds for gslDaniel Heinrich2016-11-111-7/+1
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-102-2/+2
|
* Merge pull request #1566 from mgeier/portaudio-19.6.0Boris Nagaev2016-11-102-71/+23
|\ | | | | Upgrade PortAudio to version 19.6.0
| * Upgrade PortAudio to version 19.6.0Matthias Geier2016-11-102-71/+23
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-072-4/+4
|
* curl, libssh2: updateMark Brand2016-11-073-21/+59
|
* libssh2: restore accidentally removed patchMark Brand2016-11-071-0/+24
| | | | commit 130624690fd5a48b0abb5a903546b60a8739eae0 did it.
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-072-2/+2
|
* vmime: updateMark Brand2016-11-071-2/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-11-072-2/+2
|
* sqlite: updateMark Brand2016-11-072-26/+2
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-312-5/+16
|
* libnice: replace tabs with spacesMartin Müllenhaupt2016-10-311-3/+3
|
* libnice: cleanup makefileMartin Müllenhaupt2016-10-311-7/+12
|
* libnice: add testMartin Müllenhaupt2016-10-311-0/+3
|
* new package: libniceMartin Müllenhaupt2016-10-312-0/+27
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-302-6/+6
|
* Merge pull request #1564 from xnakos/fix-libloBoris Nagaev2016-10-301-10/+6
|\ | | | | Update liblo version from 0.28rc to 0.28, fix configure and make.
| * Update liblo version from 0.28rc to 0.28, fix configure and make, also ↵Harry Nakos2016-10-301-10/+6
|/ | | | allowing for shared build.
* Merge pull request #1550 from LuaAndC/build-crossBoris Nagaev2016-10-292-1/+2
|\ | | | | add new variables: BUILD_CROSS, BUILD_NATIVE
| * add new variables: BUILD_CROSS, BUILD_NATIVEBoris Nagaev2016-10-292-1/+2
|/ | | | They are useful for applying flags only to cross or only to native targets.
* Merge pull request #1556 from LuaAndC/gcc-5.4-in-pluginBoris Nagaev2016-10-291-2/+2
|\ | | | | gcc5 plugin: update gcc from 5.3 to 5.4
| * gcc5 plugin: update gcc from 5.3 to 5.4Boris Nagaev2016-10-291-2/+2
|/ | | | | | | | | | Gcc 5.3 fails to build with gcc 6. The error message is: cfns.gperf:101:1: error: ‘const char* libc_name_p(const char*, unsigned int)’ redeclared inline with ‘gnu_inline’ attribute See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69959 See https://github.com/mxe/mxe/pull/1527#issuecomment-256273786
* Merge pull request #1557 from LuaAndC/qt-no-pchBoris Nagaev2016-10-283-0/+69
|\ | | | | qt, qtbase: -no-pch (pre-compiled header support)
| * qt 4: backport patch for -no-pch from qtbase 5.7.0Boris Nagaev2016-10-281-0/+67
| | | | | | | | | | See https://github.com/mxe/mxe/pull/1527#issuecomment-256717489 See https://github.com/mxe/mxe/issues/1554#issuecomment-256764411
| * qt, qtbase: -no-pch (pre-compiled header support)Boris Nagaev2016-10-282-0/+2
|/ | | | | | | | | | | | | Qt and qtbase fail to build if host compiler is GCC 6 with the following error message: cc1: error: one or more PCH files were found, but they were invalid cc1: error: use -Winvalid-pch for more information cc1: fatal error: .obj/release-shared/qt_pch.h: No such file or directory See https://github.com/mxe/mxe/issues/1554 See https://github.com/mxe/mxe/issues/1103 See https://github.com/mxe/mxe/pull/1527#issuecomment-254001204
* Merge pull request #1548 from LuaAndC/skeleton-fix-mvBoris Nagaev2016-10-281-1/+1
|\ | | | | skeleton.py: use shutil.move instead of os.rename
| * skeleton.py: use shutil.move instead of os.renameBoris Nagaev2016-10-281-1/+1
|/ | | | | Function os.rename fails if files are in different filesystems, e.g. if /tmp is mounted as tmpfs.
* Merge pull request #1545 from LuaAndC/luarocks-remove-lockdirBoris Nagaev2016-10-271-1/+3
|\ | | | | luarocks wrapper: remove lock if failed
| * luarocks wrapper: remove lock if failedBoris Nagaev2016-10-271-1/+3
|/ | | | | | Luarocks wrapper used to keep lock dir not removed if luarocks process failed. To run it again, the lock directory should have been removed manually.
* Merge pull request #1547 from LuaAndC/openssl-no-libgcryptBoris Nagaev2016-10-261-1/+1
|\ | | | | openssl: remove libgcrypt dependency
| * openssl: remove libgcrypt dependencyBoris Nagaev2016-10-261-1/+1
|/
* gcc6 plugin: mark itk problem as resolvedBoris Nagaev2016-10-251-1/+1
|
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-10-252-2/+2
|