aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* | 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-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)
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* cmake: place binaries together in the build treeBen Boeckel2014-11-181-0/+3
| | | | | This allows Windows to copy binaries to one place rather than to each executable directory.
* cmake: Windows and static builds need thisBen Boeckel2014-10-241-1/+1
|
* 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.
* cmake: fix up miniupnpc's defineBen Boeckel2014-10-231-3/+5
| | | | | It's only necessary on Windows builds and new versions renamed the define without any compatibility bridge.
* cmake: handle private vs. public headersBen Boeckel2014-10-231-0/+13
|
* cmake: refactor common code with librariesBen Boeckel2014-10-231-0/+12
|
* cmake: refactor common code with executablesBen Boeckel2014-10-231-0/+24
|
* cmake: put each library into its own directoryBen Boeckel2014-10-231-51/+10
| | | | | This cleans up the CMake code and shows patterns more easily (to be refactored in the next commit).
* miniupnpc static define changeRiccardo Spagni2014-10-071-0/+2
|
* fix for mingw not playing nicely with libunbound configure, fix for ↵Riccardo Spagni2014-10-061-4/+4
| | | | correctly finding static libs on various operating systems
* use the correct CMake variable for static buildsRiccardo Spagni2014-10-061-4/+4
|
* fixed conflict in CMakeListsRiccardo Spagni2014-10-051-1/+5
|\
| * Stop copying word list files to build directoryOran Juice2014-10-021-2/+0
| |
| * Merge with origin/masterOran Juice2014-09-281-4/+8
| |\
| * | Informs about old style mnemonics from older wallet and provides a new one. ↵Oran Juice2014-09-271-4/+1
| | | | | | | | | | | | CMakeLists.txt update.
| * | Copies word lists directory to the location of the executableOran Juice2014-09-241-1/+6
| | |
| * | Moved mnemonics code to src/mnemonicsOran Juice2014-09-231-1/+5
| | |
* | | remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni2014-10-021-4/+4
| |/ |/|
* | redo FindUnbound.cmakeRiccardo Spagni2014-09-241-4/+4
| |
* | Updated CMake files -- added libunbound linker flagThomas Winget2014-09-231-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.
* | Force CMake to link the runtime staticallyZachary Michaels2014-09-151-0/+4
|/
* added license to CMakefluffypony2014-09-111-0/+30
|
* miniupnpc changes for freebsdfluffypony2014-09-101-2/+2
|
* replace ftime with gettimeofday on FreeBSD because lcompat is stupidfluffypony2014-09-101-4/+4
|
* make FreeBSD use -lcompat till we can fix ftime()fluffypony2014-09-101-4/+4
|
* Link to pthreads on non-apple unixZachary Michaels2014-06-111-4/+4
|
* Bitmonero releasethankful_for_today2014-04-181-1/+1
|
* Port mapping with UPnPAntonio Juarez2014-04-091-4/+6
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+44