Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add mingw-w64 runtime and pthreads implementation, update related toolchain ↵ | Tony Theodore | 2013-06-01 | 1 | -6/+64 |
| | | | | files | ||||
* | update package gcc | Mark Brand | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | various packages: remove grep workarounds for version sorting | Tony Theodore | 2013-05-22 | 1 | -2/+2 |
| | |||||
* | package gcc: fix update macro for 4.8 series | Mark Brand | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | adjust references to qmake (Qt 4) | Mark Brand | 2013-04-02 | 1 | -1/+1 |
| | | | | Follow-up to previous commit. | ||||
* | update package gcc | Mark Brand | 2013-03-23 | 1 | -1/+1 |
| | |||||
* | update package gcc | Mark Brand | 2012-09-20 | 1 | -2/+2 |
| | |||||
* | package gcc: fix for OSX ASLR issues with pre-compiled headers | Tony Theodore | 2012-09-17 | 1 | -1/+2 |
| | |||||
* | Move CMAKE_BUILD_TYPE into toolchain file | Volker Grabsch | 2012-08-25 | 1 | -2/+3 |
| | |||||
* | Revert "Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain file" | Volker Grabsch | 2012-08-25 | 1 | -5/+2 |
| | | | | | | This reverts commit e57db6d8c9c7ecbe43dd1fdb3d17f07871dfc9fb. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-08/msg00028.html | ||||
* | Move CMAKE_BUILD_TYPE, CMAKE_AR and CMAKE_RANLIB into toolchain file | Volker Grabsch | 2012-08-13 | 1 | -2/+5 |
| | |||||
* | update package gcc | Mark Brand | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | all packages: use $(WGET) portability variable | Tony Theodore | 2012-05-16 | 1 | -1/+1 |
| | |||||
* | Move full package names from src/*.mk into package list (index.html) | Volker Grabsch | 2012-03-29 | 1 | -1/+0 |
| | |||||
* | Move doc/index.html -> index.html | Volker Grabsch | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.html | Volker Grabsch | 2012-03-29 | 1 | -2/+0 |
| | |||||
* | Rebrand to new project name MXE | Volker Grabsch | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | Fix annoying whitespaces at EOL | Volker Grabsch | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | update package gcc | Mark Brand | 2012-03-23 | 1 | -2/+2 |
| | | | | | | --- src/gcc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
* | update package gcc | Mark Brand | 2012-03-01 | 1 | -2/+2 |
| | |||||
* | replaced $(BUILD) with a more direct and less brittle construct | Volker Grabsch | 2011-11-28 | 1 | -1/+1 |
| | | | | | For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html | ||||
* | take config.guess from binutils instead of gcc | Mark Brand | 2011-11-27 | 1 | -4/+1 |
| | | | | binutils comes before gcc and also has a newer config.guess. | ||||
* | add BUILD and install config.guess and config.sub | Mark Brand | 2011-11-26 | 1 | -0/+4 |
| | |||||
* | add cmake definition for fortran | Mark Brand | 2011-11-14 | 1 | -0/+1 |
| | |||||
* | update packages gcc pfstools | Mark Brand | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | set QT_QMAKE_EXECUTABLE in cmake toolchain file | Mark Brand | 2011-10-18 | 1 | -0/+1 |
| | | | | | When this is not set, cmake might use the host's qmake. Problem observed bulding package openscenegraph. | ||||
* | update package gcc-mpfr | Mark Brand | 2011-10-04 | 1 | -1/+3 |
| | |||||
* | additional variable for the cmake toolchain file | Zach Thibeau | 2011-08-27 | 1 | -0/+1 |
| | |||||
* | packages gcc libmikmod: explicitly specify --libdir | Mark Brand | 2011-08-19 | 1 | -0/+1 |
| | | | | Avoid defaulting to lib64 on some systems. | ||||
* | update packages: gcc imagemagick | Mark Brand | 2011-06-27 | 1 | -2/+2 |
| | |||||
* | package gcc: fix update macro | Mark Brand | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | disable SJLJ exceptions explicitly, as those cause trouble | Kay Hayen | 2011-04-22 | 1 | -0/+1 |
| | |||||
* | update package gcc | Mark Brand | 2011-03-25 | 1 | -2/+2 |
| | |||||
* | add cmake toolchain file and simplify build rules of relevant packages | Tony Theodore | 2011-03-16 | 1 | -0/+16 |
| | |||||
* | package gcc: remove mpfr configure workaround after upgrade | Tony Theodore | 2010-12-23 | 1 | -7/+0 |
| | |||||
* | upgrade package gcc | Mark Brand | 2010-12-23 | 1 | -2/+2 |
| | |||||
* | improved pkg-config wrapper and its documentation | Volker Grabsch | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | add reminder to remove gmp links after next gcc update | Tony Theodore | 2010-10-12 | 1 | -0/+3 |
| | |||||
* | upgrade packages curl freetype gcc glew gnutls gst* libarchive libevent ↵ | Mark Brand | 2010-08-29 | 1 | -2/+2 |
| | | | | | | libgcrypt pcre sqlite w32api New requirement XZ Utils for unpacking w32api lzma archive. | ||||
* | use a build directory separate from the source directory in package gcc (by ↵ | Volker Grabsch | 2010-06-15 | 1 | -7/+7 |
| | | | | Tony Theodore) | ||||
* | upgrade package gcc-mpfr | Mark Brand | 2010-06-14 | 1 | -0/+4 |
| | |||||
* | improved version recognition of packages: boost freetype gcc glew libgee ↵ | Volker Grabsch | 2010-06-04 | 1 | -1/+1 |
| | | | | mingwrt openssl pcre pdcurses w32api wxwidgets | ||||
* | bugfix: remove mingwrt-dll from the dependencies of package gcc | Volker Grabsch | 2010-06-04 | 1 | -1/+1 |
| | |||||
* | switch from SJLJ to DW2 in package gcc | Volker Grabsch | 2010-05-31 | 1 | -1/+0 |
| | |||||
* | improved version recognition of packages binutils and gcc | Volker Grabsch | 2010-05-20 | 1 | -1/+0 |
| | |||||
* | provide GCC OpenMP functionality as extra package libgomp (by Tony Theodore) | Volker Grabsch | 2010-05-09 | 1 | -1/+3 |
| | |||||
* | avoid all old 4.4.x versions of package gcc | Volker Grabsch | 2010-05-03 | 1 | -0/+1 |
| | |||||
* | detangle package pthreads from package gcc | Volker Grabsch | 2010-05-03 | 1 | -41/+16 |
| | | | | | Originally, the builds of gcc and pthreads were interlaced as a work-around to get OpenMPI support. However, that never worked. | ||||
* | upgrade package gcc to GCC 4.5, switching back from TDM to MinGW (by Tony ↵ | Volker Grabsch | 2010-05-01 | 1 | -13/+6 |
| | | | | Theodore) | ||||
* | enable static linking of pthreads even when <sched.h> is included without ↵ | Volker Grabsch | 2010-04-21 | 1 | -0/+2 |
| | | | | <pthread.h> |