| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | workflows: switch to ucrt runtime for msys2 | selsta | 2026-06-02 | 1 | -2/+2 |
| | | |||||
| * | Makefile: set CMAKE_BUILD_TYPE to debug for debug target | selsta | 2022-04-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3680 | luigi1111 | 2022-01-24 | 1 | -3/+1 |
| |\ | | | | | | | f30570d Makefile: fix release-linux-armv8 (selsta) | ||||
| | * | Makefile: fix release-linux-armv8 | selsta | 2021-08-31 | 1 | -3/+1 |
| | | | |||||
| * | | Makefile: don't hardcode x86_64 arch | selsta | 2021-11-10 | 1 | -4/+4 |
| | | | |||||
| * | | Merge pull request #3364 | luigi1111 | 2021-11-09 | 1 | -0/+3 |
| |\ \ | |/ |/| | | | 66d29a4 Makefile: Add ppc64le target (Jeremy Rand) | ||||
| | * | Makefile: Add ppc64le target | Jeremy Rand | 2021-03-21 | 1 | -0/+3 |
| | | | |||||
| * | | Makefile: add CMAKE_BUILD_TYPE=Debug to debug build | selsta | 2021-04-22 | 1 | -1/+1 |
| |/ | |||||
| * | Makefile: support USE_SINGLE_BUILDDIR=OFF without git installed | xiphon | 2021-01-14 | 1 | -5/+11 |
| | | | | | | # Conflicts: # Makefile | ||||
| * | Makefile: refactor USE_SINGLE_BUILDDIR=OFF builddir path | xiphon | 2020-11-15 | 1 | -7/+12 |
| | | |||||
| * | Merge pull request #3199 | Alexander Blair | 2020-11-06 | 1 | -12/+12 |
| |\ | | | | | | | d79f8e8b Makefile: MANUAL_SUBMODULES support (OFF by default) (xiphon) | ||||
| | * | Makefile: MANUAL_SUBMODULES support (OFF by default) | xiphon | 2020-10-30 | 1 | -12/+12 |
| | | | |||||
| * | | Makefile: add 'release-linux-armv8' target | xiphon | 2020-10-14 | 1 | -0/+5 |
| |/ | |||||
| * | build: enable USE_SINGLE_BUILDDIR by default, OFF to disable | selsta | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | docker: Windows static build (cross-compilation from Linux) | xiphon | 2020-09-20 | 1 | -0/+5 |
| | | |||||
| * | cmake: implement Linux 'release-static' build target | xiphon | 2020-06-21 | 1 | -0/+3 |
| | | |||||
| * | cmake: workflows: implement 'release' Linux build target + CI | xiphon | 2020-05-28 | 1 | -0/+3 |
| | | |||||
| * | build: release-win64 support | xiphon | 2020-05-15 | 1 | -0/+2 |
| | | |||||
| * | build: fix MSYS2 folder detection | xiphon | 2020-04-06 | 1 | -2/+2 |
| | | |||||
| * | build: autodetect MSYS2 install path, support non-standard location | xiphon | 2019-12-30 | 1 | -2/+2 |
| | | |||||
| * | build: support DEV_MODE env var to override default value | xiphon | 2019-12-19 | 1 | -7/+7 |
| | | |||||
| * | cmake: fix MinGW static builds, add 'release-static-win64' target | xiphon | 2019-11-27 | 1 | -1/+4 |
| | | |||||
| * | Add Apple support | TheCharlatan | 2019-11-27 | 1 | -0/+5 |
| | | |||||
| * | Add support for msys/mingw32 | TheCharlatan | 2019-11-27 | 1 | -3/+24 |
| | | |||||
| * | Migrate build system to cmake | TheCharlatan | 2019-11-27 | 1 | -0/+11 |
| 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. | |||||
