Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-12 | cmake: Include OpenSSL libraries in static linking | warptangent | 1 | -0/+6 | |
2016-01-11 | Cleanup symbol clashes, stdlib header | Howard Chu | 1 | -1/+1 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-31 | isblank doesn't need a special case test | Howard Chu | 1 | -6/+1 | |
2015-12-30 | fix missing unbound tests | Riccardo Spagni | 1 | -1/+6 | |
2015-12-30 | update unbound, fix unbound openssl issue on OS X | Riccardo Spagni | 1 | -0/+9 | |
2015-10-05 | unbound: do not try to link against libevent | moneromooo-monero | 1 | -15/+1 | |
It is now not needed anymore, as we use minievent instead | |||||
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+28 | |
2015-04-06 | updated unbound cmake for static builds | Riccardo Spagni | 1 | -1/+1 | |
2015-04-05 | minor CMakeLists fix for Unbound, ldns -> sldns | Riccardo Spagni | 1 | -7/+7 | |
2015-04-04 | reinstate accidentally removed CMakeLists | Riccardo Spagni | 1 | -0/+201 | |
2015-04-02 | update unbound from upstream | Riccardo Spagni | 1 | -201/+0 | |
2015-03-17 | fixed msys2 / mingw folders based on architecture, added license to unbound ↵ | Riccardo Spagni | 1 | -0/+28 | |
CMakeList as that is not part of standard Unbound | |||||
2014-11-18 | mingw: copy required libraries to the build tree | Ben Boeckel | 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. | |||||
2014-10-24 | unbound: plumb the libdir up | Ben Boeckel | 1 | -0/+5 | |
This is necessary for static builds where the linking is passed around to dependent targets, but the library is lost. | |||||
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 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. | |||||
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 1 | -0/+180 | |