Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move CNAME to docs/ | Boris Nagaev | 2016-08-27 | 3 | -2/+1 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | move index.html to docs/ | Boris Nagaev | 2016-08-27 | 8 | -31/+30 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | add missing things | Boris Nagaev | 2016-08-27 | 3 | -1/+4 |
| | | | | | | index.html: make docs/build-matrix.html a link mxe-activate: add versions.json add .PHONY for build-matrix.html | ||||
* | mv versions.json build-matrix.html assets docs/ | Boris Nagaev | 2016-08-27 | 13 | -16/+14 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | rename doc/ to docs/ | Boris Nagaev | 2016-08-27 | 6 | -5/+5 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 861 | -1726/+863 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | openmp-validation: unify and consolidate the patch | Boris Nagaev | 2016-08-27 | 2 | -59/+70 |
| | | | | | | | openmp-validation-2-test-crlf.patch was the only file with \r byte in Copyright Header. See https://github.com/mxe/mxe/issues/1500 | ||||
* | Merge pull request #1511 from tonytheodore/ragel-gcc6 | Tony Theodore | 2016-08-26 | 1 | -1/+2 |
|\ | | | | | ragel: fix build with gcc6 | ||||
| * | ragel: fix build with gcc6 | Tony Theodore | 2016-08-26 | 1 | -1/+2 |
| | | | | | | | | | | | | tested on OS X with gcc 6.1.0 and clang fixes #1510 | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-08-26 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #1507 from LuaAndC/hyperscan-4.3.0 | Tony Theodore | 2016-08-26 | 2 | -66/+30 |
|\ | | | | | hyperscan: update from 4.2.0 to 4.3.0 | ||||
| * | hyperscan: update from 4.2.0 to 4.3.0 | Boris Nagaev | 2016-08-25 | 2 | -66/+30 |
|/ | | | | | | | Changelog: https://github.com/01org/hyperscan/releases/tag/v4.3.0 Patch "simplegrep: open file in binary mode" was merged in upstream: https://github.com/01org/hyperscan/pull/26 | ||||
* | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-08-25 | 2 | -2/+13 |
| | |||||
* | Merge pull request #1505 from LuaAndC/ragel | Tony Theodore | 2016-08-25 | 4 | -5926/+31 |
|\ | | | | | add native package ragel and use it in hyperscan | ||||
| * | hyperscan: use MXE ragel | Boris Nagaev | 2016-08-25 | 2 | -5926/+2 |
| | | |||||
| * | add native package ragel | Boris Nagaev | 2016-08-25 | 2 | -0/+29 |
|/ | |||||
* | Merge pull request #1504 from LuaAndC/fix-get-gh-tags | Tony Theodore | 2016-08-25 | 1 | -1/+1 |
|\ | | | | | fix MXE_GET_GITHUB_TAGS | ||||
| * | fix MXE_GET_GITHUB_TAGS | Boris Nagaev | 2016-08-24 | 1 | -1/+1 |
|/ | | | | | | | | | | | | Error message: $ make update-package-pire ... bash: -c: line 0: syntax error near unexpected token `|' ... Overlooked in b52d3c0c9c24e7904908dc50f0c7c6f163556fab See https://github.com/mxe/mxe/pull/1439 | ||||
* | update gcc6 overlay | Mark Brand | 2016-08-24 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1485 from tonytheodore/cmake-windres | Tony Theodore | 2016-08-22 | 2 | -1/+23 |
|\ | | | | | cmake: fix windres invocation | ||||
| * | cmake: fix windres invocation | Tony Theodore | 2016-08-11 | 2 | -1/+23 |
| | | | | | | | | | | | | | | | | | | | | | | Windres doesn't recognise various gcc flags like `-mms-bitfields`, `-fopenmp`, `-mthreads` etc. (basically anything not `-D` or `-I`). CMake will filter options if `add_compile_options()` is used, but not for `add_definitions()`. The developers class it as a "won't fix" as they believe `add_definitions()` shouldn't be used for such flags. Fixes #1475 | ||||
* | | Merge pull request #1496 from tonytheodore/upx | Tony Theodore | 2016-08-21 | 2 | -21/+20 |
|\ \ | | | | | | | upx: disable -Werror on native builds | ||||
| * | | gcc6 plugin: remove link to upx fix | Tony Theodore | 2016-08-20 | 1 | -1/+0 |
| | | | | | | | | | | | | issues with gcc6 are only for native builds | ||||
| * | | upx: restyle indents and quoting | Tony Theodore | 2016-08-20 | 1 | -18/+20 |
| | | | |||||
| * | | upx: disable -Werror on native builds | Tony Theodore | 2016-08-20 | 1 | -3/+1 |
|/ / | | | | | | | | | | | See: https://github.com/mxe/mxe/pull/1360/files/3ab014bd5672a1c84c6d93630634a2b79cdb9b8c#r75447401 Tested on OSX clang-700.1.81, gcc6 6.1.0_0, and gcc5 5.4.0_0 | ||||
* | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-08-19 | 2 | -2/+2 |
| | | |||||
* | | libgcrypt: update | Mark Brand | 2016-08-19 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1488 from tonytheodore/posix-sql | Tony Theodore | 2016-08-17 | 4 | -5/+92 |
|\ \ | | | | | | | Fix MySQL and PostgreSQL posix and win32 build | ||||
| * | | qt qtbase: add pthreads to postgresql libs | Tony Theodore | 2016-08-16 | 2 | -2/+2 |
| | | | |||||
| * | | postgresql: always use mingw-w64 pthreads | Tony Theodore | 2016-08-16 | 1 | -3/+10 |
| | | | |||||
| * | | fix mysql gcc win32 threads build | Tony Theodore | 2016-08-16 | 1 | -1/+2 |
| | | | |||||
| * | | unify mysql patches | Tony Theodore | 2016-08-16 | 2 | -86/+79 |
| | | | |||||
| * | | Fix mysql posix build. | Saikrishna Arcot | 2016-08-16 | 1 | -0/+86 |
| | | | | | | | | | | | | The source redefines all of the pthread functions. Add some checks to see if pthreads is available on Windows. | ||||
* | | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-08-17 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #1491 from yipdw/physfs-x86-64 | Tony Theodore | 2016-08-17 | 2 | -2/+47 |
|\ \ \ | | | | | | | | | physfs: enable x86-64 build | ||||
| * | | | physfs: add link to upstream pointer-cast patch | David Yip | 2016-08-17 | 1 | -0/+3 |
| | | | | |||||
| * | | | physfs: enable x86-64 build | David Yip | 2016-08-16 | 2 | -2/+44 |
| |/ / | | | | | | | | | | | | | This commit contains a patch (submitted to icculus, awaiting feedback) that works around some pointer-to-integer-cast problems. | ||||
* | | | Update versions.json & build-matrix.html | MXEBot as Travis CI | 2016-08-17 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1490 from yipdw/glm-0-9-7-6 | Tony Theodore | 2016-08-17 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | glm: update to version 0.9.7.6 | ||||
| * | | | glm: update to version 0.9.7.6 | David Yip | 2016-08-16 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #1487 from tonytheodore/gdb-dlfcn | Tony Theodore | 2016-08-17 | 2 | -1/+11 |
|\ \ \ | | | | | | | | | gdb: fix dlfcn detection | ||||
| * | | | gdb: fix dlfcn detection | Tony Theodore | 2016-08-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | fixes #1486 | ||||
| * | | | dlfcn-win32: add pkg-config file | Tony Theodore | 2016-08-15 | 1 | -0/+9 |
| | | | | |||||
* | | | | Merge branch 'rr--upx-fix' | Tony Theodore | 2016-08-16 | 2 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | gcc6 plugin: link to upx fix | Tony Theodore | 2016-08-16 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | upx: fix build with gcc6 | rr- | 2016-08-16 | 1 | -1/+3 |
|/ / / / | |||||
* | | | | Merge branch 'rr--ucl-fix' | Tony Theodore | 2016-08-16 | 2 | -2/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | gcc6 plugin: link to ucl fix | Tony Theodore | 2016-08-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | ucl: fix cross build with gcc6 | Tony Theodore | 2016-08-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | ucl: fix native build with gcc6 | rr- | 2016-08-16 | 1 | -1/+2 |
|/ / / |