| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
muparser: update upstream URL and version to 2.2.5
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Original muparser location [1] forwards to Google Code [2], which
in turn forwards to Github [3].
Version 2.2.3 can't be found on Github, that is why it was
updated to 2.2.5.
Updater script updated as well. MXE_GET_GITHUB_TAGS is used.
[1] http://sourceforge.net/projects/muparser/
[2] https://code.google.com/p/muparser/
[3] https://github.com/beltoforion/muparser
|
|/ |
|
|
|
|
|
|
|
|
|
|
|
| |
-explicitly declare static/shared builds
-enable freetype
-use openthreads from openscenegraph
-only build/install libs and headers
-remove dummy test program
-remove random empty lines
see #726
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #844
|
|
|
|
|
|
| |
Add MOC and RCC commands and files produced to the test.
close #883
|
| |
|
|\
| |
| | |
Qt: test more Qt tools (moc, rcc)
|
| |
| |
| |
| | |
Test moc tool
|
| |
| |
| |
| | |
Test rcc tool
|
| | |
|
| |
| |
| |
| | |
closes #871
|
| | |
|
|\ \
| | |
| | | |
add packages gtk3 and gtkmm3
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1
Side effects:
* mute function g_win32_run_session_bus of glib (see the thread)
* add new external dependency: gdk-pixbuf
Original thread:
https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
LuaAndC/libjpeg-turbo-2-install-DLL-to-bin-libjpeg-turbo
libjpeg-turbo: install DLL to bin/libjpeg-turbo
|
| | |
| | |
| | |
| | |
| | |
| | | |
Do not install DLLs to bin/libjpeg-turbo/$dlname
See #834
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Enable shared build. It was disabled because DLLs were
installed to lib/bin.
see #826
|
| | | |
|
|\ \ \
| | | |
| | | | |
fftw: compile with combined thread libraries
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From fftw-3.3.4/Makefile.am:
> when using combined thread libraries (necessary on Windows), we want
> to build threads/ first, because libfftw3_threads is added to
> libfftw3.
>
> Otherwise, we want to build libfftw3_threads after libfftw3
> so that we can track the fact that libfftw3_threads depends upon
> libfftw3.
>
> This is the inescapable result of combining three bad ideas
> (threads, Windows, and shared libraries).
When compiling with combined threads, all thread related functions
are added to main libraries (libfftw3, libfftw3f, libfftw3l). I have
checked their existance in libfftw3-3.dll by using nm.
close #872
^^ Instead of adding -lfftw3_threads to fftw*.pc files, add
thread related functions to main fftw3 lib.
|
|\ \ \
| | | |
| | | | |
add package cimg
|
| |/ / |
|
|/ / |
|
|\ \
| | |
| | | |
fix suitesparse download URL
|
| | |
| | |
| | |
| | |
| | |
| | | |
Old URL is 404. Parent URL redirects to [1].
[1] http://faculty.cse.tamu.edu/davis/research.html
|
|/ / |
|
| |
| |
| |
| | |
close #862
|
| | |
|
| | |
|
| |
| |
| |
| | |
no more gtk-doc dependence - simply issues warnings
|
| | |
|
| | |
|
|\ \
| | |
| | | |
nsis: increase NSIS_MAX_STRLEN to 8192
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
> Currently you can't change NSIS_MAX_STRLEN without re-compiling NSIS.
> This was a problem because some NSIS projects would require the special
> build and some wouldn't, and sometimes we'd compile a project that
> required the special build, with the normal MakeNSIS build.
(from http://nsis.sourceforge.net/SetReqStrLen:_Allow_compile_w/_8192_special_build_only)
See also http://nsis.sourceforge.net/Special_Builds#Large_strings
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
* libopts_cv_with_libregex=no is not in ./configure
* dist-lzip isn't used by MXE, but can be worked around with
the make variables DIST_ARCHIVES and DIST_TARGETS
Fixes #849
|
| | |
|
| |
| |
| |
| | |
in the spirit of ./configure, detect capabilities instead of versions
|
|\ \
| | |
| | | |
Revert "package agg: use mxe pkg mirror until project relocates"
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit c9afbabda56635bb1f2f49090a0c2091d4ab1340.
AGG project's site was restored.
See #386
|