Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 2 | -2/+2 | |
2020-10-28 | Add RELINK_TARGETS, monero_add_target_no_relink and use ↵ | mj-xmr | 1 | -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. | |||||
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 3 | -3/+3 | |
Update copyright year to 2020 | |||||
2019-07-24 | Merge pull request #5621 | luigi1111 | 1 | -0/+0 | |
c88d6a9 tests: fixed file exec permissions (ston1th) | |||||
2019-07-24 | Merge pull request #5507 | luigi1111 | 1 | -1/+1 | |
2b198a6 difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero) | |||||
2019-06-09 | tests: fixed file exec permissions | ston1th | 1 | -0/+0 | |
2019-05-01 | fix wide difficulty conversion with some versions of boost | moneromooo-monero | 1 | -1/+1 | |
2019-05-01 | difficulty-tests: remove spurious dependency on cryptonote_core | moneromooo-monero | 1 | -1/+1 | |
2019-04-03 | tests: add a few try/catch in main to shut coverity up | moneromooo-monero | 1 | -0/+5 | |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 4 | -4/+132 | |
Based on Boolberry work by: jahrsg <jahr@jahr.me> cr.zoidberg <crypto.zoidberg@gmail.com> | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 3 | -3/+3 | |
2018-09-16 | Fix missing std::runtime_error def in difficulty.cpp | Howard Chu | 1 | -0/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 3 | -3/+3 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2 | -2/+2 | |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 1 | -1/+1 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -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-31 | updated copyright year | Riccardo Spagni | 3 | -3/+3 | |
2015-01-02 | year updated in license | Riccardo Spagni | 3 | -4/+4 | |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 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. | |||||
2014-10-23 | cmake: put each test executable in its own directory | Ben Boeckel | 1 | -0/+46 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 2 | -3/+59 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -0/+1 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 3 | -0/+1107 | |