aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-1/+1
Update appropriate files (CMakeLists.txt, README.md)
2015-04-07Merge BlockchainDB into upstreamThomas Winget1-0/+3
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-0/+1
2015-03-25Merge upstream updates into blockchain branchThomas Winget1-0/+1
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+1
Ostensibly janitorial work, but should be more relevant later down the line. Things that depend on core cryptonote things (i.e. cryptonote_core) don't necessarily depend on BlockchainDB and thus have no need to have BlockchainDB baked in with them.
2015-02-24Daemonize changes pulled in -- daemon buildsThomas Winget1-0/+1
many RPC functions added by the daemonize changes (and related changes on the upstream dev branch that were not merged) were commented out (apart from return). Other than that, this *should* work...at any rate, it builds, and that's something.
2015-02-202014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero1-0/+2
commands and options for network limiting works very well e.g. for 50 KiB/sec up and down ToS (QoS) flag peer number limit TODO some spikes in ingress/download TODO problems when other up and down limit added "otshell utils" - simple logging (with colors, text files channels)
2015-01-04very, VERY primitive blockchain converterThomas Winget1-0/+2
hard-coded config folder, hard-coded BlockchainDB subclass. Needs finessing, but should be testable this way. update for rebase (warptangent 2015-01-04) fix conflicts with upstream CMakeLists.txt files src/CMakeLists.txt (edit original commit) src/blockchain_converter/CMakeLists.txt (add)
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-11-18cmake: place binaries together in the build treeBen Boeckel1-0/+3
This allows Windows to copy binaries to one place rather than to each executable directory.
2014-10-24cmake: Windows and static builds need thisBen Boeckel1-1/+1
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: fix up miniupnpc's defineBen Boeckel1-3/+5
It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge.
2014-10-23cmake: handle private vs. public headersBen Boeckel1-0/+13
2014-10-23cmake: refactor common code with librariesBen Boeckel1-0/+12
2014-10-23cmake: refactor common code with executablesBen Boeckel1-0/+24
2014-10-23cmake: put each library into its own directoryBen Boeckel1-51/+10
This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
2014-10-07miniupnpc static define changeRiccardo Spagni1-0/+2
2014-10-06fix for mingw not playing nicely with libunbound configure, fix for ↵Riccardo Spagni1-4/+4
correctly finding static libs on various operating systems
2014-10-06use the correct CMake variable for static buildsRiccardo Spagni1-4/+4
2014-10-05fixed conflict in CMakeListsRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni1-4/+4
2014-10-02Stop copying word list files to build directoryOran Juice1-2/+0
2014-09-28Merge with origin/masterOran Juice1-4/+8
2014-09-27Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice1-4/+1
CMakeLists.txt update.
2014-09-24redo FindUnbound.cmakeRiccardo Spagni1-4/+4
2014-09-24Copies word lists directory to the location of the executableOran Juice1-1/+6
2014-09-23Updated CMake files -- added libunbound linker flagThomas Winget1-4/+4
CMake config file written, but was unable to test/get it working properly because of a bug in CMake with functions related to find_package. Simple "-lunbound" flag used in its stead for now. May not build on non-Linux systems, not sure yet.
2014-09-23Moved mnemonics code to src/mnemonicsOran Juice1-1/+5
2014-09-15Force CMake to link the runtime staticallyZachary Michaels1-0/+4
2014-09-11added license to CMakefluffypony1-0/+30
2014-09-10miniupnpc changes for freebsdfluffypony1-2/+2
2014-09-10replace ftime with gettimeofday on FreeBSD because lcompat is stupidfluffypony1-4/+4
2014-09-10make FreeBSD use -lcompat till we can fix ftime()fluffypony1-4/+4
2014-06-11Link to pthreads on non-apple unixZachary Michaels1-4/+4
2014-04-18Bitmonero releasethankful_for_today1-1/+1
2014-04-09Port mapping with UPnPAntonio Juarez1-4/+6
2014-03-03moved all stuff to githubAntonio Juarez1-0/+44