index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
2014-02-05
-Wl,-z,relro and -z,now were wiping out environmental LDFLAGS passed in by th...
Midnight Magic
2014-01-29
Bump version numbers for 0.9.0rc1 release
Wladimir J. van der Laan
2014-01-23
Typesafe strprintf/error/LogPrint functions
Wladimir J. van der Laan
2014-01-23
Merge pull request #3560
Wladimir J. van der Laan
2014-01-22
build: Add -static for mingw builds
Wladimir J. van der Laan
2014-01-22
enable full GCC Stack-smashing protection for all OSes
Philip Kaufmann
2014-01-21
build: Change package name to Bitcoin Core
Wladimir J. van der Laan
2014-01-21
Adapt Windows installer for 64 bit
Wladimir J. van der Laan
2014-01-18
configure: Minor grammatical changes to be more clear
Luke Dashjr
2014-01-18
configure: Change --with[out]-qt to --with[out]-gui and add --with[out]-cli a...
Luke Dashjr
2014-01-18
Bugfix: Correct captitalisation of Qt
Luke Dashjr
2014-01-18
configure: Internal changes to make building bitcoind and bitcoin-cli optional
Luke Dashjr
2014-01-18
Cleanup LevelDB library dependencies
Luke Dashjr
2014-01-18
Bugfix: Undefine _FORTIFY_SOURCE before redefining it, to avoid warnings on c...
Luke Dashjr
2014-01-18
Bugfix: configure: Allow user-provided CXXFLAGS to override default optimisat...
Luke Dashjr
2014-01-18
Merge pull request #3545
Wladimir J. van der Laan
2014-01-16
build: Pass BOOST_CPPFLAGS to sleep implementation test
Wladimir J. van der Laan
2014-01-16
build: Allow providing extra libs for Boost Chrono
Wladimir J. van der Laan
2014-01-16
build: Auto-detect whether -DBOOST_TEST_DYN_LINK is needed
Wladimir J. van der Laan
2014-01-14
Update configure.ac
Christopher Latham
2014-01-14
qt: Update copyright year in about dialog to 2014
Wladimir J. van der Laan
2014-01-11
GUI for --disable-wallet compiles and -disablewallet mode
Wladimir J. van der Laan
2014-01-10
qt5: Force macports default include path to be searched last
Cory Fields
2014-01-10
qt5: split out qt config and add qt5 support
Cory Fields
2013-12-11
build: fix syntax error on older m4/autoconf.
Cory Fields
2013-12-08
Merge pull request #3322
Wladimir J. van der Laan
2013-12-04
Add --disable-wallet option to build system
Wladimir J. van der Laan
2013-11-27
configure.ac: Check for miniupnpc headers, not just -lminiupnpc
Josh Triplett
2013-11-22
Remove '/': prefix always starts with '/'
Florin
2013-11-14
configure: lupdate is not needed for Qt build
Wladimir J. van der Laan
2013-11-13
Use C99 printf statements in mingw
Wladimir J. van der Laan
2013-11-11
configure: Automatically disable bitcoin-qt by default, if dependencies are n...
Luke Dashjr
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-28
Make large-reorg tests optional in block-tester
Matt Corallo
2013-10-15
misc spelling / space / style fixes
Philip Kaufmann
2013-09-29
Merge pull request #3015 from theuni/win32-version-info
Pieter Wuille
2013-09-25
build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ ar...
Cory Fields
2013-09-18
win32: only check for windres for win32, and fail if missing
Cory Fields
2013-09-18
configure.ac: remove unneeded OSX flags
Jeff Garzik
2013-09-18
configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS
Jeff Garzik
2013-09-16
included-tests: generate binary data from test files for inclusion into test ...
Cory Fields
2013-09-14
autotools: check for lupdate/xgettext
Cory Fields
2013-09-10
configure: Prefer specific known-good versions of Qt metacompiler tools
Luke Dashjr
2013-09-10
configure: Check common include subdirectories for bdb headers, and refuse to...
Luke Dashjr
2013-09-07
configure.ac: remove superfluous bracket
Jeff Garzik
2013-09-05
autotools: switch to autotools buildsystem
Cory Fields