Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-26 | Update 2018 copyright | xmr-eric | 7 | -7/+7 | |
2018-01-11 | Keep readline optional | Jethro Grassie | 1 | -2/+10 | |
2018-01-10 | Merge pull request #2993 | Riccardo Spagni | 2 | -0/+61 | |
776b44f1 Add misc hardening flags to the cmake machinery (moneromooo-monero) | |||||
2018-01-02 | Add checks for termcap if needed by readline | Jethro Grassie | 1 | -20/+27 | |
2017-12-31 | Add misc hardening flags to the cmake machinery | moneromooo-monero | 2 | -0/+61 | |
See https://wiki.debian.org/Hardening#User_Space | |||||
2017-11-28 | fixed linking against libreadline on OpenBSD | ston1th | 1 | -0/+4 | |
To fix the linking error described here https://github.com/monero-project/monero/pull/2841#issuecomment-346129030 we also need to link libcurses. | |||||
2017-11-19 | cmake: fix building when readline is not found | moneromooo-monero | 1 | -0/+4 | |
2017-10-20 | cmake: add dep of version lib on version.cpp | redfish | 2 | -0/+113 | |
Also, move cmake source files into cmake/ to keep them together. | |||||
2017-09-04 | Only check for upnp version if version is determined | Orestis Konstantinidis | 1 | -5/+5 | |
2017-08-07 | cmake: do not use GREATER_EQUAL, it's too new | moneromooo-monero | 1 | -1/+1 | |
2017-07-30 | cmake: Update detection of external miniupnpc | Erik de Castro Lopo | 1 | -162/+36 | |
The version of miniupnpc in external/ uses API version 16, but the code also seems to work for API version 10. Also remove detection of older unsupported versions. | |||||
2017-06-18 | Add readline support to cli | jethro | 1 | -0/+66 | |
This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time. | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 5 | -5/+5 | |
2017-01-08 | Merge pull request #1510 | Riccardo Spagni | 1 | -0/+34 | |
80abc3bc Build wallet with Android NDK (MoroccanMalinois) | |||||
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 1 | -0/+34 | |
2016-12-24 | cmake: link against liblzma when found, for libunwind | moneromooo-monero | 1 | -0/+16 | |
Some versions of libunwind need liblzma. If liblzma is found, we link against it unconditionally. If the installed libunwind didn't need it, this is a nop. Tested and fine tuned by iDunk | |||||
2016-08-30 | cmake: merge libs via virtual object libraries | redfish | 1 | -74/+0 | |
CMake issued a warming about policy CMP0026: access of LOCATION target property at config time was disallowed. Offending code was the code that merged static libraries to generate libwallet_merged.a. This patch does that same merge task in a much simpler way. And, since it doesn't violate the policy, the warning went away. | |||||
2016-08-30 | cmake: comply with the new policy CMP0026 | redfish | 1 | -101/+46 | |
Access to LOCATION property at config time was disallowed by this policy. This patch updates the offending code to comply with the policy and thereby gets rid of the warning printed by cmake. The fix is to use generator expressions instead of that property. NOTE: Had to remove support for multiconfig (only affects MSVC which is not supported anyway; and mutliconf is an IDE thing in any case), because could not see how to support it with generator expressions. | |||||
2016-06-24 | CMake: GPL 'libutils' script removed | Ilya Kitaev | 4 | -405/+12 | |
2016-06-23 | cmake libutils dependency added | Ilya Kitaev | 1 | -0/+46 | |
2016-06-23 | all wallet dependencies merged to single static lib | Ilya Kitaev | 3 | -0/+476 | |
2016-06-20 | cmake: add missing FindLibunwind.cmake | moneromooo-monero | 1 | -0/+25 | |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -25/+0 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+25 | |
Useful for debugging users' logs | |||||
2016-01-12 | Fix da0bce34 | Howard Chu | 2 | -0/+2 | |
Windows doesn't define a default linker | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 4 | -5/+5 | |
2015-05-31 | fixed static assert test | Riccardo Spagni | 1 | -0/+34 | |
2015-05-31 | cleaning up, removing redundant files, renaming, fixing incorrect licenses | Riccardo Spagni | 2 | -0/+56 | |
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -0/+25 | |
2015-04-01 | doxygen files | rfree2monero | 2 | -0/+1817 | |
2015-03-17 | Pull blockchain changes into berkeleydb branch | Thomas Winget | 1 | -57/+0 | |
2015-03-17 | removed findlmdb.cmake, no longer required | Riccardo Spagni | 1 | -57/+0 | |
2015-03-16 | BerkeleyDB Blockchain building, not working yet | Thomas Winget | 1 | -0/+25 | |
Everything except actually *using* BlockchainBDB is wired up, but the db itself is not yet working. Some error about user mem not large enough. I think I know what this error means, but I can't determine the cause. Notes: BerkeleyDB does not allow 0-indexing in its recno type databases, so block numbers *in the database* will be 1-indexed. Modifications to indexing have been made as needed. | |||||
2015-01-18 | Add in-source lmdb to build process | Thomas Winget | 1 | -4/+0 | |
Working on Linux, needs verified for other platforms but should be fine. | |||||
2015-01-04 | build: add liblmdb to the cmake autodetection system | moneromooo-monero | 1 | -0/+61 | |
update for rebase (warptangent 2015-01-04) src/cryptonote_core/CMakeLists.txt (edit) - replace LMDB_LIBRARIES with LMDB_LIBRARY set from autodetection | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 2 | -2/+2 | |
2014-10-23 | miniupnpc: clear out else/endfoo command arguments | Ben Boeckel | 1 | -2/+2 | |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 2 | -22/+186 | |
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 | 3 | -0/+93 | |
2014-09-24 | added tomerkon's GPG key, cmake folder fix | Riccardo Spagni | 2 | -38/+0 | |
2014-09-22 | moved msys2 toolchain, boost libs fix | Riccardo Spagni | 2 | -0/+38 | |