Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-10 | Add lrelease to the depends | TheCharlatan | 1 | -2/+7 | |
This includes a minimal qt build without gui | |||||
2018-08-21 | Translations: handle cross compiling | MoroccanMalinois | 1 | -1/+16 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-09 | Check if lrelease is working before trying to use it | Guillaume LE VAILLANT | 1 | -8/+15 | |
On some systems, there is a /usr/bin/lrelease wrapper even if the real lrelease program is not installed. So let's try to execute lrelease after it has been found by find_program to see if it is really working. | |||||
2018-01-04 | Fix translations header generation when cross-compilating | Guillaume LE VAILLANT | 1 | -0/+2 | |
Define generate_translations_header as an external project to be able to use the compilation toolchain for the host instead of the toolchain for the target. | |||||
2017-12-15 | Embed the translation files in the binary | Guillaume LE VAILLANT | 1 | -32/+29 | |
If a translation file exists in a "translations" directory located in the same directory as the binary, it is used in priority (this can be useful when working on translations as you don't have to recompile the whole program all the time), and if no such file is found the embedded translation file is used (if it exists). | |||||
2017-10-13 | cmake: fix shared library build | redfish | 1 | -1/+2 | |
2017-05-06 | GUI: easylogging++ install target | Jaquee | 1 | -0/+11 | |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -21/+10 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-01-05 | Build wallet with Android NDK | MoroccanMalinois | 1 | -0/+5 | |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -1/+1 | |
Keep the immediate direct deps at the library that depends on them, declare deps as PUBLIC so that targets that link against that library get the library's deps as transitive deps. Break dep cycle between blockchain_db <-> crytonote_core. No code refactoring, just hide cycle from cmake so that it doesn't complain (cycles are allowed only between static libs, not shared libs). This is in preparation for supproting BUILD_SHARED_LIBS cmake built-in option for building internal libs as shared. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-25 | Update liblmdb, unify 32/64 sources | Howard Chu | 1 | -1/+9 | |
2015-07-16 | open() flag O_DSYNC isn't on BSD, use O_SYNC | Thomas Winget | 1 | -0/+4 | |
If the detected OS is FreeBSD, tell LMDB to compile with MDB_DSYNC=O_SYNC instead of the default O_DSYNC, as BSD does not implement this flag. | |||||
2015-03-17 | Move db_drivers/ to external/ | Thomas Winget | 1 | -0/+0 | |
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes. | |||||
2015-03-17 | moved 32-bit/64-bit detection into main CMakeLists | Riccardo Spagni | 1 | -0/+0 | |
2015-03-17 | 32-bit LMDB, removed check for in-system LMDB as it is consensus-critical | Riccardo Spagni | 1 | -0/+0 | |
2015-03-17 | Revert "Moved db_drivers/ into external/ for consistency" | Thomas Winget | 1 | -0/+0 | |
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1. | |||||
2015-03-09 | Moved db_drivers/ into external/ for consistency | Thomas Winget | 1 | -0/+0 | |
2015-01-18 | Add in-source lmdb to build process | Thomas Winget | 1 | -11/+10 | |
Working on Linux, needs verified for other platforms but should be fine. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
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 | |
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-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 | |