aboutsummaryrefslogtreecommitdiff
path: root/tests/daemon_tests
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-042-2/+2
|
* Add RELINK_TARGETS, monero_add_target_no_relink and use ↵mj-xmr2020-10-281-1/+1
| | | | | | | | monero_add_executable/monero_add_library where possible (mj-xmr) Add monero_add_minimal_executable and use in tests This is done in order not to have to relink targets, when just an .so changed, but not its interface.
* Update copyright year to 2020SomaticFanatic2020-05-062-2/+2
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-052-2/+2
|
* Update 2018 copyrightxmr-eric2018-01-262-2/+2
|
* changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-1/+1
| | | | fix a cmakelist
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-212-2/+2
|
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
|
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-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 gtestredfish2016-08-301-1/+1
| | | | Issues #980 #983
* updated copyright yearRiccardo Spagni2015-12-312-2/+2
|
* year updated in licenseRiccardo Spagni2015-01-022-2/+2
|
* cmake: support 2.8.7Ben Boeckel2014-10-241-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 codeBen Boeckel2014-10-231-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 prefixZachary Michaels2014-09-151-2/+2
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* moved all stuff to githubAntonio Juarez2014-03-032-0/+82