summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* package qtbase: enable shared buildTony Theodore2014-02-161-0/+11
|
* package gdal: remove unrecognized configure optionMark Brand2014-02-151-1/+0
|
* package apr: fix winsock2.h/window.h include order, enforced by MinGW 4Mark Brand2014-02-151-0/+33
|
* package libgcrypt: winsock->winsock2Mark Brand2014-02-151-49/+107
|
* package libpng: clean up includes in testMark Brand2014-02-151-1/+0
|
* package readline: add patch for missing ;Mark Brand2014-02-151-0/+21
|
* package mingw-w64: fix for math.h constant visibility when using -std=c99Tony Theodore2014-02-151-0/+18
|
* update package cloogMark Brand2014-02-141-2/+2
|
* update package islMark Brand2014-02-141-2/+2
|
* update package libpngMark Brand2014-02-141-2/+2
|
* update package gnutlsMark Brand2014-02-141-2/+2
|
* Makefile: add MXE_VERBOSE variable to echo full logsTony Theodore2014-02-121-2/+6
| | | | closes #309 and resolves #299
* Makefile: speedup LOOKUP_PKG_RULE functionTony Theodore2014-02-121-4/+17
| | | | Use gmsl `memoize` function and associative arrays to cache results
* update package sqliteMark Brand2014-02-111-2/+2
|
* package boost: use $(TARGET)-ranlib in user.config.jamTony Theodore2014-02-111-1/+1
|
* packages binutils gcc: remove build tools from $(TARGET)/bin and use ↵John W. Eaton2014-02-112-0/+9
| | | | prefixed tools instead
* package portaudio: add comments and reference for shared lib workaroundTony Theodore2014-02-101-0/+4
|
* package portaudio: enable shared and mingw-w64 buildsTony Theodore2014-02-101-8/+13
|
* packages freeglut ftgl: add shared buildsTony Theodore2014-02-103-11/+7
|
* package pthreads-w32: enable shared buildTony Theodore2014-02-101-2/+6
|
* various packages: enable shared buildsTony Theodore2014-02-1031-97/+54
|
* Updated Wavpack to sharedTuukka Pasanen2014-02-101-3/+1
|
* Updated popt to sharedTuukka Pasanen2014-02-101-3/+1
|
* Updated jasper to sharedTuukka Pasanen2014-02-101-4/+2
|
* Updated grahicsmagick to sharedTuukka Pasanen2014-02-101-4/+1
|
* Updated Speex for shared buildTuukka Pasanen2014-02-101-3/+1
|
* Updated SDL for shared buildTuukka Pasanen2014-02-101-3/+1
|
* Updated libass for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated icu4c for shared buildTuukka Pasanen2014-02-101-0/+13
|
* Updated Harfbuzz for shared buildTuukka Pasanen2014-02-101-5/+1
|
* Updated Glib for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated Fribidi for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated Cairo for shared buildTuukka Pasanen2014-02-101-4/+1
|
* Updated libsdnfile to support shared buildingTuukka Pasanen2014-02-101-3/+1
|
* Updated libxml2 to support shared buildingTuukka Pasanen2014-02-101-4/+1
|
* Updated libsamplerate to support shared buildingTuukka Pasanen2014-02-101-13/+10
|
* Updated FLAC to support shared buildingTuukka Pasanen2014-02-101-4/+1
|
* Updated FFTW3 tp support shared buildingTuukka Pasanen2014-02-101-9/+3
|
* package poppler: fix PKG_CONFIG_PATH_*Tony Theodore2014-02-091-1/+1
|
* package hdf5: disable shared build and workaround for generated sourcesTony Theodore2014-02-091-1/+5
|
* Makefile and pkgconf: move external tools separate directoryTony Theodore2014-02-096-3/+4
|
* package qt4 and dependencies: enable shared buildsTony Theodore2014-02-0927-100/+109
|
* packages gmp mpfr mpc: enable shared builds and runtime testsTony Theodore2014-02-093-12/+6
|
* Makefile docs and pkgconf: add support for shared|static variantsTony Theodore2014-02-093-19/+43
|
* Merge pull request #320 from tonytheodore/lookup-pkg-ruleTony Theodore2014-02-083-19/+28
|\ | | | | Makefile: refactor lookup of pkg build rules and deps
| * packages gcc sdl_rwhttp: use new-style target-specific depsTony Theodore2014-02-082-6/+6
| |
| * Makefile: refactor lookup of pkg build rules and depsTony Theodore2014-02-081-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | Introduces a LOOKUP_PKG_RULE function that matches generic rules from targets specified along the lines of: triplet.lib-type.debug.treading.exceptions.my.experimental.version Current build rules will be matched according to the current logic (pkg-target --> pkg) and future variants can use "targets" as both functionality determinants and a directory separator for multiple side-by-side variants.
* | Merge pull request #319 from tonytheodore/mxe-configuryTony Theodore2014-02-084-65/+63
|\ \ | |/ |/| mxe configury: build native pkgconf and centralise various conf files
| * mxe configury: build native pkgconf and centralise various conf filesTony Theodore2014-02-084-65/+63
|/ | | | | | Since we need pkgconf for Cflags.private support, it seems like a logical place for these types of config files instead of being spread over Makefile, binutils, and gcc.
* Makefile and docs: add GNU Make Standard LibraryTony Theodore2014-02-086-2/+2454
|