| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | cmake: wallet: libunbound is not always static | redfish | 2016-07-23 | 1 | -22/+4 | |
| | | | | | | | | | | | | | | It is not clear why libunbound was added to this in the first place, since it wasn't here before and #915 doesn't seem to introduce any new dependency on it. Tested build with STATIC=OFF (with and without libunbound-dev libunbound8 installed) and STATIC=ON, on Ubuntu Trusty, Debian Jessie, and Arch Linux. For static builds, beware of #926 and #907. If this hack was introduced to make it build on some other system (Windows? OS X?), then it will have to be dealt with, but not this way. | |||||
| * | libwallet_api cmake: conditionally creating libwallet_merged2 only for | Ilya Kitaev | 2016-07-18 | 1 | -7/+16 | |
| | | | | | STATIC build | |||||
| * | hack to successfull linking for MSYS2 | Ilya Kitaev | 2016-07-18 | 1 | -2/+6 | |
| | | ||||||
| * | CMake: GPL 'libutils' script removed | Ilya Kitaev | 2016-06-24 | 1 | -2/+4 | |
| | | ||||||
| * | installing wallet_api header | Ilya Kitaev | 2016-06-23 | 1 | -2/+2 | |
| | | ||||||
| * | all wallet dependencies merged to single static lib | Ilya Kitaev | 2016-06-23 | 1 | -2/+15 | |
| | | ||||||
| * | merged with upstream | Ilya Kitaev | 2016-06-23 | 1 | -1/+2 | |
| | | ||||||
| * | api implementation splitted over separate files | Ilya Kitaev | 2016-06-23 | 1 | -2/+12 | |
| | | ||||||
| * | tests for wallet2_api | Ilya Kitaev | 2016-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | wallet2 public api. initial commit | Ilya Kitaev | 2016-03-16 | 1 | -2/+9 | |
| | | ||||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -2/+2 | |
| | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | |||||
| * | cmake: handle private vs. public headers | Ben Boeckel | 2014-10-23 | 1 | -2/+7 | |
| | | ||||||
| * | cmake: refactor common code with libraries | Ben Boeckel | 2014-10-23 | 1 | -9/+1 | |
| | | ||||||
| * | cmake: put each library into its own directory | Ben Boeckel | 2014-10-23 | 1 | -0/+59 | |
| This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit). | ||||||
