| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815 | Monzero Build System | 7 hours | 1 | -15/+15 |
| | | |||||
| * | Integrate P2Pool | devhyper | 2022-04-01 | 1 | -0/+3 |
| | | |||||
| * | cmake: cleanup openssl | selsta | 2021-09-06 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #3477 | luigi1111 | 2021-09-05 | 1 | -0/+2 |
| |\ | | | | | | | 75746a8 cmake: explicitly link net and common (selsta) | ||||
| | * | cmake: explicitly link net and common | selsta | 2021-05-10 | 1 | -0/+2 |
| | | | |||||
| * | | cmake: cleanup boost | selsta | 2021-08-31 | 1 | -3/+0 |
| | | | |||||
| * | | cmake: fix incorrect rebase | selsta | 2021-07-11 | 1 | -0/+1 |
| | | | |||||
| * | | cmake: remove unnecessary file globbing | selsta | 2021-07-10 | 1 | -7/+0 |
| | | | |||||
| * | | cmake: fix compilation with zxcvbn, always enable | selsta | 2021-06-14 | 1 | -8/+1 |
| | | | |||||
| * | | cmake: cleanup hidapi / libusb | selsta | 2021-05-13 | 1 | -2/+0 |
| |/ | |||||
| * | cmake: link with wallet_api instead of wallet_merged | selsta | 2021-04-27 | 1 | -15/+1 |
| | | |||||
| * | cmake: remove typo | selsta | 2021-04-09 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3277 | Alexander Blair | 2021-01-03 | 1 | -13/+3 |
| |\ | | | | | | | 8d4cda03 QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar (xiphon) | ||||
| | * | QR-Code-scanner: integrate QUIRC library, implement QrDecoder, drop ZBar | xiphon | 2020-12-23 | 1 | -13/+3 |
| | | | |||||
| * | | cmake: MacOS - detect ICU link directory (required by Boost.Locale) | xiphon | 2020-12-20 | 1 | -0/+8 |
| |/ | |||||
| * | Merge pull request #3186 | Alexander Blair | 2020-10-28 | 1 | -8/+19 |
| |\ | | | | | | | fe730114 cmake: Android cross compilation support (xiphon) | ||||
| | * | cmake: Android cross compilation support | xiphon | 2020-10-21 | 1 | -8/+19 |
| | | | |||||
| * | | cmake: fix install targets | Bertrand Jacquin | 2020-10-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | Binary should be installed in bin/ relative to CMAKE_INSTALL_PREFIX, prior to this commit, monero-wallet-gui is installed in usr/ instead of usr/bin -- Installing: image/usr/monero-wallet-gui With this comment, file is installed in the right location: -- Installing: image/usr/bin/monero-wallet-gui See: https://cmake.org/cmake/help/latest/command/install.html | ||||
| * | Merge pull request #3108 | luigi1111 | 2020-09-25 | 1 | -10/+2 |
| |\ | | | | | | | b12ec3b QR-Code-generator: remove from repo, use monero qrcodegen (selsta) | ||||
| | * | QR-Code-generator: remove from repo, use monero qrcodegen | selsta | 2020-09-25 | 1 | -10/+2 |
| | | | |||||
| * | | cmake: add deploy target (mac / windows) | selsta | 2020-09-24 | 1 | -0/+2 |
| |/ | |||||
| * | cmake: cross-compilation to Windows - find MinGW prefixed windres | xiphon | 2020-09-10 | 1 | -1/+2 |
| | | |||||
| * | cmake: copy monerod to mac bundle | selsta | 2020-08-29 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #3002 | luigi1111 | 2020-07-29 | 1 | -1/+12 |
| |\ | | | | | | | f78c95b cmake: build bundle on macOS (selsta) | ||||
| | * | cmake: build bundle on macOS | selsta | 2020-07-09 | 1 | -1/+12 |
| | | | |||||
| * | | cmake: translations deps handling, build translations as a library | xiphon | 2020-07-09 | 1 | -1/+2 |
| | | | |||||
| * | | cmake: implement MacOS 'release' build + CI support | xiphon | 2020-07-09 | 1 | -6/+9 |
| |/ | |||||
| * | Merge pull request #2976 | luigi1111 | 2020-07-08 | 1 | -1/+1 |
| |\ | | | | | | | a00ed6a cmake: implement translations support (xiphon) | ||||
| | * | cmake: implement translations support | xiphon | 2020-06-30 | 1 | -1/+1 |
| | | | |||||
| * | | cmake: fix monero-wallet-gui target dependencies | xiphon | 2020-07-02 | 1 | -13/+7 |
| | | | |||||
| * | | cmake: fix x11 linking | xiphon | 2020-06-19 | 1 | -5/+4 |
| | | | |||||
| * | | cmake: fix USE_DEVICE_TREZOR option | xiphon | 2020-06-17 | 1 | -3/+4 |
| |/ | |||||
| * | cmake: workflows: implement 'release' Linux build target + CI | xiphon | 2020-05-28 | 1 | -2/+8 |
| | | |||||
| * | Merge pull request #2906 | luigi1111 | 2020-05-14 | 1 | -11/+11 |
| |\ | | | | | | | da4e0db cmake: rename monero-gui binary to monero-wallet-gui (xiphon) | ||||
| | * | cmake: rename monero-gui binary to monero-wallet-gui | xiphon | 2020-05-13 | 1 | -11/+11 |
| | | | |||||
| * | | cmake: drop '-std=c++0x' compiler flag | xiphon | 2020-05-13 | 1 | -1/+0 |
| |/ | |||||
| * | trezor: support new passphrase entry mechanism | Dusan Klinec | 2020-05-08 | 1 | -0/+3 |
| | | | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host | ||||
| * | '--verify-update', shasum support, OpenPGP signatures verification | xiphon | 2020-04-12 | 1 | -0/+2 |
| | | |||||
| * | qt: drop Qt Network and Qt OpenSSL deps, use epee library instead | xiphon | 2020-03-09 | 1 | -0/+2 |
| | | |||||
| * | build: add application icon on Windows | xiphon | 2019-12-20 | 1 | -4/+9 |
| | | |||||
| * | cmake: use appropriate compiler flags | xiphon | 2019-12-09 | 1 | -2/+2 |
| | | |||||
| * | cmake: MinGW - set WIN32 executable property | xiphon | 2019-11-27 | 1 | -1/+7 |
| | | |||||
| * | cmake: fix MinGW static builds, add 'release-static-win64' target | xiphon | 2019-11-27 | 1 | -10/+3 |
| | | |||||
| * | cmake: put monero-gui executable into 'bin' directory | xiphon | 2019-11-27 | 1 | -0/+1 |
| | | |||||
| * | Add support for msys/mingw32 | TheCharlatan | 2019-11-27 | 1 | -31/+38 |
| | | |||||
| * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -0/+152 |
| The content in this commit is not split in order to preserve working compilation. Once this is added to master, the old build script will no longer work and all existing build toolings will require changes. Monero's cmake directory's files need to be copied to this project's cmake directory in order for the linking and function definitions to work correctly. Monero-gui has its own version check and generate file in order to not conflict with monero's destination version files. Most of the source files that are currently in monero-gui's root directory are now moved to subdirectories. This is done to preserve compilation order properly and to give some content structure. The original CMakeList file included all headers it found in subdirectories. Make sure that they are set manually to evade linking errors. The current build script always checks out latest master of the monero submodule. The submodule rules in the current CMakeLists.txt file do not enforce. An override to compile master nevertheless can still be given with `-D DEV_MODE`. To enable the linux X11 xcb linking the libraries had to be hardcoded. There does not seem to be good support for this in pkgconfig, or in existing cmake checks. | |||||
