Commit Graph

85 Commits (c97a685a3756186469be89dd67b9a31029c5bdb2)

Author SHA1 Message Date
Riccardo Spagni c97a685a37
fixed arch_width option
9 years ago
Riccardo Spagni 3a3c07c330
fixed msys2 / mingw folders based on architecture, added license to unbound CMakeList as that is not part of standard Unbound
9 years ago
Riccardo Spagni 3b3da86483
moved 32-bit/64-bit detection into main CMakeLists
9 years ago
Thomas Winget 11e815761f
Revert "Moved db_drivers/ into external/ for consistency"
9 years ago
Thomas Winget b21335642e
Moved db_drivers/ into external/ for consistency
9 years ago
warptangent 84fe5fbd65
Add compile-time support for both db implementations: in-memory and LMDB
9 years ago
warptangent 79ea1f6ff0
Merge upstream
9 years ago
Riccardo Spagni 2b3b70a261
remove aes flag, detect no sse2
9 years ago
Riccardo Spagni bb85fea35a
fixed AES support flag
9 years ago
Riccardo Spagni 615079e2f4
allow for explicitly disabling AES-NI
9 years ago
Thomas Winget 34883599bc
Add in-source lmdb to build process
9 years ago
moneromooo-monero 0886183568 build: add liblmdb to the cmake autodetection system
10 years ago
Thomas Winget 1240cf805b
BlockchainDB unit tests, lmdb linker flag
10 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Riccardo Spagni affde29754
moved rapidjson to external folder, fixed CMake
10 years ago
Riccardo Spagni 4cd15cdde5
Merge pull request #1
10 years ago
Riccardo Spagni 685dd4a5d3
don't build tests unless we're building all-* or *-test builds
10 years ago
Ben Boeckel ce71c01f11 cmake: work around a bug with implicit link directories
10 years ago
Ben Boeckel 18c56abe4b msys: don't use LTO
10 years ago
Ben Boeckel 5680c9cac7 msys: factor out -Werror on msys
10 years ago
Ben Boeckel 475154255a msys: look in msys' directory for files
10 years ago
Ben Boeckel 7d708e4223 cmake: support 2.8.7
10 years ago
Ben Boeckel 9689df925c cmake: clean up EXTRA_LIBRARIES
10 years ago
Ben Boeckel 3b7bdcb790 cmake: set the project name
10 years ago
Ben Boeckel 0f0efc4af2 cmake: prepend to CMAKE_MODULE_PATH
10 years ago
Ben Boeckel abbd5c0bdb unbound: import cmake build system
10 years ago
Ben Boeckel 475fe209a8 cmake: minor cleanups (indentation and typos)
10 years ago
Ben Boeckel 799e8b241f cmake: use option() for STATIC
10 years ago
Ben Boeckel c24d22b44e cmake: clean up if auto-dereferencing
10 years ago
Ben Boeckel eba180a1c7 cmake: support git info in released tarballs
10 years ago
Ben Boeckel eeffac6839 cmake: fix up BOOST_IGNORE_SYSTEM_PATHS
10 years ago
Ben Boeckel a43f1a88d8 cmake: remove configuration variables
10 years ago
Ben Boeckel a87ce09461 cmake: factor out error messages
10 years ago
Oran Juice 09a659edb5
Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility
10 years ago
Riccardo Spagni 26728d94fe
mingw library tweaks
10 years ago
Riccardo Spagni 2cf94c1321
fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems
10 years ago
Riccardo Spagni b05e27f8b1
need to link with -ldl on Linux when building statically
10 years ago
Riccardo Spagni 1afba7311e
quieten CMake when it can't find packages
10 years ago
Riccardo Spagni 6b7ac4b37f
enforce static libraries when building statically
10 years ago
Riccardo Spagni cee87473ad build libunbound from external if no local libunbound or for static builds
10 years ago
Riccardo Spagni 99945a5c47
dependencies enforced, send que error message log level moved
10 years ago
Riccardo Spagni 524eae58cc
never use the baked-in miniupnpc on FreeBSD because explosions
10 years ago
Riccardo Spagni bff1f9d4c4
redo FindUnbound.cmake
10 years ago
Thomas Winget 24f325a33d
Fixed artifacts from cherry-picking devel->master
10 years ago
Thomas Winget 5bd343778f Fixed CMake search for libunbound
10 years ago
Thomas Winget dea98df6b1 Updated CMake files -- added libunbound linker flag
10 years ago
Riccardo Spagni b5d51e30d9
moved msys2 toolchain, boost libs fix
10 years ago
Riccardo Spagni ca569549ec
added mikezackles' missing boost function in CMakeLists
10 years ago
Riccardo Spagni 0e21944b97
turns out we do need -static-libgcc etc. on Linux
10 years ago
Riccardo Spagni d8257fb67b
explicitly disable LTO for Clang
10 years ago