- 02 May, 2014 7 commits
-
-
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.
-
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 7 commits
-
-
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
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 2 commits
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
Add a script to check that the (Linux) executables produced by gitian only contain allowed gcc, glibc and libstdc++ version symbols. This makes sure they are still compatible with the minimum supported Linux distribution versions.
-
- 24 Apr, 2014 3 commits
-
-
Michael Ford authored
-
Wladimir J. van der Laan authored
0caf2b18 Add MESSAGE_START_SIZE from chainparams when loading blocks from external files. (Simon de la Rouviere)
-
Simon de la Rouviere authored
-
- 23 Apr, 2014 5 commits
-
-
Wladimir J. van der Laan authored
b39a07dc Add missing AssertLockHeld in ConnectBlock (Wladimir J. van der Laan) 41106a50 qt: get required locks upfront in polling functions (Wladimir J. van der Laan) ed671005 Add required locks in tests (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
bb1f1c90 [Qt] importwallet progress (Cozz Lovan)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
This avoids the GUI from getting stuck on periodical polls if the core is holding the locks for a longer time - for example, during a wallet rescan.
-
Wladimir J. van der Laan authored
Unit tests with DEBUG_LOCKORDER were running into assertions.
-
- 22 Apr, 2014 5 commits
-
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
05c20a55 build: add symbol for upcoming gcc 4.9's libstdc++ (Cory Fields) 49a3352c gitian-linux: --enable-glibc-back-compat (Warren Togami) d5aab704 build: add an option for enabling glibc back-compat (Cory Fields) ffc6b678 build: add glibc/libstdc++ back-compat stubs (Cory Fields)
-
Wladimir J. van der Laan authored
0f635044 Changed bitrpc.py's raw_input to getpass for passwords to conceal characters during command line input. Getpass is in Python stdlib so no additional dependencies required. (Eric S. Bullington)
-
Wladimir J. van der Laan authored
55a1db4f Solve chainActive-related locking issues (Wladimir J. van der Laan) e07c943c Add AssertLockHeld for cs_main to ChainActive-using functions (Wladimir J. van der Laan)
-
Gregory Maxwell authored
Remove dependency of base58 on OpenSSL
-