aboutsummaryrefslogtreecommitdiff
path: root/translations/CMakeLists.txt (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-10Add lrelease to the dependsTheCharlatan1-2/+7
This includes a minimal qt build without gui
2018-08-21Translations: handle cross compilingMoroccanMalinois1-1/+16
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-09Check if lrelease is working before trying to use itGuillaume LE VAILLANT1-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-04Fix translations header generation when cross-compilatingGuillaume LE VAILLANT1-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-15Embed the translation files in the binaryGuillaume LE VAILLANT1-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-13cmake: fix shared library buildredfish1-1/+2
2017-05-06GUI: easylogging++ install targetJaquee1-0/+11
2017-04-10update easylogging++ to latest upstreammoneromooo-monero1-21/+10
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-05Build wallet with Android NDKMoroccanMalinois1-0/+5
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-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-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-25Update liblmdb, unify 32/64 sourcesHoward Chu1-1/+9
2015-07-16open() flag O_DSYNC isn't on BSD, use O_SYNCThomas Winget1-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-17Move db_drivers/ to external/Thomas Winget1-0/+0
Also change LMDB Cmake variables to CACHE rather than upgrading them through several parent scopes.
2015-03-17moved 32-bit/64-bit detection into main CMakeListsRiccardo Spagni1-0/+0
2015-03-1732-bit LMDB, removed check for in-system LMDB as it is consensus-criticalRiccardo Spagni1-0/+0
2015-03-17Revert "Moved db_drivers/ into external/ for consistency"Thomas Winget1-0/+0
This reverts commit b21335642e75b35d3b178a754f4cdb2314989cd1.
2015-03-09Moved db_drivers/ into external/ for consistencyThomas Winget1-0/+0
2015-01-18Add in-source lmdb to build processThomas Winget1-11/+10
Working on Linux, needs verified for other platforms but should be fine.
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-10-06build libunbound from external if no local libunbound or for static buildsRiccardo Spagni1-22/+1
2014-10-06build libunbound from external if no local libunbound or for static buildsRiccardo Spagni1-22/+1
2014-10-02fixed unbound static lib on mingw as libunbound.dll.aRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni1-1/+5
2014-10-02fixed unbound static lib on mingw as libunbound.dll.aRiccardo Spagni1-1/+5
2014-10-02remove pthreads, successfully tested on gcc 4.9.1 without pthreadsRiccardo Spagni1-1/+5
2014-09-29dependencies enforced, send que error message log level movedRiccardo Spagni1-5/+5
2014-09-24redo FindUnbound.cmakeRiccardo Spagni1-28/+26
2014-09-24fixed cmake folderRiccardo Spagni1-0/+0
2014-09-24added tomerkon's GPG key, cmake folder fixRiccardo Spagni1-0/+0
2014-09-23Updated CMake files -- added libunbound linker flagThomas Winget1-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-23License updated to BSD 3-clausefluffypony1-2/+32
2014-03-03moved all stuff to githubAntonio Juarez1-0/+15