index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Print stack trace upon exceptions"
moneromooo-monero
2016-03-21
1
-12
/
+0
*
Print stack trace upon exceptions
moneromooo-monero
2016-03-19
1
-0
/
+12
*
change to LMDB as default, even on 32-bit and ARM
Riccardo Spagni
2016-03-12
1
-28
/
+19
*
cmake: Include OpenSSL libraries in static linking
warptangent
2016-02-12
1
-2
/
+0
*
cmake: Remove unused variable
warptangent
2016-02-12
1
-1
/
+1
*
cmake: Fix unbound config compile settings
warptangent
2016-02-12
1
-0
/
+2
*
Add make option to disable BerkeleyDB
warptangent
2016-02-01
1
-2
/
+11
*
Last fixups in the Cmake stuff and better default build instruction
me0wmix
2016-01-22
1
-8
/
+1
*
Added/corrected OpenBSD build instructions.
me0wmix
2016-01-21
1
-2
/
+1
*
OpenBSD support for Monero.
me0wmix
2016-01-21
1
-5
/
+16
*
Tweak arm6 flags
Howard Chu
2016-01-11
1
-1
/
+1
*
ARMv7 optimization flags are too aggressive
Howard Chu
2016-01-03
1
-2
/
+2
*
Fix release flags
Howard Chu
2016-01-02
1
-2
/
+6
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Also set stacksize for Win32 not on MSVC
Howard Chu
2015-12-20
1
-0
/
+1
*
Replace tabs with two spaces for consistency with rest of codebase
warptangent
2015-12-15
1
-47
/
+47
*
build: default to Berkeley DB for 32 bit and ARM
moneromooo-monero
2015-10-04
1
-0
/
+9
*
Fixed MINGW duplicate library errors when MSYS folder cannot be found.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-17
1
-5
/
+5
*
Use g++ flag "-pthread" instead of "-lpthread", where preferred
warptangent
2015-07-16
1
-1
/
+2
*
fixed ARM arch test to prevent breaking on short arch strings
Riccardo Spagni
2015-07-16
1
-12
/
+17
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-7
/
+69
*
Interpret x86_64 as x86-64 for architecture
moneromooo-monero
2015-07-09
1
-1
/
+5
*
fixed static assert test
Riccardo Spagni
2015-05-31
1
-1
/
+1
*
explicitly include libc++ with clang
Riccardo Spagni
2015-05-26
1
-1
/
+6
*
Check for Clang before adding compiler flag
warptangent
2015-05-13
1
-1
/
+4
*
Merge branch 'clang_fixes' into clang_fixes-master
Sergey Kazenyuk
2015-05-06
1
-1
/
+1
|
\
|
*
Suppress 'register storage class is deprecated' warning in boost dependency l...
Sergey Kazenyuk
2015-04-20
1
-2
/
+2
*
|
Merge BlockchainDB into upstream
Thomas Winget
2015-04-07
1
-7
/
+58
|
\
\
|
*
\
Merges PR #37
Thomas Winget
2015-04-07
1
-1
/
+9
|
|
\
\
|
|
*
|
add arm6 target and flags
Riccardo Spagni
2015-04-06
1
-1
/
+9
|
*
|
|
Only compile BerkeleyDB as an option in non-static
Thomas Winget
2015-04-07
1
-1
/
+3
|
|
/
/
|
*
|
update berkeleydb branch to blockchain branch
Thomas Winget
2015-03-25
1
-0
/
+6
|
|
\
\
|
|
*
\
Merge upstream updates into blockchain branch
Thomas Winget
2015-03-25
1
-0
/
+6
|
|
|
\
\
|
*
|
|
|
Pull blockchain changes into berkeleydb branch
Thomas Winget
2015-03-17
1
-4
/
+19
|
|
\
|
|
|
|
|
*
|
|
Move db_drivers/ to external/
Thomas Winget
2015-03-17
1
-3
/
+0
|
|
*
|
|
fixed BUILD_64 option
Riccardo Spagni
2015-03-17
1
-1
/
+1
|
|
*
|
|
fixed arch_width option
Riccardo Spagni
2015-03-17
1
-3
/
+9
|
|
*
|
|
fixed msys2 / mingw folders based on architecture, added license to unbound C...
Riccardo Spagni
2015-03-17
1
-8
/
+8
|
|
*
|
|
moved 32-bit/64-bit detection into main CMakeLists
Riccardo Spagni
2015-03-17
1
-0
/
+9
|
|
*
|
|
Revert "Moved db_drivers/ into external/ for consistency"
Thomas Winget
2015-03-17
1
-0
/
+3
|
*
|
|
|
CMake wiring, minor cleanup, minor test addition
Thomas Winget
2015-03-16
1
-0
/
+3
|
|
/
/
/
|
*
|
|
Moved db_drivers/ into external/ for consistency
Thomas Winget
2015-03-09
1
-3
/
+0
|
*
|
|
Add compile-time support for both db implementations: in-memory and LMDB
warptangent
2015-02-02
1
-0
/
+21
|
*
|
|
Merge upstream
warptangent
2015-01-30
1
-2
/
+13
|
|
\
\
\
|
*
|
|
|
Add in-source lmdb to build process
Thomas Winget
2015-01-18
1
-1
/
+4
|
*
|
|
|
build: add liblmdb to the cmake autodetection system
moneromooo-monero
2015-01-04
1
-2
/
+2
|
*
|
|
|
BlockchainDB unit tests, lmdb linker flag
Thomas Winget
2015-01-04
1
-0
/
+3
*
|
|
|
|
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
2015-04-01
1
-0
/
+40
*
|
|
|
|
Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
rfree2monero
2015-04-01
1
-0
/
+6
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Fixed bug in static linking boost on MINGW
Thomas Winget
2015-03-22
1
-0
/
+6
|
|
|
/
/
|
|
/
|
|
[next]