Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qt: update | Mark Brand | 2015-05-27 | 2 | -763/+693 |
| | |||||
* | sqlite: update | Mark Brand | 2015-05-21 | 1 | -2/+2 |
| | |||||
* | Merge pull request #686 from LuaAndC/master | Timothy Gu | 2015-05-15 | 5 | -10/+43 |
|\ | | | | | update Lua to 5.3.0 and LuaJIT to 2.0.4 | ||||
| * | update LuaJIT from 2.0.3 to 2.0.4 | Boris Nagaev | 2015-05-14 | 1 | -2/+2 |
| | | |||||
| * | update Lua from 5.2.3 to 5.3.0 | Boris Nagaev | 2015-05-14 | 4 | -8/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Package luabind was changed to be compatible with Lua 5.3.0: * do not use macro LUA_COMPAT_ALL. Lua 5.3 respects macros LUA_COMPAT_5_2 and LUA_COMPAT_5_1 and ignores macro LUA_COMPAT_ALL. * Instead, include needed compatibility defines into header luabind/config.hpp. Side effect of this is that C++ code using luabind doesn't need to define LUA_COMPAT_ALL. This definition was removed from the example of luabind. | ||||
* | | Fix email | Timothy Gu | 2015-05-15 | 1 | -1/+1 |
|/ | |||||
* | vmime: update | Mark Brand | 2015-05-11 | 1 | -2/+2 |
| | |||||
* | Shared build of libgpg_error failing | Dan Riegsecker | 2015-05-09 | 1 | -0/+1 |
| | | | | | | | | | | | | When building libgpg_error with a target of i686-w64-mingw32.shared the build fails with undefined references. In the make process for libgpg_error an application is built and then run called mkheader. This application is used to build the gpg-error.h file. In this application there is a strcmp for 'mingw32' on host_os variable which failes to be true when host_os contains mingw32.shared or mingw32.static. The failure of this test keep w32-add.h from being added to gpg-error.h, hence causing the undefined references errors. This is an attempt to fix this issue, officially issue #677. | ||||
* | sqlite: update | Mark Brand | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-05-08 | 1 | -3/+3 |
| | |||||
* | gnutls: update | Mark Brand | 2015-05-07 | 1 | -2/+2 |
| | |||||
* | Suppress gdb documentation building, to avoid dependency from texinfo | Volker Grabsch | 2015-05-03 | 1 | -1/+1 |
| | | | | | Related mailing list report: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-04/msg00021.html | ||||
* | curl pcre: update | Mark Brand | 2015-04-29 | 2 | -4/+4 |
| | |||||
* | postgresql: require/hint minimum autoconf version 2.63 | Avi Halachmi (:avih) | 2015-04-29 | 1 | -0/+30 |
| | | | | | | | | | | | the original configure.in warns if autoconf version is less than 2.63, but patch 1 removes this warning. this patch adds that requirement using AC_PREREQ on debian systems where both old/new versions of autoconf are installed, a script is used to determine which version to use. adding AC_PREREQ to configure.in helps the script choose the correct version. the system should already have such version since MXE itself requires 2.67 | ||||
* | vmime: update | Mark Brand | 2015-04-23 | 1 | -2/+2 |
| | |||||
* | xmlwrappp: workaround boost lib version detection problem | Mark Brand | 2015-04-23 | 1 | -0/+25 |
| | |||||
* | gcc isl: update | Mark Brand | 2015-04-23 | 4 | -69/+5 |
| | | | | cloog is no longer required to build gcc. | ||||
* | itk libdca libvpx openscenegraph: gcc 5 compatibility | Mark Brand | 2015-04-23 | 4 | -3/+8 |
| | |||||
* | graphicsmagick: update | Mark Brand | 2015-04-23 | 1 | -3/+4 |
| | | | | | As in libgomp.mk, the option -fopenmp prevents undefined dl* symbol errors when linking to -lgomp. -ldl seems to work too. | ||||
* | libgcrypt: update | Mark Brand | 2015-04-23 | 1 | -2/+2 |
| | |||||
* | gsoap: libgpg_error compatibility fix | Mark Brand | 2015-04-23 | 1 | -0/+1 |
| | |||||
* | libgpg_error: add missing dep | Mark Brand | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | libgpg_error: update | Mark Brand | 2015-04-22 | 1 | -2/+5 |
| | |||||
* | curl: update | Mark Brand | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | libmng: update | Mark Brand | 2015-04-21 | 1 | -2/+2 |
| | |||||
* | mingw-w64: update | Mark Brand | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | gsoap: update | Mark Brand | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | gsoap: work around missing define when using gnutls | Mark Brand | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | ffmpeg: update to 2.6.2 | Avi Halachmi (:avih) | 2015-04-14 | 1 | -2/+2 |
| | |||||
* | add package qtxlsxwriter | Mark Brand | 2015-04-10 | 1 | -0/+19 |
| | |||||
* | sqlite: update | Mark Brand | 2015-04-08 | 1 | -2/+2 |
| | |||||
* | libzip: Enable shared build. | Uwe Hermann | 2015-04-08 | 1 | -5/+1 |
| | |||||
* | gnutls: update | Mark Brand | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | mingw-w64: fix the shlobj.h problem at the source | Mark Brand | 2015-03-29 | 8 | -168/+72 |
| | |||||
* | boost: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-29 | 3 | -114/+131 |
| | | | | This reverts commit 65ca33b218fb2dfe6456ca480eafdb13133917cc. | ||||
* | nsis: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-29 | 1 | -18/+38 |
| | |||||
* | plibc: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-29 | 1 | -0/+32 |
| | |||||
* | pcl: build fix | Mark Brand | 2015-03-29 | 1 | -0/+40 |
| | |||||
* | sdl2: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 3 | -111/+595 |
| | |||||
* | poppler: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 1 | -4/+26 |
| | |||||
* | libaacs: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 3 | -59/+78 |
| | |||||
* | openal: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 1 | -2/+30 |
| | |||||
* | fix patch author | Mark Brand | 2015-03-28 | 1 | -5/+5 |
| | |||||
* | libdvdcss: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 1 | -0/+24 |
| | |||||
* | libbluray: update | Mark Brand | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | libbluray: mingw-w64 4.01 compatibility fix | Mark Brand | 2015-03-28 | 2 | -20/+54 |
| | |||||
* | libpng: update | Mark Brand | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #663 from openscad/opencsg-1.4.0 | mabrand | 2015-03-25 | 2 | -38/+39 |
|\ | | | | | Update OpenCSG to version 1.4.0. | ||||
| * | Update OpenCSG to version 1.4.0. | Torsten Paul | 2015-03-22 | 2 | -38/+39 |
| | | |||||
* | | mingw-w64: update | Mark Brand | 2015-03-25 | 1 | -2/+2 |
|/ |