- 05 May, 2014 2 commits
-
-
Peter Todd authored
-
Wladimir J. van der Laan authored
dbe8f752 don't use sed's -i option to stay posix compliant (Fabian Raetz)
-
- 04 May, 2014 1 commit
-
-
Wladimir J. van der Laan authored
There is no need to use any specific version of boost on Linux/Unix. Even 1.37 should still work. Also the mention of boost-dev doesn't belong after adding oldstable. Remove it. libboost-all-dev is already mentioned earlier.
-
- 02 May, 2014 15 commits
-
-
Fabian Raetz authored
POSIX does not define sed's -i option. To stay as portable as possible we should not relay on it.
-
Wladimir J. van der Laan authored
2364b118 reorder includes to compile on OpenBSD (Fabian Raetz)
-
Fabian Raetz authored
From getifaddr(3) manual: "If both <net/if.h> and <ifaddrs.h> are being included, <net/if.h> must be included before <ifaddrs.h>" http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html
-
Wladimir J. van der Laan authored
d3081fa2 Removed LevelDB changes (super3)
-
Gavin Andresen authored
-
Wladimir J. van der Laan authored
bfb154e9 Update build instructions for Berkeley DB (Wladimir J. van der Laan) d0a2e2eb Log BerkeleyDB version at startup (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
2fdd4c79 better std::exception logging for CAddrDb (Philip Kaufmann)
-
Wladimir J. van der Laan authored
If the `libqt4-dev` package is installed it picks the moc executable from the system instead of our custom-built one. This results in compatibility errors. This commit convinces configure to pick the right one.
-
Philip Kaufmann authored
- also small logging text changes
-
Wladimir J. van der Laan authored
3a54ad9a Full translation update (Wladimir J. van der Laan) 9dd5d792 devtools: add a script to fetch and postprocess translations (Wladimir J. van der Laan) 58c01a37 qt: add transifex configuration file (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
202c95c2 devtools: have symbol check script check for exported symbols (Wladimir J. van der Laan) 92e3022f gitian: don't export any symbols from executable (Wladimir J. van der Laan) 3ab16645 gitian: build against Qt 4.6 (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
188674de Wording (richierichrawr)
-
Wladimir J. van der Laan authored
e27c4110 Remove build-time no-IPv6 setting (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
c0e0b05a Bugfix: configure: Look in libx32 subdirectory for boost libraries (Luke Dashjr)
-
richierichrawr authored
Cleaned up wording and spacing for readability.
-
- 01 May, 2014 10 commits
-
-
super3 authored
Syntax Highlighting
-
Wladimir J. van der Laan authored
The year is 2014. All supported operating systems have IPv6 support, most certainly at build time (this doesn't mean that IPv6 is configured, of course). If noone is exercising the functionality to disable it, that means it doesn't get tested, and IMO it's better to get rid of it. (it's also not used consistently in RPC/boost and Net code...)
-
Wladimir J. van der Laan authored
Last update (48be9cea) missed quite a lot, for some reason. This is also the first update done with the new script `contrib/devtools/update-translations.py`
-
Wladimir J. van der Laan authored
Run this script from the root of the repository to update all translations from transifex. It will do the following automatically: - create a transifex configuration file - fetch all translations - post-process them into valid and committable format
-
Wladimir J. van der Laan authored
This is a project-wide configuration file and should be the same for everyone. Also remove mention of creating it yourself from the translation process.
-
Wladimir J. van der Laan authored
- People were having problems with the .so when installing in alternative locations. Like gitian, build a static library with -fPIC that can be embedded into the executables. - Add some missing steps - Add reminder that BerkeleyDB is only needed when wallet support is enabled
-
Wladimir J. van der Laan authored
Prints the actual version of BerkeleyDB that is linked against, if wallet support is enabled. Useful for troubleshooting. For example: 2014-05-01 07:44:02 Using BerkeleyDB version Berkeley DB 4.8.30: (April 9, 2010) 2014-05-01 07:54:25 Using BerkeleyDB version Berkeley DB 5.1.29: (October 25, 20 11)
-
Wladimir J. van der Laan authored
8abfb990 Add CLIENT_VERSION_REVISION to mac osx info plist (Michael Ford)
-
Wladimir J. van der Laan authored
40c5b939 [Qt] Optionally add third party links to transaction context menu (Cozz Lovan)
-
Wladimir J. van der Laan authored
6b29ccc9 Correct indentation (R E Broadley)
-
- 30 Apr, 2014 6 commits
-
-
Wladimir J. van der Laan authored
1cc7f54a use standard __func__ instead of __PRETTY_FUNCTION__ (Philip Kaufmann)
-
Wladimir J. van der Laan authored
After last commit, our executables should export no symbols anymore. To make sure that this stays the case, verify this in the symbol checker script.
-
Wladimir J. van der Laan authored
This avoids conflicts between the libraries statically linked into bitcoin and any libraries we may link dynamically (such as Qt and OpenSSL, see issue #4094). It also avoids start-up overhead to not export any unnecessary symbols. To do this, build a linker script that marks all symbols as local.
-
Wladimir J. van der Laan authored
Should make it possible to run the resulting GUI executable on Linux distributions that use Qt 4.6, such as Debian Wheezy and Tails. Builds a mini-SDK for building against Qt 4.6. This includes the headers as well as host utilities such as `lrelease`, `qrc` and `moc`. This speeds up the gitian build a bit - libqt4-dev pulled in a lot of packages, and is no longer needed as this provides a replacement of our own. Note: This does not replace the Qt build with at static library. After this commit we still build dynamically against the system Qt library. The only difference is that compatibility with an older version is maintained. This loses minor GUI functionality (such as setPlaceholderText) but still allows integration into the window management of the host OS, unlike when statically linking.
-
Philip Kaufmann authored
-
R E Broadley authored
-
- 29 Apr, 2014 1 commit
-
-
Wladimir J. van der Laan authored
Update English translation from source code, and pull other translations from Transifex.
-
- 27 Apr, 2014 4 commits
-
-
Wladimir J. van der Laan authored
d282c1fb [Qt] catch Windows shutdown events while client is running (Philip Kaufmann)
-
Wladimir J. van der Laan authored
74fc254c devtools: add script to check symbols from Linux gitian executables (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
6e40fcf4 Update contrib/debian for autotools, among a few other tweaks (Matt Corallo)
-
Matt Corallo authored
-
- 25 Apr, 2014 1 commit
-
-
Cozz Lovan authored
-