| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: transitive deps and remove deprecated LINK_* | redfish | 2016-09-18 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | ||||
| * | tests: cmake: fix building with system gtest | redfish | 2016-08-30 | 1 | -1/+1 |
| | | | | | Issues #980 #983 | ||||
| * | updated copyright year | Riccardo Spagni | 2015-12-31 | 2 | -2/+2 |
| | | |||||
| * | year updated in license | Riccardo Spagni | 2015-01-02 | 2 | -2/+2 |
| | | |||||
| * | cmake: support 2.8.7 | Ben Boeckel | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix. | ||||
| * | daemon_tests: update cmake code | Ben Boeckel | 2014-10-23 | 1 | -4/+50 |
| | | | | | | It's still not valid, but it's commented out anyways; update to code so it matches the style at least. | ||||
| * | Separate testnet address prefix | Zachary Michaels | 2014-09-15 | 1 | -2/+2 |
| | | |||||
| * | License updated to BSD 3-clause | fluffypony | 2014-07-23 | 1 | -3/+29 |
| | | |||||
| * | moved all stuff to github | Antonio Juarez | 2014-03-03 | 2 | -0/+82 |
