| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1950 | Riccardo Spagni | 2017-04-11 | 2 | -4/+10 | |
| |\ | | | | | | | | | f5bd3465 IOS CMAKE build settings (Jaquee) d8a88d05 add IOS CMAKE toolchain (Jaquee) | |||||
| | * | IOS CMAKE build settings | Jaquee | 2017-04-03 | 2 | -4/+10 | |
| | | | ||||||
| * | | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 2017-04-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-04-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 2017-04-10 | 1 | -1/+6 | |
| | | | ||||||
| * | | easylogging++: fix logging with static const header only data members | moneromooo-monero | 2017-04-10 | 1 | -1/+13 | |
| | | | ||||||
| * | | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 2017-04-10 | 2 | -4/+30 | |
| | | | ||||||
| * | | easylogging++: add file-only logs | moneromooo-monero | 2017-04-10 | 2 | -10/+12 | |
| | | | ||||||
| * | | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 2017-04-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 2017-04-10 | 1 | -0/+2 | |
| | | | | | | | | | file | |||||
| * | | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 2017-04-10 | 1 | -0/+7 | |
| | | | ||||||
| * | | easylogging++: add categories | moneromooo-monero | 2017-04-10 | 2 | -1/+121 | |
| | | | ||||||
| * | | update easylogging++ to latest upstream | moneromooo-monero | 2017-04-10 | 5 | -5744/+6490 | |
| |/ | ||||||
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 5 | -5/+5 | |
| | | ||||||
| * | cmakify openssl | Riccardo Spagni | 2017-02-21 | 1 | -16/+0 | |
| | | ||||||
| * | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 2017-02-12 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #1696 | Riccardo Spagni | 2017-02-11 | 1 | -0/+2 | |
| |\ | | | | | | | 6ea3e3cc Fix race in setThreadName/getThreadName (Lee Clagett) | |||||
| | * | Fix race in setThreadName/getThreadName | Lee Clagett | 2017-02-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge pull request #1694 | Riccardo Spagni | 2017-02-11 | 1 | -10/+10 | |
| |\ \ | | | | | | | | | | 27c3a0ea ITS#8582 keep mutex at end of struct (Howard Chu) | |||||
| | * | | ITS#8582 keep mutex at end of struct | Howard Chu | 2017-02-07 | 1 | -10/+10 | |
| | |/ | | | | | | | since it's variable size on Linux/glibc | |||||
| * / | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 2017-02-05 | 1 | -2/+2 | |
| |/ | ||||||
| * | Merge pull request #1656 | Riccardo Spagni | 2017-02-02 | 1 | -7/+9 | |
| |\ | | | | | | | edfd7f6e Workaround VL32 cursor refcounting miscount (Howard Chu) | |||||
| | * | Workaround VL32 cursor refcounting miscount | Howard Chu | 2017-01-31 | 1 | -7/+9 | |
| | | | | | | | | | Don't try to deref cursor page if txn's pagelist is empty | |||||
| * | | Fixed a deadlock issue with easylogger++ | NanoAkron | 2017-02-01 | 1 | -2/+2 | |
| |/ | | | | Ubuntu 16.04/GCC 5.4.0/ARMv8 fix to match previous recursive mutex fix for GCC | |||||
| * | Merge pull request #1596 | Riccardo Spagni | 2017-01-20 | 1 | -1/+6 | |
| |\ | | | | | | | 7c0c5c17 easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero) | |||||
| | * | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 2017-01-20 | 1 | -1/+6 | |
| | | | ||||||
| * | | easylogging++: enforce recursive mutex | moneromooo-monero | 2017-01-16 | 1 | -1/+5 | |
| |/ | | | | | This fixes a hang when logging something which causes some other logging code to be called | |||||
| * | easylogging++: fix logging with static const header only data members | moneromooo-monero | 2017-01-16 | 1 | -1/+13 | |
| | | ||||||
| * | easylogging++: add ELPP_DISABLE_CHECK_MACROS | moneromooo-monero | 2017-01-16 | 1 | -0/+2 | |
| | | ||||||
| * | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 2017-01-16 | 1 | -3/+20 | |
| | | ||||||
| * | easylogging++: add file-only logs | moneromooo-monero | 2017-01-16 | 1 | -10/+12 | |
| | | ||||||
| * | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 2017-01-16 | 1 | -0/+1 | |
| | | ||||||
| * | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 2017-01-16 | 1 | -0/+2 | |
| | | | | | file | |||||
| * | easylogging++: allow setting thread names | moneromooo-monero | 2017-01-16 | 1 | -1/+16 | |
| | | ||||||
| * | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 2017-01-16 | 1 | -1/+2 | |
| | | ||||||
| * | easylogging++: Add logging categories | moneromooo-monero | 2017-01-16 | 1 | -1/+111 | |
| | | ||||||
| * | easylogging++: import upstream | moneromooo-monero | 2017-01-16 | 1 | -0/+6695 | |
| | | ||||||
| * | Merge pull request #1531 | Riccardo Spagni | 2017-01-08 | 3 | -4/+7 | |
| |\ | | | | | | | 9d1d3a45 portable serializer: use signed char for size (kenshi84) | |||||
| | * | portable serializer: use signed char for size | kenshi84 | 2017-01-07 | 3 | -4/+7 | |
| | | | ||||||
| * | | Merge pull request #1515 | Riccardo Spagni | 2017-01-08 | 2 | -0/+7 | |
| |\ \ | | | | | | | | | | | | | ada7c7da portable serializer: tests added (kenshi84) f390a0e2 portable serializer: make signerd/unsigned tx portable, ignore archive version checking (kenshi84) | |||||
| | * | | portable serializer: make signerd/unsigned tx portable, ignore archive ↵ | kenshi84 | 2017-01-02 | 2 | -0/+7 | |
| | |/ | | | | | | | version checking | |||||
| * | | Merge pull request #1510 | Riccardo Spagni | 2017-01-08 | 2 | -0/+11 | |
| |\ \ | | | | | | | | | | 80abc3bc Build wallet with Android NDK (MoroccanMalinois) | |||||
| | * | | Build wallet with Android NDK | MoroccanMalinois | 2017-01-05 | 2 | -0/+11 | |
| | |/ | ||||||
| * / | Fix multiple definition clash on ARMv7 build | Howard Chu | 2016-12-23 | 2 | -10/+10 | |
| |/ | | | | Broken by d1d6e27ab661f71d90fb6530db84d5a2b92550a8 | |||||
| * | account for API difference between 1.58 & 1.59 | kenshi84 | 2016-12-21 | 2 | -0/+47 | |
| | | ||||||
| * | moved boost cpp into hpp since they're supposed to be header only | kenshi84 | 2016-12-20 | 7 | -273/+234 | |
| | | ||||||
| * | added experimental boost::archive::portable_binary_{i|o}archive | kenshi84 | 2016-12-16 | 7 | -0/+725 | |
| | | ||||||
| * | Preliminary support for DragonFly BSD | Antonio Huete Jimenez | 2016-12-15 | 1 | -2/+2 | |
| | | | | | - It builds but no further testing has been done. | |||||
| * | Spelling in errors. | taushet | 2016-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | cmake: transitive deps and remove deprecated LINK_* | redfish | 2016-09-18 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | 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. | |||||
