summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* gnutls: Remove stray ltmain.sh.Tobias Gruetzmacher2015-02-031-0/+1
|
* file: autoreconf before copying the directory to .nativeTimothy Gu2015-02-031-1/+2
| | | Might fix compilation with automake 1.15.
* vmime: updateMark Brand2015-02-011-2/+2
|
* sqlite: updateMark Brand2015-01-301-2/+2
|
* qtservice: remove stray macroMark Brand2015-01-301-1/+0
|
* openssl: really fix the cmake problemMark Brand2015-01-302-4/+625
|
* openssl: supply updated FindOpenSSL.cmakeMark Brand2015-01-302-4/+380
| | | | This solves one problem building libwebsockets.
* qtservice: updateMark Brand2015-01-291-1/+2
|
* Add fix for Polarssl CVE-2015-1182Andre Heinecke2015-01-271-0/+20
|
* Merge pull request #609 from marlam/readlineTimothy Gu2015-01-252-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 Lambers2015-01-252-4/+23
| | | | | | | | This fixes runtime problems with applications using readline.
* | Merge pull request #608 from marlam/pfstoolsTimothy Gu2015-01-252-19/+46
|\ \ | | | | | | pfstools: update to 2.0.0, add test program.
| * | pfstools: update to 2.0.0, add test program.Martin Lambers2015-01-252-19/+46
| |/ | | | | | | The update requires a move from autoconf to cmake.
* | gta: updateMartin Lambers2015-01-251-2/+2
|/
* harfbuzz: updateMark Brand2015-01-241-2/+2
|
* openssl: updateMark Brand2015-01-232-55/+33
|
* sqlite: updateMark Brand2015-01-201-2/+2
|
* gnutls: updateMark Brand2015-01-171-2/+2
|
* Don't depend on if_nametoindex from iphlpapi.dll.Tobias Gruetzmacher2015-01-171-2/+1
| | | | This makes glib work on Windows XP again.
* Don't expose if_nametoindex and if_indextoname in WinXP.Tobias Gruetzmacher2015-01-171-0/+29
| | | | | These APIs were only added in Vista (>= 0x6000) and those definitions conflict with other projects (glib).
* Add libepoxy.Tobias Gruetzmacher2015-01-161-0/+24
|
* Add xorg-macros.Tobias Gruetzmacher2015-01-161-0/+23
|
* sqlite: updateMark Brand2015-01-161-3/+3
|
* openssl: updateMark Brand2015-01-162-3/+3
|
* gdb: updateMark Brand2015-01-151-2/+2
|
* vmime: updateMark Brand2015-01-141-2/+2
|
* minizip, tools/copydlldeps: Run "make cleanup-style"Volker Grabsch2015-01-111-1/+1
|
* openssl: updateMark Brand2015-01-081-2/+2
|
* curl: updateMark Brand2015-01-081-2/+2
|
* Merge pull request #594 from pavelvat/masterTimothy Gu2015-01-081-0/+48
|\ | | | | Fix boost
| * Fix boostPavel Vatagin2014-12-271-0/+48
| | | | | | https://github.com/boostorg/interprocess/pull/15
* | OpenCV: Fix paths and add shared supportSérgio Faria2015-01-073-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.1Timothy Gu2015-01-061-11/+9
|\ \ | | | | | | libical v1.0.1
| * | libical v1.0.1gcoco2015-01-061-11/+9
| | |
* | | poppler: updateMark Brand2015-01-052-16/+8
| | |
* | | dbus: updateMark Brand2015-01-051-2/+2
|/ /
* | vmime updateMark Brand2015-01-021-2/+2
| |
* | freetype: updateMark Brand2014-12-301-2/+2
|/
* netpbm: updateMark Brand2014-12-261-2/+2
|
* binutils: updateMark Brand2014-12-261-2/+2
|
* libpng: updateMark Brand2014-12-221-2/+2
|
* openal: fixes compilation on shared target.Guilherme Lima Bernal2014-12-221-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: updateMark Brand2014-12-211-2/+2
|
* harfbuzz: updateMark Brand2014-12-181-2/+2
|
* OpenAl updatedSergey2014-12-152-19/+46
|
* tinyxml2Sergey2014-12-152-0/+61
|
* minizipSergey2014-12-152-0/+105
|
* Update cgalTimothy Gu2014-12-153-382/+272
| | | | | | | | Also adds a test for CGALImageIO. Fixes #587. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ccfits: Add update routineTimothy Gu2014-12-131-2/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Added CCfits libraryStefano Balzan2014-12-131-0/+27
| | | | TODO: add an example program and updade instructions in ccfits.mk