index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_basic
/
CMakeLists.txt
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
CMake: Add missing headers via monero_find_all_headers macro
mj-xmr
1
-14
/
+1
2022-03-04
Copyright: Update to 2022
mj-xmr
1
-1
/
+1
2021-07-13
cmake: fix undefined symbols and multiple definitions
anon
1
-0
/
+9
2021-02-09
New add_aux_pow RPC to support merge mining
moneromooo-monero
1
-0
/
+2
2020-12-22
Command max_bytes moved from dynamic map to static switch
Lee Clagett
1
-0
/
+1
2020-05-06
Update copyright year to 2020
SomaticFanatic
1
-1
/
+1
2020-03-20
p2p: remove old debug commands
Aaron Hook
1
-1
/
+0
2019-03-05
Update 2019 copyright
binaryFate
1
-1
/
+1
2018-09-10
Add support for apple and arm building
TheCharlatan
1
-3
/
+7
2018-03-04
Code modifications to integrate Ledger HW device into monero-wallet-cli.
cslashm
1
-0
/
+1
2018-01-26
Update 2018 copyright
xmr-eric
1
-1
/
+1
2017-09-25
fix typo in basic and core CMakeLists.txt
moneromooo-monero
1
-1
/
+1
2017-09-25
move checkpoints in a separate library
moneromooo-monero
1
-2
/
+1
2017-06-08
Add OSX background mining
jethro
1
-0
/
+6
2017-05-23
changed crypto to cncrypto so it generated libcncrypto
Gentian
1
-1
/
+1
2017-03-10
fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...
kenshi84
1
-0
/
+2
2017-02-25
core: move hardfork back to cryptonote_core
moneromooo-monero
1
-4
/
+2
2017-02-21
update copyright year, fix occasional lack of newline at line end
Riccardo Spagni
1
-1
/
+1
2017-02-08
extract some basic code from libcryptonote_core into libcryptonote_basic
kenshi84
1
-25
/
+9
2017-01-16
Change logging to easylogging++
moneromooo-monero
1
-1
/
+0
2016-09-26
Dropped "bit" from bitmonero.
Randi Joseph
1
-2
/
+2
2016-09-26
Dropped "bit" from bitmonero.
Randi Joseph
1
-2
/
+2
2016-09-18
cmake: transitive deps and remove deprecated LINK_*
redfish
1
-3
/
+3
2016-08-28
core: link against libringct
moneromooo-monero
1
-0
/
+1
2016-08-28
remove original Cryptonote blockchain_storage blockchain format
moneromooo-monero
1
-2
/
+0
2016-03-25
Merge pull request #749
Riccardo Spagni
1
-2
/
+0
2016-03-25
Revert "Merge pull request #749"
Riccardo Spagni
1
-0
/
+2
2016-03-24
Move checkpoint functions into checkpoints class
Thomas Winget
1
-2
/
+0
2015-12-31
updated copyright year
Riccardo Spagni
1
-1
/
+1
2015-12-15
Replace tabs with two spaces for consistency with rest of codebase
warptangent
1
-3
/
+3
2015-09-12
New hardfork class
moneromooo-monero
1
-2
/
+4
2015-07-15
Fixed binary size issue due to embedded checkpoint data.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-1
/
+1
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-0
/
+7
2015-03-06
Moved BlockchainDB into its own src/ subfolder
Thomas Winget
1
-5
/
+1
2015-02-20
2014 network limit 1.0a +utils +toc -doc -drmonero
rfree2monero
1
-0
/
+1
2015-01-04
build: add liblmdb to the cmake autodetection system
moneromooo-monero
1
-1
/
+1
2015-01-04
Integrate BlockchainDB into cryptonote_core
Thomas Winget
1
-0
/
+7
2015-01-02
year updated in license
Riccardo Spagni
1
-1
/
+1
2014-10-24
cmake: support 2.8.7
Ben Boeckel
1
-2
/
+2
2014-10-23
cmake: handle private vs. public headers
Ben Boeckel
1
-2
/
+7
2014-10-23
cmake: refactor common code with libraries
Ben Boeckel
1
-9
/
+1
2014-10-23
cmake: put each library into its own directory
Ben Boeckel
1
-16
/
+59
2014-10-06
build libunbound from external if no local libunbound or for static builds
Riccardo Spagni
1
-22
/
+1
2014-10-06
build libunbound from external if no local libunbound or for static builds
Riccardo Spagni
1
-22
/
+1
2014-10-02
fixed unbound static lib on mingw as libunbound.dll.a
Riccardo Spagni
1
-1
/
+5
2014-10-02
remove pthreads, successfully tested on gcc 4.9.1 without pthreads
Riccardo Spagni
1
-1
/
+5
2014-10-02
fixed unbound static lib on mingw as libunbound.dll.a
Riccardo Spagni
1
-1
/
+5
2014-10-02
remove pthreads, successfully tested on gcc 4.9.1 without pthreads
Riccardo Spagni
1
-1
/
+5
2014-09-29
dependencies enforced, send que error message log level moved
Riccardo Spagni
1
-5
/
+5
2014-09-24
redo FindUnbound.cmake
Riccardo Spagni
1
-28
/
+26
2014-09-24
fixed cmake folder
Riccardo Spagni
1
-0
/
+0
2014-09-24
added tomerkon's GPG key, cmake folder fix
Riccardo Spagni
1
-0
/
+0
2014-09-23
Updated CMake files -- added libunbound linker flag
Thomas Winget
1
-19
/
+29
2014-07-23
License updated to BSD 3-clause
fluffypony
1
-2
/
+32
2014-03-03
moved all stuff to github
Antonio Juarez
1
-0
/
+15