Age | Commit message (Expand) | Author | Files | Lines |
2016-10-27 | Report Boost library version during compilation | NanoAkron | 1 | -0/+2 |
2016-09-26 | Merge pull request #1105 | Riccardo Spagni | 1 | -5/+0 |
2016-09-21 | remove check for certain clang versions | Dan Miller | 1 | -5/+0 |
2016-09-19 | Don't define stdc++ on FreeBSD | Dan Miller | 1 | -1/+1 |
2016-09-18 | Fix test for 'ARM_ID' as caught by @radfish in #1088 | NanoAkron | 1 | -3/+3 |
2016-09-18 | fix conflict | Riccardo Spagni | 1 | -4/+22 |
2016-09-18 | Merge pull request #1094 | Riccardo Spagni | 1 | -2/+14 |
2016-09-18 | cmake: support BUILD_SHARED_LIBS built-in option | redfish | 1 | -2/+14 |
2016-09-18 | +crypto for ARMv8 now tests and modifies ${ARCH$ | NanoAkron | 1 | -12/+3 |
2016-09-18 | Updated +crypto option for ARMv8 to modify ${ARCH} instead | NanoAkron | 1 | -11/+26 |
2016-09-17 | Add +crypto flag for ARMv8-a | NanoAkron | 1 | -2/+6 |
2016-09-17 | cmake: quotes around ARCH_ID string | redfish | 1 | -3/+3 |
2016-09-17 | cmake: remove redundant checks around CMAKE_{AR,RANLIB} | redfish | 1 | -10/+4 |
2016-09-10 | Attempt to fix broken compilation on some systems caused by #1074 | iDunk5400 | 1 | -6/+9 |
2016-09-10 | Merge pull request #1047 | Riccardo Spagni | 1 | -2/+12 |
2016-09-10 | Merge pull request #1040 | Riccardo Spagni | 1 | -1/+5 |
2016-09-03 | change CMake project name | Riccardo Spagni | 1 | -1/+1 |
2016-09-03 | cmake: split BUILD_GUI_DEPS option into two | redfish | 1 | -1/+5 |
2016-09-03 | gui/libwallet_merged: libunbound is one more dependency | Ilya Kitaev | 1 | -0/+4 |
2016-09-01 | cmake: option+target for profiling for coverage | redfish | 1 | -4/+13 |
2016-08-31 | cmake: handle dists which prefix gcc binaries wth arch triplet | redfish | 1 | -2/+12 |
2016-08-30 | Add ARMv8 Handling to CMakeLists.txt - version 2 | NanoAkron | 1 | -11/+82 |
2016-08-28 | cmake: define a default build type | redfish | 1 | -0/+5 |
2016-08-28 | Merge pull request #997 | Riccardo Spagni | 1 | -36/+32 |
2016-08-28 | Merge pull request #995 | Riccardo Spagni | 1 | -2/+12 |
2016-08-28 | Merge pull request #992 | Riccardo Spagni | 1 | -2/+2 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -4/+0 |
2016-08-28 | cmake: define ARM var for all ARM arch variants | redfish | 1 | -12/+16 |
2016-08-28 | cmake: ARM: exclude libunwind in static build | redfish | 1 | -1/+2 |
2016-08-28 | Revert "Interpret x86_64 as x86-64 for architecture" | redfish | 1 | -5/+1 |
2016-08-28 | cmake: don't set ARCH from CMAKE_SYSTEM_PROCESSOR | redfish | 1 | -27/+22 |
2016-08-27 | cmake: pass -static when STATIC=ON on Windows | redfish | 1 | -2/+12 |
2016-08-27 | remove -Wall from coverage arguments | Jacob Torrey | 1 | -2/+2 |
2016-08-26 | Added coverage g++ commands | Jacob Torrey | 1 | -2/+2 |
2016-08-22 | Merge pull request #964 | Riccardo Spagni | 1 | -6/+2 |
2016-08-16 | Build: make boost 1.58 minimum requirement. Fixes #956 | anonimal | 1 | -6/+2 |
2016-08-16 | Build: use libstdc++ with clang < 3.7 | anonimal | 1 | -2/+2 |
2016-08-01 | cmake: do not pass -O2 in debug build on ARM | redfish | 1 | -7/+8 |
2016-07-28 | cmake: libatomic only needed for 32-bit Clang builds | redfish | 1 | -5/+3 |
2016-07-28 | cmake: cleanup logic that sets flags per target/subdir | redfish | 1 | -32/+24 |
2016-07-27 | cmake,common: flag for stack trace | redfish | 1 | -18/+24 |
2016-07-26 | cmake: install throw hook in OSX build too | redfish | 1 | -0/+3 |
2016-07-26 | cmake: do not install hook on throw when building tests | redfish | 1 | -6/+14 |
2016-07-22 | cmake: do not pass -Werror when building tests | redfish | 1 | -15/+22 |
2016-07-20 | fix atomic library to only fire off for clang | Riccardo Spagni | 1 | -3/+5 |
2016-07-20 | fix duplicate clang block in cmake | Riccardo Spagni | 1 | -4/+1 |
2016-07-20 | Merge pull request #904 | Riccardo Spagni | 1 | -5/+12 |
2016-07-20 | Merge pull request #896 | Riccardo Spagni | 1 | -1/+1 |
2016-07-12 | cmake: don't try to link with atomic on Apple | redfish | 1 | -1/+1 |
2016-07-10 | cmake: ARM: clang: make warning non-fatal: inline asm | redfish | 1 | -0/+3 |
2016-07-10 | cmake: link with -latomic for clang | redfish | 1 | -0/+5 |
2016-07-10 | cmake: include -ldl via cmake built-in var | redfish | 1 | -4/+1 |
2016-07-10 | cmake: do not pass -stdlib=c++ to clang >=3.7 | redfish | 1 | -2/+4 |
2016-07-09 | cmake: do not ignore dangerous warnings with -Wno-error | redfish | 1 | -1/+1 |
2016-07-08 | cmake: pass -fno-strict-aliasing to fix build with GCC 6.1.1 | redfish | 1 | -0/+5 |
2016-07-06 | Merge pull request #877 | Riccardo Spagni | 1 | -8/+16 |
2016-07-06 | Merge pull request #873 | Riccardo Spagni | 1 | -1/+1 |
2016-06-23 | cmake: BUILD_TESTS as option explicitly; added missed dependency | Ilya Kitaev | 1 | -0/+3 |
2016-06-21 | cmake: disable AES on ARM | redfish | 1 | -1/+3 |
2016-06-21 | cmake: initialize ARCH for native builds | redfish | 1 | -1/+6 |
2016-06-21 | cmake: remove repetitive code in handling of NO_AES | redfish | 1 | -7/+8 |
2016-06-21 | remove POSIX_C_SOURCE and remove dlfcn.h for static builds | luigi1111 | 1 | -1/+1 |
2016-06-21 | Merge pull request #869 | Riccardo Spagni | 1 | -2/+2 |
2016-06-20 | More fixing for Windows | iDunk | 1 | -1/+1 |
2016-06-20 | CMakeLists.txt: fix build for mingw | iDunk | 1 | -1/+1 |
2016-06-20 | CMakeLists: fix build without libunwind | moneromooo-monero | 1 | -0/+1 |
2016-04-28 | Print stack trace on exceptions | moneromooo-monero | 1 | -0/+18 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -12/+0 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+12 |
2016-03-12 | change to LMDB as default, even on 32-bit and ARM | Riccardo Spagni | 1 | -28/+19 |
2016-02-12 | cmake: Include OpenSSL libraries in static linking | warptangent | 1 | -2/+0 |
2016-02-12 | cmake: Remove unused variable | warptangent | 1 | -1/+1 |
2016-02-12 | cmake: Fix unbound config compile settings | warptangent | 1 | -0/+2 |
2016-02-01 | Add make option to disable BerkeleyDB | warptangent | 1 | -2/+11 |
2016-01-22 | Last fixups in the Cmake stuff and better default build instruction | me0wmix | 1 | -8/+1 |
2016-01-21 | Added/corrected OpenBSD build instructions. | me0wmix | 1 | -2/+1 |
2016-01-21 | OpenBSD support for Monero. | me0wmix | 1 | -5/+16 |
2016-01-11 | Tweak arm6 flags | Howard Chu | 1 | -1/+1 |
2016-01-03 | ARMv7 optimization flags are too aggressive | Howard Chu | 1 | -2/+2 |
2016-01-02 | Fix release flags | Howard Chu | 1 | -2/+6 |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 |
2015-12-20 | Also set stacksize for Win32 not on MSVC | Howard Chu | 1 | -0/+1 |
2015-12-15 | Replace tabs with two spaces for consistency with rest of codebase | warptangent | 1 | -48/+48 |
2015-10-04 | build: default to Berkeley DB for 32 bit and ARM | moneromooo-monero | 1 | -0/+9 |
2015-07-17 | Fixed MINGW duplicate library errors when MSYS folder cannot be found. | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -5/+5 |
2015-07-16 | Use g++ flag "-pthread" instead of "-lpthread", where preferred | warptangent | 1 | -1/+2 |
2015-07-16 | fixed ARM arch test to prevent breaking on short arch strings | Riccardo Spagni | 1 | -12/+17 |
2015-07-15 | ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -7/+69 |
2015-07-09 | Interpret x86_64 as x86-64 for architecture | moneromooo-monero | 1 | -1/+5 |
2015-05-31 | fixed static assert test | Riccardo Spagni | 1 | -1/+1 |
2015-05-26 | explicitly include libc++ with clang | Riccardo Spagni | 1 | -1/+6 |
2015-05-13 | Check for Clang before adding compiler flag | warptangent | 1 | -1/+4 |
2015-05-06 | Merge branch 'clang_fixes' into clang_fixes-master | Sergey Kazenyuk | 1 | -1/+1 |
2015-04-20 | Suppress 'register storage class is deprecated' warning in boost dependency l... | Sergey Kazenyuk | 1 | -2/+2 |
2015-04-07 | Merge BlockchainDB into upstream | Thomas Winget | 1 | -7/+58 |
2015-04-07 | Merges PR #37 | Thomas Winget | 1 | -1/+9 |
2015-04-07 | Only compile BerkeleyDB as an option in non-static | Thomas Winget | 1 | -1/+3 |
2015-04-06 | add arm6 target and flags | Riccardo Spagni | 1 | -1/+9 |
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+40 |
2015-04-01 | Merge remote-tracking branch 'monero-official/master' into network-1.6-work1 | rfree2monero | 1 | -0/+6 |
2015-03-25 | update berkeleydb branch to blockchain branch | Thomas Winget | 1 | -0/+6 |
2015-03-25 | Merge upstream updates into blockchain branch | Thomas Winget | 1 | -0/+6 |
2015-03-22 | Fixed bug in static linking boost on MINGW | Thomas Winget | 1 | -0/+6 |
2015-03-17 | Pull blockchain changes into berkeleydb branch | Thomas Winget | 1 | -4/+19 |
2015-03-17 | Move db_drivers/ to external/ | Thomas Winget | 1 | -3/+0 |
2015-03-17 | fixed BUILD_64 option | Riccardo Spagni | 1 | -1/+1 |
2015-03-17 | fixed arch_width option | Riccardo Spagni | 1 | -3/+9 |
2015-03-17 | fixed msys2 / mingw folders based on architecture, added license to unbound C... | Riccardo Spagni | 1 | -8/+8 |
2015-03-17 | moved 32-bit/64-bit detection into main CMakeLists | Riccardo Spagni | 1 | -0/+9 |
2015-03-17 | Revert "Moved db_drivers/ into external/ for consistency" | Thomas Winget | 1 | -0/+3 |
2015-03-16 | CMake wiring, minor cleanup, minor test addition | Thomas Winget | 1 | -0/+3 |
2015-03-09 | Moved db_drivers/ into external/ for consistency | Thomas Winget | 1 | -3/+0 |
2015-02-20 | 2014 network limit 1.1 +utils +toc -doc -drmonero | rfree2monero | 1 | -15/+8 |
2015-02-20 | 2014 network limit 1.0a +utils +toc -doc -drmonero | rfree2monero | 1 | -7/+15 |
2015-02-02 | Add compile-time support for both db implementations: in-memory and LMDB | warptangent | 1 | -0/+21 |
2015-01-30 | Merge upstream | warptangent | 1 | -2/+13 |
2015-01-27 | remove aes flag, detect no sse2 | Riccardo Spagni | 1 | -2/+2 |
2015-01-27 | fixed AES support flag | Riccardo Spagni | 1 | -4/+4 |
2015-01-26 | allow for explicitly disabling AES-NI | Riccardo Spagni | 1 | -2/+13 |
2015-01-18 | Add in-source lmdb to build process | Thomas Winget | 1 | -1/+4 |
2015-01-04 | build: add liblmdb to the cmake autodetection system | moneromooo-monero | 1 | -2/+2 |
2015-01-04 | BlockchainDB unit tests, lmdb linker flag | Thomas Winget | 1 | -0/+3 |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -2/+2 |
2014-12-01 | moved rapidjson to external folder, fixed CMake | Riccardo Spagni | 1 | -1/+3 |
2014-12-01 | Merge pull request #1 | Riccardo Spagni | 1 | -0/+1 |
2014-12-01 | don't build tests unless we're building all-* or *-test builds | Riccardo Spagni | 1 | -1/+4 |
2014-11-18 | cmake: work around a bug with implicit link directories | Ben Boeckel | 1 | -0/+8 |
2014-11-17 | msys: don't use LTO | Ben Boeckel | 1 | -0/+2 |
2014-11-17 | msys: factor out -Werror on msys | Ben Boeckel | 1 | -1/+4 |
2014-11-17 | msys: look in msys' directory for files | Ben Boeckel | 1 | -0/+5 |
2014-10-24 | cmake: support 2.8.7 | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: clean up EXTRA_LIBRARIES | Ben Boeckel | 1 | -3/+1 |
2014-10-23 | cmake: set the project name | Ben Boeckel | 1 | -0/+2 |
2014-10-23 | cmake: prepend to CMAKE_MODULE_PATH | Ben Boeckel | 1 | -1/+2 |
2014-10-23 | unbound: import cmake build system | Ben Boeckel | 1 | -0/+1 |
2014-10-23 | cmake: minor cleanups (indentation and typos) | Ben Boeckel | 1 | -15/+15 |
2014-10-23 | cmake: use option() for STATIC | Ben Boeckel | 1 | -1/+1 |
2014-10-23 | cmake: clean up if auto-dereferencing | Ben Boeckel | 1 | -3/+3 |
2014-10-23 | cmake: support git info in released tarballs | Ben Boeckel | 1 | -11/+1 |
2014-10-23 | cmake: fix up BOOST_IGNORE_SYSTEM_PATHS | Ben Boeckel | 1 | -2/+1 |
2014-10-23 | cmake: remove configuration variables | Ben Boeckel | 1 | -1/+0 |
2014-10-23 | cmake: factor out error messages | Ben Boeckel | 1 | -7/+14 |
2014-10-18 | Stores seed language in wallet file. added rapidjson. Yet to test backward co... | Oran Juice | 1 | -0/+1 |
2014-10-06 | mingw library tweaks | Riccardo Spagni | 1 | -4/+1 |
2014-10-06 | fix for mingw not playing nicely with libunbound configure, fix for correctly... | Riccardo Spagni | 1 | -4/+9 |
2014-10-06 | need to link with -ldl on Linux when building statically | Riccardo Spagni | 1 | -0/+1 |
2014-10-06 | quieten CMake when it can't find packages | Riccardo Spagni | 1 | -1/+1 |
2014-10-06 | enforce static libraries when building statically | Riccardo Spagni | 1 | -0/+8 |
2014-10-06 | build libunbound from external if no local libunbound or for static builds | Riccardo Spagni | 1 | -12/+11 |
2014-09-29 | dependencies enforced, send que error message log level moved | Riccardo Spagni | 1 | -3/+16 |
2014-09-24 | never use the baked-in miniupnpc on FreeBSD because explosions | Riccardo Spagni | 1 | -2/+0 |
2014-09-24 | redo FindUnbound.cmake | Riccardo Spagni | 1 | -0/+4 |
2014-09-23 | Fixed artifacts from cherry-picking devel->master | Thomas Winget | 1 | -1/+2 |
2014-09-23 | Fixed CMake search for libunbound | Thomas Winget | 1 | -5/+2 |
2014-09-23 | Updated CMake files -- added libunbound linker flag | Thomas Winget | 1 | -0/+5 |
2014-09-22 | moved msys2 toolchain, boost libs fix | Riccardo Spagni | 1 | -0/+4 |
2014-09-22 | added mikezackles' missing boost function in CMakeLists | Riccardo Spagni | 1 | -0/+15 |
2014-09-15 | turns out we do need -static-libgcc etc. on Linux | Riccardo Spagni | 1 | -1/+1 |
2014-09-15 | explicitly disable LTO for Clang | Riccardo Spagni | 1 | -1/+5 |
2014-09-15 | Use LTO by default | Zachary Michaels | 1 | -1/+4 |
2014-09-15 | User setting to turn LTO on and off | Zachary Michaels | 1 | -9/+13 |
2014-09-15 | Remove unnecessary else | Zachary Michaels | 1 | -2/+0 |
2014-09-15 | Hack to add pthread to link libraries on mingw | Zachary Michaels | 1 | -2/+2 |
2014-09-15 | Change to -static gcc flag | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Set the boost thread api for mingw | Zachary Michaels | 1 | -0/+1 |
2014-09-15 | Hack to allow toolchains to pass flags to mingw | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Ignore another warning to make mingw happy | Zachary Michaels | 1 | -1/+1 |
2014-09-15 | Remove unused CMake function | Zachary Michaels | 1 | -6/+0 |
2014-09-15 | Default to static linking on both MSVC and MINGW | Zachary Michaels | 1 | -1/+6 |
2014-09-15 | FreeBSD static linking fixes | Riccardo Spagni | 1 | -3/+3 |
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 1 | -19/+7 |
2014-09-12 | always check git diff | Riccardo Spagni | 1 | -6/+1 |
2014-09-11 | added license to CMake | fluffypony | 1 | -0/+30 |
2014-09-11 | more CMake tweaks to allow detection on OS X | fluffypony | 1 | -8/+9 |
2014-09-10 | more dynamic miniupnp fixes | fluffypony | 1 | -0/+8 |
2014-09-10 | use external miniupnpc if available | fluffypony | 1 | -4/+0 |
2014-09-10 | miniupnpc changes for freebsd | fluffypony | 1 | -0/+4 |
2014-09-10 | replace ftime with gettimeofday on FreeBSD because lcompat is stupid | fluffypony | 1 | -4/+0 |
2014-09-10 | make FreeBSD use -lcompat till we can fix ftime() | fluffypony | 1 | -0/+4 |
2014-09-09 | exclude local miniupnpc for FreeBSD, install from ports instead | fluffypony | 1 | -0/+17 |
2014-06-30 | needed to remove REQUIRED from find_package(Threads) | Thomas Winget | 1 | -1/+1 |
2014-06-12 | Fix to disable LTO for Clang | Zachary Michaels | 1 | -1/+1 |
2014-06-11 | Link to pthreads on non-apple unix | Zachary Michaels | 1 | -1/+6 |
2014-06-11 | Gcc 4.9 LTO fix | Zachary Michaels | 1 | -0/+5 |
2014-05-25 | 0.8.8update | mydesktop | 1 | -3/+3 |
2014-05-22 | OS X compilation fixed | OracionSeis | 1 | -1/+5 |
2014-05-21 | Update CMakeLists.txt | NoodleDoodleNoodleDoodleNoodleDoodleNoo | 1 | -2/+2 |
2014-05-05 | fix CMakeLists.txt to add -lpthread, did not compile boost 1.55 | vertoe | 1 | -1/+1 |
2014-04-30 | mac osx building fixes | mydesktop | 1 | -8/+13 |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 1 | -2/+12 |
2014-04-09 | Port mapping with UPnP | Antonio Juarez | 1 | -1/+2 |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -1/+3 |
2014-03-20 | some fixes | Antonio Juarez | 1 | -6/+3 |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+115 |