aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
* Also set stacksize for Win32 not on MSVCHoward Chu2015-12-201-0/+1
* Replace tabs with two spaces for consistency with rest of codebasewarptangent2015-12-151-47/+47
* build: default to Berkeley DB for 32 bit and ARMmoneromooo-monero2015-10-041-0/+9
* Fixed MINGW duplicate library errors when MSYS folder cannot be found.NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-171-5/+5
* Use g++ flag "-pthread" instead of "-lpthread", where preferredwarptangent2015-07-161-1/+2
* fixed ARM arch test to prevent breaking on short arch stringsRiccardo Spagni2015-07-161-12/+17
* ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo2015-07-151-7/+69
* Interpret x86_64 as x86-64 for architecturemoneromooo-monero2015-07-091-1/+5
* fixed static assert testRiccardo Spagni2015-05-311-1/+1
* explicitly include libc++ with clangRiccardo Spagni2015-05-261-1/+6
* Check for Clang before adding compiler flagwarptangent2015-05-131-1/+4
* Merge branch 'clang_fixes' into clang_fixes-masterSergey Kazenyuk2015-05-061-1/+1
|\
| * Suppress 'register storage class is deprecated' warning in boost dependency l...Sergey Kazenyuk2015-04-201-2/+2
* | Merge BlockchainDB into upstreamThomas Winget2015-04-071-7/+58
|\ \
| * \ Merges PR #37Thomas Winget2015-04-071-1/+9
| |\ \
| | * | add arm6 target and flagsRiccardo Spagni2015-04-061-1/+9
| * | | Only compile BerkeleyDB as an option in non-staticThomas Winget2015-04-071-1/+3
| |/ /
| * | update berkeleydb branch to blockchain branchThomas Winget2015-03-251-0/+6
| |\ \
| | * \ Merge upstream updates into blockchain branchThomas Winget2015-03-251-0/+6
| | |\ \
| * | | | Pull blockchain changes into berkeleydb branchThomas Winget2015-03-171-4/+19
| |\| | |
| | * | | Move db_drivers/ to external/Thomas Winget2015-03-171-3/+0
| | * | | fixed BUILD_64 optionRiccardo Spagni2015-03-171-1/+1
| | * | | fixed arch_width optionRiccardo Spagni2015-03-171-3/+9
| | * | | fixed msys2 / mingw folders based on architecture, added license to unbound C...Riccardo Spagni2015-03-171-8/+8
| | * | | moved 32-bit/64-bit detection into main CMakeListsRiccardo Spagni2015-03-171-0/+9
| | * | | Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget2015-03-171-0/+3
| * | | | CMake wiring, minor cleanup, minor test additionThomas Winget2015-03-161-0/+3
| |/ / /
| * | | Moved db_drivers/ into external/ for consistencyThomas Winget2015-03-091-3/+0
| * | | Add compile-time support for both db implementations: in-memory and LMDBwarptangent2015-02-021-0/+21
| * | | Merge upstreamwarptangent2015-01-301-2/+13
| |\ \ \
| * | | | Add in-source lmdb to build processThomas Winget2015-01-181-1/+4
| * | | | build: add liblmdb to the cmake autodetection systemmoneromooo-monero2015-01-041-2/+2
| * | | | BlockchainDB unit tests, lmdb linker flagThomas Winget2015-01-041-0/+3
* | | | | remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+40
* | | | | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero2015-04-011-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fixed bug in static linking boost on MINGWThomas Winget2015-03-221-0/+6
| | |/ / | |/| |
* | | | 2014 network limit 1.1 +utils +toc -doc -drmonerorfree2monero2015-02-201-15/+8
* | | | 2014 network limit 1.0a +utils +toc -doc -drmonerorfree2monero2015-02-201-7/+15
|/ / /
* | | remove aes flag, detect no sse2Riccardo Spagni2015-01-271-2/+2
* | | fixed AES support flagRiccardo Spagni2015-01-271-4/+4
* | | allow for explicitly disabling AES-NIRiccardo Spagni2015-01-261-2/+13
|/ /
* / year updated in licenseRiccardo Spagni2015-01-021-2/+2
|/
* moved rapidjson to external folder, fixed CMakeRiccardo Spagni2014-12-011-1/+3
* Merge pull request #1Riccardo Spagni2014-12-011-0/+1
|\
| * Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-181-0/+1
* | don't build tests unless we're building all-* or *-test buildsRiccardo Spagni2014-12-011-1/+4
* | cmake: work around a bug with implicit link directoriesBen Boeckel2014-11-181-0/+8
* | msys: don't use LTOBen Boeckel2014-11-171-0/+2
* | msys: factor out -Werror on msysBen Boeckel2014-11-171-1/+4