aboutsummaryrefslogtreecommitdiff
path: root/tests/daemon_tests (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-06Update copyright year to 2020SomaticFanatic2-2/+2
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate2-2/+2
2018-01-26Update 2018 copyrightxmr-eric2-2/+2
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
fix a cmakelist
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni2-2/+2
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-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.
2016-08-30tests: cmake: fix building with system gtestredfish1-1/+1
Issues #980 #983
2015-12-31updated copyright yearRiccardo Spagni2-2/+2
2015-01-02year updated in licenseRiccardo Spagni2-2/+2
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-23daemon_tests: update cmake codeBen Boeckel1-4/+50
It's still not valid, but it's commented out anyways; update to code so it matches the style at least.
2014-09-15Separate testnet address prefixZachary Michaels1-2/+2
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-03-03moved all stuff to githubAntonio Juarez2-0/+82