Skip to content
Snippets Groups Projects
  1. Oct 01, 2018
  2. Sep 30, 2018
  3. Sep 29, 2018
    • Cory Fields's avatar
      depends: fix bitcoin-qt back-compat with older freetype versions at runtime · 480d6bb0
      Cory Fields authored
      A few years ago, libfreetype introduced FT_Get_Font_Format() as an alias for
      FT_Get_X11_Font_Format(), but FT_Get_X11_Font_Format() was kept for abi
      backwards-compatibility.
      
      Our qt bump to 5.9 introduced a call to FT_Get_Font_Format(). Replace it with
      FT_Get_X11_Font_Format() in order to remain compatibile with older freetype,
      which is still used by e.g. Ubuntu Trusty.
      
      Github-Pull: #14348
      Rebased-From: 430bf6c7
      Tree-SHA512: fd22b824e7251a7975d9e9222eff06d2b04ebf30e13aeccab580596c042b3abe2f62da1f0ef75106b0b171368ee1062ef2f459cfa435aa54826766a9005b80df
      480d6bb0
  4. Sep 18, 2018
  5. Sep 17, 2018
  6. Sep 06, 2018
    • Pieter Wuille's avatar
      Replace duplcate reference with reference to reference doc · 465a583f
      Pieter Wuille authored
      Github-Pull: #14096
      Rebased-From: 2b5d6f8d
      Tree-SHA512: 79af808c581ebb17d60aab8322b1debcc4182480b84eaedcbfac1e67c8b543c61df22789095742d67d732dba35e7e5fad77912385b695f89fb0f44f75db11560
      v0.17.0rc3
      465a583f
    • Pieter Wuille's avatar
      Adjust TODO link · eece974d
      Pieter Wuille authored
      Github-Pull: #14096
      Rebased-From: 89709db7
      Tree-SHA512: 0bf74e1179bee6e616d8fd2c125411ef30611d9aa3b32412025615a793abbc629a7b6d89a89ef05b11ac3541cc869c0caebba2d00942fdd6ab8d2e98d9b9caca
      eece974d
    • Pieter Wuille's avatar
      Add descriptor reference documentation · 0f681cec
      Pieter Wuille authored
      Github-Pull: #14096
      Rebased-From: 9254ffcf
      Tree-SHA512: 1fc466177dbe3b57b0025c102b1e75e4b05544440819885da7a85b70d20329fc3f6f4cbf89d7d6a48881e6ad176d81f7396f02925586140e19468a2f28f3414e
      0f681cec
    • MarcoFalke's avatar
      test: Add test for config file parsing errors · eb202ea2
      MarcoFalke authored
      Github-Pull: #14105
      Rebased-From: ed2332ae
      Tree-SHA512: 17fa88a2848f1c9c9c8a127b5ea4c45761ce8e06a609dd40f8e90bb9117d88c9d2c81e752c9c0f1a44ecadbb5bedd2973bc4548da2a6d463c789797191e85ab1
      eb202ea2
    • Wladimir J. van der Laan's avatar
      util: Report parse errors in configuration file · 83aafd5b
      Wladimir J. van der Laan authored
      Report errors while parsing the configuration file, instead of silently
      ignoring them.
      
          $ src/bitcoind -regtest
          Error reading configuration file: parse error on line 22: nodebuglogfile, if you intended to specify a negated option, use nodebuglogfile=1 instead
          $ src/bitcoind -regtest
          Error reading configuration file: parse error on line 22: sdafsdfafs
          $ src/bitcoind -regtest
          Error reading configuration file: parse error on line 24: -nodebuglogfile=1, options in the configuration file must be specified without leading -
      
      Github-Pull: #14105
      Rebased-From: a66c0f78
      Tree-SHA512: 2b6be1ab643623e6ef9b53354820147a6c5d2baae3795ffe428fc60d8563ec00a68a379aee4029380f80f892abe23763afb1c75c32b60a13bffe7b82496bf2bb
      83aafd5b
    • Wladimir J. van der Laan's avatar
      Merge #14152: [0.17] doc: Change documentation for =0 for non-boolean options · 6ba1f154
      Wladimir J. van der Laan authored
      6bfee8a8 doc: Update v0.17.0.0 manpages (MarcoFalke)
      2936dbc5 doc: Change documentation for =0 for non-boolean options (Wladimir J. van der Laan)
      
      Pull request description:
      
        Github-Pull: #14100
        Rebased-From: e9a78e9b
      
        Includes the bumped manpages.
      
      Tree-SHA512: 73d2dadb45418882122313975c0ab0e9f58310697d996dd2edeb400ebe73b3a45f1157c8a7fe65ae1f53d9ce68a88aae7c701f3e82e0b4db4c9417b36ddfecc0
      6ba1f154
  7. Sep 05, 2018
  8. Aug 28, 2018
  9. Aug 27, 2018
  10. Aug 22, 2018
    • Luke Dashjr's avatar
      Bugfix: NSIS: Exclude Makefile* from docs · 3e4829af
      Luke Dashjr authored
      Otherwise, the generated Makefile is included in the NSIS-installed documentation, which can lead to non-determinism (eg, if gawk is installed on some build VMs, but others only have mawk)
      
      Github-Pull: #14018
      Rebased-From: 85633417
      Tree-SHA512: 2d219a4a2027bcd7359b7320bafc6b7cd3bde3dcf9309ddd6198ff67407470025baa71e6d0ed3d6cec081834ddc9a0247043865eb26737e6fd0d2f09574f5932
      v0.17.0rc2
      3e4829af
  11. Aug 21, 2018
  12. Aug 19, 2018
    • Cory Fields's avatar
      depends: fix qt determinism · 48c84590
      Cory Fields authored
      Qt's configure grabs the path to xkb's data root during configure, but the
      build changes in 5.8 apparently broke the handling for cross builds. As a
      result, the string embedded in the binary depends on whether or not some files
      are present in the builder's filesystem.
      
      The "-xkb-config-root" configure setting is intended to allow manual overriding
      but it is also broken. See: https://bugreports.qt.io/browse/QTBUG-60005
      
      This has since been fixed upstream, so just hard-code the path for now. We can
      drop this patch when we bump to a fixed Qt.
      
      Also, fix the "-qt-xkbcommon-x11" config param which was renamed. This does not
      appear to affect build results, presumably because auto-detection is working,
      but it does not hurt to be explicit.
      
      Github-Pull: #14000
      Rebased-From: de0b4fba
      48c84590
  13. Aug 16, 2018
  14. Aug 15, 2018
  15. Aug 13, 2018
Loading