Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gnutls: Remove stray ltmain.sh. | Tobias Gruetzmacher | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | file: autoreconf before copying the directory to .native | Timothy Gu | 2015-02-03 | 1 | -1/+2 |
| | | | Might fix compilation with automake 1.15. | ||||
* | vmime: update | Mark Brand | 2015-02-01 | 1 | -2/+2 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-30 | 1 | -2/+2 |
| | |||||
* | qtservice: remove stray macro | Mark Brand | 2015-01-30 | 1 | -1/+0 |
| | |||||
* | openssl: really fix the cmake problem | Mark Brand | 2015-01-30 | 2 | -4/+625 |
| | |||||
* | openssl: supply updated FindOpenSSL.cmake | Mark Brand | 2015-01-30 | 2 | -4/+380 |
| | | | | This solves one problem building libwebsockets. | ||||
* | qtservice: update | Mark Brand | 2015-01-29 | 1 | -1/+2 |
| | |||||
* | Add fix for Polarssl CVE-2015-1182 | Andre Heinecke | 2015-01-27 | 1 | -0/+20 |
| | |||||
* | Merge pull request #609 from marlam/readline | Timothy Gu | 2015-01-25 | 2 | -4/+23 |
|\ | | | | | Add package termcap, and make readline use it instead of pdcurses. | ||||
| * | Add package termcap, and make readline use it instead of pdcurses. | Martin Lambers | 2015-01-25 | 2 | -4/+23 |
| | | | | | | | | This fixes runtime problems with applications using readline. | ||||
* | | Merge pull request #608 from marlam/pfstools | Timothy Gu | 2015-01-25 | 2 | -19/+46 |
|\ \ | | | | | | | pfstools: update to 2.0.0, add test program. | ||||
| * | | pfstools: update to 2.0.0, add test program. | Martin Lambers | 2015-01-25 | 2 | -19/+46 |
| |/ | | | | | | | The update requires a move from autoconf to cmake. | ||||
* | | gta: update | Martin Lambers | 2015-01-25 | 1 | -2/+2 |
|/ | |||||
* | harfbuzz: update | Mark Brand | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | openssl: update | Mark Brand | 2015-01-23 | 2 | -55/+33 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-20 | 1 | -2/+2 |
| | |||||
* | gnutls: update | Mark Brand | 2015-01-17 | 1 | -2/+2 |
| | |||||
* | Don't depend on if_nametoindex from iphlpapi.dll. | Tobias Gruetzmacher | 2015-01-17 | 1 | -2/+1 |
| | | | | This makes glib work on Windows XP again. | ||||
* | Don't expose if_nametoindex and if_indextoname in WinXP. | Tobias Gruetzmacher | 2015-01-17 | 1 | -0/+29 |
| | | | | | These APIs were only added in Vista (>= 0x6000) and those definitions conflict with other projects (glib). | ||||
* | Add libepoxy. | Tobias Gruetzmacher | 2015-01-16 | 1 | -0/+24 |
| | |||||
* | Add xorg-macros. | Tobias Gruetzmacher | 2015-01-16 | 1 | -0/+23 |
| | |||||
* | sqlite: update | Mark Brand | 2015-01-16 | 1 | -3/+3 |
| | |||||
* | openssl: update | Mark Brand | 2015-01-16 | 2 | -3/+3 |
| | |||||
* | gdb: update | Mark Brand | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | vmime: update | Mark Brand | 2015-01-14 | 1 | -2/+2 |
| | |||||
* | minizip, tools/copydlldeps: Run "make cleanup-style" | Volker Grabsch | 2015-01-11 | 1 | -1/+1 |
| | |||||
* | openssl: update | Mark Brand | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #594 from pavelvat/master | Timothy Gu | 2015-01-08 | 1 | -0/+48 |
|\ | | | | | Fix boost | ||||
| * | Fix boost | Pavel Vatagin | 2014-12-27 | 1 | -0/+48 |
| | | | | | | https://github.com/boostorg/interprocess/pull/15 | ||||
* | | OpenCV: Fix paths and add shared support | Sérgio Faria | 2015-01-07 | 3 | -3/+228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested with x86_64-w64-mingw32.static and x86_64-w64-mingw32.shared. Cherrypicks an upstream commit that cleanups the pkg-config file. Also removes the version postfix on Windows dll's (matching other platforms). These changes allows us to easilly support shared builds. Removing the postfix avoids breaking programs that only link to a subset of opencv modules, everytime a new version is released. It should be noted that OpenCV forces static linking of libopencv_ts. There are also 3 files that are left at usr/<triplet>/ that this commit does not attempt to fix (LICENSE, OpenCVConfig.cmake and OpenCVConfig-version.cmake). They cannot be moved to lib/ because a different OpenCVConfig.cmake is placed there. On Ubuntu, for example, those cmake files are in /usr/share/OpenCV/. | ||||
* | | Merge pull request #596 from gcoco/libical_v1.0.1 | Timothy Gu | 2015-01-06 | 1 | -11/+9 |
|\ \ | | | | | | | libical v1.0.1 | ||||
| * | | libical v1.0.1 | gcoco | 2015-01-06 | 1 | -11/+9 |
| | | | |||||
* | | | poppler: update | Mark Brand | 2015-01-05 | 2 | -16/+8 |
| | | | |||||
* | | | dbus: update | Mark Brand | 2015-01-05 | 1 | -2/+2 |
|/ / | |||||
* | | vmime update | Mark Brand | 2015-01-02 | 1 | -2/+2 |
| | | |||||
* | | freetype: update | Mark Brand | 2014-12-30 | 1 | -2/+2 |
|/ | |||||
* | netpbm: update | Mark Brand | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | binutils: update | Mark Brand | 2014-12-26 | 1 | -2/+2 |
| | |||||
* | libpng: update | Mark Brand | 2014-12-22 | 1 | -2/+2 |
| | |||||
* | openal: fixes compilation on shared target. | Guilherme Lima Bernal | 2014-12-22 | 1 | -1/+1 |
| | | | | | The patch should only remove the "common" link, not both. Winmm is linked with this EXTRA_LIBS. Many undefined references fixed. Here is the log: http://pastebin.com/iA6Mku2g | ||||
* | xz: update | Mark Brand | 2014-12-21 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | OpenAl updated | Sergey | 2014-12-15 | 2 | -19/+46 |
| | |||||
* | tinyxml2 | Sergey | 2014-12-15 | 2 | -0/+61 |
| | |||||
* | minizip | Sergey | 2014-12-15 | 2 | -0/+105 |
| | |||||
* | Update cgal | Timothy Gu | 2014-12-15 | 3 | -382/+272 |
| | | | | | | | | Also adds a test for CGALImageIO. Fixes #587. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | ccfits: Add update routine | Timothy Gu | 2014-12-13 | 1 | -2/+4 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Added CCfits library | Stefano Balzan | 2014-12-13 | 1 | -0/+27 |
| | | | | TODO: add an example program and updade instructions in ccfits.mk |