aboutsummaryrefslogtreecommitdiff
path: root/tests/difficulty (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-2/+3
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.
2015-12-31updated copyright yearRiccardo Spagni3-3/+3
2015-01-02year updated in licenseRiccardo Spagni3-4/+4
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
Older versions of CMake support LINK_{PUBLIC,PRIVATE} while newer versions prefer PUBLIC and PRIVATE instead, but still support the LINK_ prefix.
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+46
2014-07-23License updated to BSD 3-clausefluffypony2-3/+59
2014-04-02json rpc for wallet and bugfixAntonio Juarez1-0/+1
2014-03-03moved all stuff to githubAntonio Juarez3-0/+1107