summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* qt: updateMark Brand2015-05-272-763/+693
|
* sqlite: updateMark Brand2015-05-211-2/+2
|
* Merge pull request #686 from LuaAndC/masterTimothy Gu2015-05-155-10/+43
|\ | | | | update Lua to 5.3.0 and LuaJIT to 2.0.4
| * update LuaJIT from 2.0.3 to 2.0.4Boris Nagaev2015-05-141-2/+2
| |
| * update Lua from 5.2.3 to 5.3.0Boris Nagaev2015-05-144-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 emailTimothy Gu2015-05-151-1/+1
|/
* vmime: updateMark Brand2015-05-111-2/+2
|
* Shared build of libgpg_error failingDan Riegsecker2015-05-091-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: updateMark Brand2015-05-091-2/+2
|
* sqlite: updateMark Brand2015-05-081-3/+3
|
* gnutls: updateMark Brand2015-05-071-2/+2
|
* Suppress gdb documentation building, to avoid dependency from texinfoVolker Grabsch2015-05-031-1/+1
| | | | | Related mailing list report: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-04/msg00021.html
* curl pcre: updateMark Brand2015-04-292-4/+4
|
* postgresql: require/hint minimum autoconf version 2.63Avi Halachmi (:avih)2015-04-291-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: updateMark Brand2015-04-231-2/+2
|
* xmlwrappp: workaround boost lib version detection problemMark Brand2015-04-231-0/+25
|
* gcc isl: updateMark Brand2015-04-234-69/+5
| | | | cloog is no longer required to build gcc.
* itk libdca libvpx openscenegraph: gcc 5 compatibilityMark Brand2015-04-234-3/+8
|
* graphicsmagick: updateMark Brand2015-04-231-3/+4
| | | | | As in libgomp.mk, the option -fopenmp prevents undefined dl* symbol errors when linking to -lgomp. -ldl seems to work too.
* libgcrypt: updateMark Brand2015-04-231-2/+2
|
* gsoap: libgpg_error compatibility fixMark Brand2015-04-231-0/+1
|
* libgpg_error: add missing depMark Brand2015-04-221-1/+1
|
* libgpg_error: updateMark Brand2015-04-221-2/+5
|
* curl: updateMark Brand2015-04-221-2/+2
|
* libmng: updateMark Brand2015-04-211-2/+2
|
* mingw-w64: updateMark Brand2015-04-181-2/+2
|
* gsoap: updateMark Brand2015-04-181-2/+2
|
* gsoap: work around missing define when using gnutlsMark Brand2015-04-181-1/+1
|
* ffmpeg: update to 2.6.2Avi Halachmi (:avih)2015-04-141-2/+2
|
* add package qtxlsxwriterMark Brand2015-04-101-0/+19
|
* sqlite: updateMark Brand2015-04-081-2/+2
|
* libzip: Enable shared build.Uwe Hermann2015-04-081-5/+1
|
* gnutls: updateMark Brand2015-03-301-2/+2
|
* mingw-w64: fix the shlobj.h problem at the sourceMark Brand2015-03-298-168/+72
|
* boost: mingw-w64 4.01 compatibility fixMark Brand2015-03-293-114/+131
| | | | This reverts commit 65ca33b218fb2dfe6456ca480eafdb13133917cc.
* nsis: mingw-w64 4.01 compatibility fixMark Brand2015-03-291-18/+38
|
* plibc: mingw-w64 4.01 compatibility fixMark Brand2015-03-291-0/+32
|
* pcl: build fixMark Brand2015-03-291-0/+40
|
* sdl2: mingw-w64 4.01 compatibility fixMark Brand2015-03-283-111/+595
|
* poppler: mingw-w64 4.01 compatibility fixMark Brand2015-03-281-4/+26
|
* libaacs: mingw-w64 4.01 compatibility fixMark Brand2015-03-283-59/+78
|
* openal: mingw-w64 4.01 compatibility fixMark Brand2015-03-281-2/+30
|
* fix patch authorMark Brand2015-03-281-5/+5
|
* libdvdcss: mingw-w64 4.01 compatibility fixMark Brand2015-03-281-0/+24
|
* libbluray: updateMark Brand2015-03-281-2/+2
|
* libbluray: mingw-w64 4.01 compatibility fixMark Brand2015-03-282-20/+54
|
* libpng: updateMark Brand2015-03-261-2/+2
|
* Merge pull request #663 from openscad/opencsg-1.4.0mabrand2015-03-252-38/+39
|\ | | | | Update OpenCSG to version 1.4.0.
| * Update OpenCSG to version 1.4.0.Torsten Paul2015-03-222-38/+39
| |
* | mingw-w64: updateMark Brand2015-03-251-2/+2
|/