summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE.md: fixup linksTony Theodore2016-08-291-6/+6
|
* update LICENSE.md for third-party sourcesTony Theodore2016-08-291-28/+44
| | | | | | Largely inspired by https://github.com/JuliaLang/julia/blob/master/LICENSE.md Closes #520
* Merge pull request #1511 from tonytheodore/ragel-gcc6Tony Theodore2016-08-261-1/+2
|\ | | | | ragel: fix build with gcc6
| * ragel: fix build with gcc6Tony Theodore2016-08-261-1/+2
| | | | | | | | | | | | tested on OS X with gcc 6.1.0 and clang fixes #1510
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-262-2/+2
|/
* Merge pull request #1507 from LuaAndC/hyperscan-4.3.0Tony Theodore2016-08-262-66/+30
|\ | | | | hyperscan: update from 4.2.0 to 4.3.0
| * hyperscan: update from 4.2.0 to 4.3.0Boris Nagaev2016-08-252-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.htmlMXEBot as Travis CI2016-08-252-2/+13
|
* Merge pull request #1505 from LuaAndC/ragelTony Theodore2016-08-254-5926/+31
|\ | | | | add native package ragel and use it in hyperscan
| * hyperscan: use MXE ragelBoris Nagaev2016-08-252-5926/+2
| |
| * add native package ragelBoris Nagaev2016-08-252-0/+29
|/
* Merge pull request #1504 from LuaAndC/fix-get-gh-tagsTony Theodore2016-08-251-1/+1
|\ | | | | fix MXE_GET_GITHUB_TAGS
| * fix MXE_GET_GITHUB_TAGSBoris Nagaev2016-08-241-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 overlayMark Brand2016-08-241-2/+2
|
* Merge pull request #1485 from tonytheodore/cmake-windresTony Theodore2016-08-222-1/+23
|\ | | | | cmake: fix windres invocation
| * cmake: fix windres invocationTony Theodore2016-08-112-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/upxTony Theodore2016-08-212-21/+20
|\ \ | | | | | | upx: disable -Werror on native builds
| * | gcc6 plugin: remove link to upx fixTony Theodore2016-08-201-1/+0
| | | | | | | | | | | | issues with gcc6 are only for native builds
| * | upx: restyle indents and quotingTony Theodore2016-08-201-18/+20
| | |
| * | upx: disable -Werror on native buildsTony Theodore2016-08-201-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.htmlMXEBot as Travis CI2016-08-192-2/+2
| |
* | libgcrypt: updateMark Brand2016-08-191-2/+2
| |
* | Merge pull request #1488 from tonytheodore/posix-sqlTony Theodore2016-08-174-5/+92
|\ \ | | | | | | Fix MySQL and PostgreSQL posix and win32 build
| * | qt qtbase: add pthreads to postgresql libsTony Theodore2016-08-162-2/+2
| | |
| * | postgresql: always use mingw-w64 pthreadsTony Theodore2016-08-161-3/+10
| | |
| * | fix mysql gcc win32 threads buildTony Theodore2016-08-161-1/+2
| | |
| * | unify mysql patchesTony Theodore2016-08-162-86/+79
| | |
| * | Fix mysql posix build.Saikrishna Arcot2016-08-161-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.htmlMXEBot as Travis CI2016-08-171-4/+4
| | |
* | | Merge pull request #1491 from yipdw/physfs-x86-64Tony Theodore2016-08-172-2/+47
|\ \ \ | | | | | | | | physfs: enable x86-64 build
| * | | physfs: add link to upstream pointer-cast patchDavid Yip2016-08-171-0/+3
| | | |
| * | | physfs: enable x86-64 buildDavid Yip2016-08-162-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.htmlMXEBot as Travis CI2016-08-172-2/+2
| | |
* | | Merge pull request #1490 from yipdw/glm-0-9-7-6Tony Theodore2016-08-171-2/+2
|\ \ \ | | | | | | | | glm: update to version 0.9.7.6
| * | | glm: update to version 0.9.7.6David Yip2016-08-161-2/+2
| |/ /
* | | Merge pull request #1487 from tonytheodore/gdb-dlfcnTony Theodore2016-08-172-1/+11
|\ \ \ | | | | | | | | gdb: fix dlfcn detection
| * | | gdb: fix dlfcn detectionTony Theodore2016-08-151-1/+2
| | | | | | | | | | | | | | | | fixes #1486
| * | | dlfcn-win32: add pkg-config fileTony Theodore2016-08-151-0/+9
| | | |
* | | | Merge branch 'rr--upx-fix'Tony Theodore2016-08-162-1/+4
|\ \ \ \
| * | | | gcc6 plugin: link to upx fixTony Theodore2016-08-161-0/+1
| | | | |
| * | | | upx: fix build with gcc6rr-2016-08-161-1/+3
|/ / / /
* | | | Merge branch 'rr--ucl-fix'Tony Theodore2016-08-162-2/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | gcc6 plugin: link to ucl fixTony Theodore2016-08-161-1/+1
| | | |
| * | | ucl: fix cross build with gcc6Tony Theodore2016-08-161-1/+1
| | | |
| * | | ucl: fix native build with gcc6rr-2016-08-161-1/+2
|/ / /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-162-2/+2
| | |
* | | dbus: updateMark Brand2016-08-161-2/+2
|/ /
* | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-08-132-2/+2
| |
* | sqlite: updateMark Brand2016-08-131-2/+2
| |
* | Merge pull request #1460 from LuaAndC/xvidcore-subdirBoris Nagaev2016-08-131-10/+15
|\ \ | | | | | | xvidcore: _SUBDIR is top-level directory