summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | |
* | | Merge pull request #1553 from LuaAndC/itk-4.10.1Boris Nagaev2016-10-253-28/+113
|\ \ \ | | | | | | | | update itk to 4.10.1
| * | | update itk to 4.10.1Boris Nagaev2016-10-242-2/+76
| | | |
| * | | itk: unify patchBoris Nagaev2016-10-232-26/+37
| | | |
* | | | Merge pull request #1551 from LuaAndC/libgda-perlBoris Nagaev2016-10-241-0/+71
|\ \ \ \ | |/ / / |/| | | libgda: fix build failure on perl v5.22.1
| * | | libgda: fix build failure on perl v5.22.1Boris Nagaev2016-10-231-0/+71
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error: make[4]: Entering directory 'mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos' (here=`pwd` ; cd . && perl $here/geninclude.pl basic_form.c data_model_dir.c form.c form_rw.c form_pict.c form_data_layout.c grid.c grid_rw.c grid_pict.c grid_data_layout.c linked_grid_form.c linked_model_param.c ddl_queries.c login.c provider_sel.c tree.c cloud.c combo.c) > demos.h Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at mxe/tmp-libgda-i686-w64-mingw32.static/libgda-4.2.13/libgda-ui/demos/geninclude.pl line 43. Makefile:819: recipe for target 'demos.h' failed Similar to https://github.com/mxe/mxe/issues/1112
* | | Fix cpp-netlib cmake directory.Tobias Gruetzmacher2016-10-231-1/+1
| | | | | | | | | | | | | | | For find_package(cppnetlib) to work, the directory for the cmake files must be called the same as the files installed into the directory.