| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update unbound from upstream | Riccardo Spagni | 2014-12-04 | 72 | -2655/+1261 |
| | | |||||
| * | moved rapidjson to external folder, fixed CMake | Riccardo Spagni | 2014-12-01 | 24 | -0/+8020 |
| | | |||||
| * | mingw: copy required libraries to the build tree | Ben Boeckel | 2014-11-18 | 1 | -0/+16 |
| | | | | | | These are found as shared libraries and need to be copied so that PATH manipulation isn't necessary outside of an msys shell. | ||||
| * | miniupnpc: bump the _POSIX_C_SOURCE feature macro | Ben Boeckel | 2014-11-10 | 1 | -1/+1 |
| | | | | | FreeBSD doesn't expose IPv6 structures without this. | ||||
| * | unbound: fix getaddrinfo detection for 32-bit windows | Ben Boeckel | 2014-10-24 | 1 | -1/+11 |
| | | | | | | | | | | | On Windows, getaddrinfo is part of the Windows API and as such is __stdcall, not __cdecl, so check_function_exists fails because the declaration doesn't match the mangling __stdcall has. Instead, use a header to include the symbol as declared on the system and use check_symbol_exists instead. Tested-By: greatwolf on IRC | ||||
| * | unbound: fix type checking | Ben Boeckel | 2014-10-24 | 1 | -2/+2 |
| | | |||||
| * | unbound: plumb the libdir up | Ben Boeckel | 2014-10-24 | 2 | -1/+6 |
| | | | | | | This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost. | ||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -4/+4 |
| | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | ||||
| * | cmake: remove scream-make (all-caps functions) | Ben Boeckel | 2014-10-23 | 1 | -15/+15 |
| | | |||||
| * | unbound: import cmake build system | Ben Boeckel | 2014-10-23 | 4 | -82/+1428 |
| | | |||||
| * | miniupnpc: clean up build system | Ben Boeckel | 2014-10-23 | 1 | -65/+5 |
| | | | | | | | | | | Changes: - remove amiga and solaris conditionals - remove -fPIC hackery (use POSITION_INDEPENDENT_CODE instead) - remove tests - retab | ||||
| * | cmake: minor cleanups (indentation and typos) | Ben Boeckel | 2014-10-23 | 1 | -0/+0 |
| | | |||||
| * | cmake: remove configuration variables | Ben Boeckel | 2014-10-23 | 1 | -11/+0 |
| | | | | | | | | CMAKE_BUILD_TYPE is meant for single-config build tools (e.g., make and ninja) while CMAKE_CONFIGURATION_TYPES is meant for multi-config build tools (e.g., Xcode and Visual Studio). They should not be mixed or manually set. | ||||
| * | cmake: factor out error messages | Ben Boeckel | 2014-10-23 | 1 | -3/+3 |
| | | | | | | Instead of using BoldRed and ColourReset everywhere, wrap it up in a function. | ||||
| * | miniupnpc: clear out else/endfoo command arguments | Ben Boeckel | 2014-10-23 | 1 | -15/+15 |
| | | |||||
| * | fixed miniupnpc dynamic target | Riccardo Spagni | 2014-10-06 | 1 | -2/+4 |
| | | |||||
| * | fix for mingw not playing nicely with libunbound configure, fix for ↵ | Riccardo Spagni | 2014-10-06 | 2 | -1/+7 |
| | | | | | correctly finding static libs on various operating systems | ||||
| * | set the winsock variable differently on Windows | Riccardo Spagni | 2014-10-06 | 1 | -1/+2 |
| | | |||||
| * | fixed configure_command for libunbound under mingw | Riccardo Spagni | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | turns out mingw does actually produce .a libs and not .dll.a | Riccardo Spagni | 2014-10-06 | 1 | -3/+1 |
| | | |||||
| * | quieten CMake when it can't find packages | Riccardo Spagni | 2014-10-06 | 1 | -3/+3 |
| | | |||||
| * | removed required flags from miniupnp and unbound | Riccardo Spagni | 2014-10-06 | 1 | -2/+2 |
| | | |||||
| * | include openssl in linbunbound static linking, added errors for openssl and ↵ | Riccardo Spagni | 2014-10-06 | 1 | -3/+14 |
| | | | | | expat | ||||
| * | reference the correct unbound static lib | Riccardo Spagni | 2014-10-06 | 1 | -4/+3 |
| | | |||||
| * | added libtool's install command | Riccardo Spagni | 2014-10-06 | 1 | -7/+10 |
| | | |||||
| * | use the correct CMake variable for static builds | Riccardo Spagni | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | build libunbound correctly | Riccardo Spagni | 2014-10-06 | 1 | -21/+50 |
| | | |||||
| * | fix missing parentheses | Riccardo Spagni | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 2014-10-06 | 1 | -197/+71 |
| | | |||||
| * | added unbound to external deps | Riccardo Spagni | 2014-10-05 | 394 | -0/+199264 |
| | | |||||
| * | fix for miniupnpc static compile under Windows | Riccardo Spagni | 2014-10-05 | 1 | -2/+4 |
| | | |||||
| * | remove dangling upnp port mappings, updated miniupnpc | Riccardo Spagni | 2014-10-02 | 70 | -219/+718 |
| | | |||||
| * | fixed FreeBSD miniupnpc niggly | Riccardo Spagni | 2014-09-24 | 1 | -1/+14 |
| | | |||||
| * | never use the baked-in miniupnpc on FreeBSD because explosions | Riccardo Spagni | 2014-09-24 | 1 | -1/+1 |
| | | |||||
| * | fixed miniupnpc static building | Riccardo Spagni | 2014-09-21 | 1 | -1/+1 |
| | | |||||
| * | fixed UPNP_LIBRARIES scope | fluffypony | 2014-09-11 | 1 | -2/+6 |
| | | |||||
| * | added license to CMake | fluffypony | 2014-09-11 | 1 | -0/+32 |
| | | |||||
| * | more CMake tweaks to allow detection on OS X | fluffypony | 2014-09-11 | 2 | -182/+188 |
| | | |||||
| * | more dynamic miniupnp fixes | fluffypony | 2014-09-10 | 1 | -5/+2 |
| | | |||||
| * | use external miniupnpc if available | fluffypony | 2014-09-10 | 2 | -3/+193 |
| | | |||||
| * | exclude local miniupnpc for FreeBSD, install from ports instead | fluffypony | 2014-09-09 | 1 | -10/+12 |
| | | |||||
| * | Port mapping with UPnP | Antonio Juarez | 2014-04-09 | 77 | -0/+10322 |
