aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
| * Stores seed language in wallet file. added rapidjson. Yet to test backward co...Oran Juice2014-10-181-0/+1
* | don't build tests unless we're building all-* or *-test buildsRiccardo Spagni2014-12-011-1/+4
* | cmake: work around a bug with implicit link directoriesBen Boeckel2014-11-181-0/+8
* | msys: don't use LTOBen Boeckel2014-11-171-0/+2
* | msys: factor out -Werror on msysBen Boeckel2014-11-171-1/+4
* | msys: look in msys' directory for filesBen Boeckel2014-11-171-0/+5
* | cmake: support 2.8.7Ben Boeckel2014-10-241-1/+1
* | cmake: clean up EXTRA_LIBRARIESBen Boeckel2014-10-231-3/+1
* | cmake: set the project nameBen Boeckel2014-10-231-0/+2
* | cmake: prepend to CMAKE_MODULE_PATHBen Boeckel2014-10-231-1/+2
* | unbound: import cmake build systemBen Boeckel2014-10-231-0/+1
* | cmake: minor cleanups (indentation and typos)Ben Boeckel2014-10-231-15/+15
* | cmake: use option() for STATICBen Boeckel2014-10-231-1/+1
* | cmake: clean up if auto-dereferencingBen Boeckel2014-10-231-3/+3
* | cmake: support git info in released tarballsBen Boeckel2014-10-231-11/+1
* | cmake: fix up BOOST_IGNORE_SYSTEM_PATHSBen Boeckel2014-10-231-2/+1
* | cmake: remove configuration variablesBen Boeckel2014-10-231-1/+0
* | cmake: factor out error messagesBen Boeckel2014-10-231-7/+14
|/
* mingw library tweaksRiccardo Spagni2014-10-061-4/+1
* fix for mingw not playing nicely with libunbound configure, fix for correctly...Riccardo Spagni2014-10-061-4/+9
* need to link with -ldl on Linux when building staticallyRiccardo Spagni2014-10-061-0/+1
* quieten CMake when it can't find packagesRiccardo Spagni2014-10-061-1/+1
* enforce static libraries when building staticallyRiccardo Spagni2014-10-061-0/+8
* build libunbound from external if no local libunbound or for static buildsRiccardo Spagni2014-10-061-12/+11
* dependencies enforced, send que error message log level movedRiccardo Spagni2014-09-291-3/+16
* never use the baked-in miniupnpc on FreeBSD because explosionsRiccardo Spagni2014-09-241-2/+0
* redo FindUnbound.cmakeRiccardo Spagni2014-09-241-0/+4
* Fixed artifacts from cherry-picking devel->masterThomas Winget2014-09-231-1/+2
* Fixed CMake search for libunboundThomas Winget2014-09-231-5/+2
* Updated CMake files -- added libunbound linker flagThomas Winget2014-09-231-0/+5
* moved msys2 toolchain, boost libs fixRiccardo Spagni2014-09-221-0/+4
* added mikezackles' missing boost function in CMakeListsRiccardo Spagni2014-09-221-0/+15
* turns out we do need -static-libgcc etc. on LinuxRiccardo Spagni2014-09-151-1/+1
* explicitly disable LTO for ClangRiccardo Spagni2014-09-151-1/+5
* Use LTO by defaultZachary Michaels2014-09-151-1/+4
* User setting to turn LTO on and offZachary Michaels2014-09-151-9/+13
* Remove unnecessary elseZachary Michaels2014-09-151-2/+0
* Hack to add pthread to link libraries on mingwZachary Michaels2014-09-151-2/+2
* Change to -static gcc flagZachary Michaels2014-09-151-1/+1
* Set the boost thread api for mingwZachary Michaels2014-09-151-0/+1
* Hack to allow toolchains to pass flags to mingwZachary Michaels2014-09-151-1/+1
* Ignore another warning to make mingw happyZachary Michaels2014-09-151-1/+1
* Remove unused CMake functionZachary Michaels2014-09-151-6/+0
* Default to static linking on both MSVC and MINGWZachary Michaels2014-09-151-1/+6
* FreeBSD static linking fixesRiccardo Spagni2014-09-151-3/+3
* versioning now includes the commit hash, or -final for tagged releasesRiccardo Spagni2014-09-121-19/+7
* always check git diffRiccardo Spagni2014-09-121-6/+1
* added license to CMakefluffypony2014-09-111-0/+30
* more CMake tweaks to allow detection on OS Xfluffypony2014-09-111-8/+9
* more dynamic miniupnp fixesfluffypony2014-09-101-0/+8