| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | depends: libusb: update to 1.0.30 | tobtoht | 2026-05-24 | 1 | -1/+1 |
| | | |||||
| * | daemon: remove miniupnp | tobtoht | 2026-04-26 | 1 | -2/+0 |
| | | |||||
| * | Add support for Loongarch | YalingFang | 2026-04-04 | 1 | -1/+8 |
| | | |||||
| * | CMake: fix msys/ICU compilation failure | 0xFFFC0000 | 2025-09-08 | 1 | -1/+13 |
| | | |||||
| * | build: set cmake_minimum_required(VERSION 3.5) consistently | cyan | 2025-04-01 | 1 | -1/+1 |
| | | |||||
| * | depends: boost: update to 1.69.0 | tobtoht | 2025-02-18 | 1 | -6/+0 |
| | | |||||
| * | depends: boost: update to 1.66.0 | tobtoht | 2025-01-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | -DBOOST_ASIO_HAS_STD_STRING_VIEW=1 fixes: /monero/contrib/depends/x86_64-unknown-freebsd/native/usr/include/c++/v1/experimental/string_view:18:3: warning: "<experimental/string_view> has been removed. Use <string_view> instead." [-W#warnings] /monero/contrib/depends/x86_64-unknown-freebsd/include/boost/asio/detail/string_view.hpp:32:12 : error: no member named 'experimental' in namespace 'std' using std::experimental::basic_string_view; ~~~~~^ | ||||
| * | Merge pull request #9504 | luigi1111 | 2024-12-23 | 1 | -0/+9 |
| |\ | | | | | | | 01a653f fix zmq and sodium include dirs search (nsec1) | ||||
| | * | fix zmq and sodium include dirs search | nsec1 | 2024-09-06 | 1 | -0/+9 |
| | | | |||||
| * | | cmake: boost: fix header-only library search, bump minimum | tobtoht | 2024-10-13 | 1 | -16/+26 |
| | | | |||||
| * | | build: fix build with Boost 1.85 and remove instances of viewkey logging ↵ | jeffro256 | 2024-09-10 | 1 | -0/+2 |
| |/ | | | | | | | | | | | [RELEASE] 1. Use std::is_standard_layout and std::is_trivially_copyable instead of std::is_pod for KV byte-wise serialization, which fixes compile issue for Boost UUIDs 2. Removed reimplementation of std::hash for boost::uuids::uuid 3. Removed << operator overload for crypto::secret_key 4. Removed instances in code where private view key was dumped to the log in plaintext Release version of #9450, containing C++14 modified assertions | ||||
| * | Refactored rx-slow-hash.c | SChernykh | 2022-12-14 | 1 | -1/+1 |
| | | | | | | | | | | - Straight-forward call interface: `void rx_slow_hash(const char *seedhash, const void *data, size_t length, char *result_hash)` - Consensus chain seed hash is now updated by calling `rx_set_main_seedhash` whenever a block is added/removed or a reorg happens - `rx_slow_hash` will compute correct hash no matter if `rx_set_main_seedhash` was called or not (the only difference is performance) - New environment variable `MONERO_RANDOMX_FULL_MEM` to force use the full dataset for PoW verification (faster block verification) - When dataset is used for PoW verification, dataset updates don't stall other threads (verification is done in light mode then) - When mining is running, PoW checks now also use dataset for faster verification | ||||
| * | Fix static builds for Ubuntu 22.04 | AgoraDesk / LocalMonero | 2022-11-16 | 1 | -0/+12 |
| | | | | | Link libbsd, libmd, libprotokit for ZMQ to fix static builds for Ubuntu 22.04 | ||||
| * | connection: fix implementation | anon | 2022-07-05 | 1 | -0/+1 |
| | | |||||
| * | CMake: Add missing BUILD_SHARED_LIBS option | mj-xmr | 2022-04-10 | 1 | -2/+4 |
| | | |||||
| * | Copyright: Update to 2022 | mj-xmr | 2022-03-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #8117 | luigi1111 | 2022-01-24 | 1 | -1/+13 |
| |\ | | | | | | | 505b382 cmake: enable build on riscv{64, 32} (Xeonacid) | ||||
| | * | cmake: enable build on riscv{64, 32} | Xeonacid | 2021-12-22 | 1 | -1/+13 |
| | | | | | | | | | tested on Arch Linux RISC-V. | ||||
| * | | Fixed warnings for Clang (used as CMAKE_CXX compiler) | SerHack | 2021-12-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #8054 | luigi1111 | 2021-11-30 | 1 | -1/+1 |
| |\ | | | | | | | a491175 cmake: fix incorrect else syntax (selsta) | ||||
| | * | cmake: fix incorrect else syntax | selsta | 2021-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | cmake: remove including non-existent directory | selsta | 2021-10-28 | 1 | -4/+1 |
| |/ | |||||
| * | Merge pull request #7971 | luigi1111 | 2021-10-17 | 1 | -1/+1 |
| |\ | | | | | | | b00e21d cmake: set cpp14 standard (selsta) | ||||
| | * | cmake: set cpp14 standard | selsta | 2021-09-25 | 1 | -1/+1 |
| | | | | | | | | | It's 2021, we can easily switch to C++14 without any troubles. | ||||
| * | | Merge pull request #7989 | luigi1111 | 2021-10-11 | 1 | -5/+0 |
| |\ \ | | | | | | | | | | 9cd7aa6 cmake: don't optimize debug build (selsta) | ||||
| | * | | cmake: don't optimize debug build | selsta | 2021-10-04 | 1 | -5/+0 |
| | |/ | |||||
| * / | cmake: fix copy/paste typo | selsta | 2021-09-25 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #7945 | luigi1111 | 2021-09-23 | 1 | -7/+13 |
| |\ | | | | | | | 4afd9a7 cmake: set required C/C++ standard to 11 (selsta) | ||||
| | * | cmake: set required C/C++ standard to 11 | selsta | 2021-09-16 | 1 | -7/+13 |
| | | | | | | | | | Co-authored-by: Jason Rhinelander <jason@imaginary.ca> | ||||
| * | | Merge pull request #7942 | luigi1111 | 2021-09-23 | 1 | -16/+0 |
| |\ \ | | | | | | | | | | 5617a29 unbound: remove leftovers (selsta) | ||||
| | * | | unbound: remove leftovers | selsta | 2021-09-15 | 1 | -16/+0 |
| | |/ | |||||
| * | | Merge pull request #7917 | luigi1111 | 2021-09-23 | 1 | -0/+1 |
| |\ \ | |/ |/| | | | 167cbdf CMake: Add missing SANITIZE option (mj-xmr) | ||||
| | * | CMake: Add missing SANITIZE option | mj-xmr | 2021-09-02 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #7773 from selsta/unbound | luigi1111 | 2021-09-09 | 1 | -3/+1 |
| |\ \ | |/ |/| | external: remove unbound submodule | ||||
| | * | external: remove unbound submodule | selsta | 2021-09-03 | 1 | -3/+1 |
| | | | |||||
| * | | Merge pull request #7847 | luigi1111 | 2021-08-26 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | 0a021c3 CMake: document -Werror for add_c_flag_if_supported() from #7718 (mj-xmr) | ||||
| | * | | CMake: document -Werror for add_c_flag_if_supported() from #7718 | mj-xmr | 2021-08-11 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #7816 | luigi1111 | 2021-08-11 | 1 | -17/+17 |
| |\ \ \ | |/ / |/| | | | | | 29296d5 cmake: fix double build (selsta) | ||||
| | * | | cmake: fix double build | selsta | 2021-07-28 | 1 | -17/+17 |
| | | | | | | | | | | | | | Co-authored-by: perfect-daemon | ||||
| * | | | cmake: bodge cmake failure on OSS-Fuzz | moneromooo-monero | 2021-07-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | cmake: don't forbid undefined symbols on openbsd | selsta | 2021-07-28 | 1 | -1/+3 |
| |/ / | |||||
| * | | Merge pull request #7718 | luigi1111 | 2021-07-27 | 1 | -4/+6 |
| |\ \ | | | | | | | | | | 9c0e681 cmake: treat warnings as error in compiler flag tests (selsta) | ||||
| | * | | cmake: treat warnings as error in compiler flag tests | selsta | 2021-05-12 | 1 | -4/+6 |
| | | | | |||||
| * | | | cmake: export all symbols | anon | 2021-07-13 | 1 | -0/+12 |
| | | | | |||||
| * | | | cmake: fix undefined symbols and multiple definitions | anon | 2021-07-13 | 1 | -0/+4 |
| | | | | |||||
| * | | | cmake: forbid undefined symbols | anon | 2021-07-13 | 1 | -0/+46 |
| | |/ |/| | |||||
| * | | CMake: strip targets (optional) with -D STRIP_TARGETS=ON | mj-xmr | 2021-06-11 | 1 | -1/+12 |
| | | | |||||
| * | | Merge pull request #7481 | luigi1111 | 2021-06-10 | 1 | -0/+7 |
| |\ \ | | | | | | | | | | 430b758 Warnings: add warnings as errors: 'switch' & 'return-type' (mj-xmr) | ||||
| | * | | Warnings: add warnings as errors: 'switch' & 'return-type' | mj-xmr | 2021-03-10 | 1 | -0/+7 |
| | | | | |||||
| * | | | Merge pull request #7416 | luigi1111 | 2021-06-10 | 1 | -0/+23 |
| |\ \ \ | | | | | | | | | | | | | b4fe7c2 epee linkage dynamic; move monero_add_library to main CMakeLists.txt (mj-xmr) | ||||
