1. 05 May, 2014 2 commits
  2. 04 May, 2014 1 commit
    • Wladimir J. van der Laan's avatar
      doc: remove specific mention of boost 1.55 · 4ff396e4
      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.
      4ff396e4
  3. 02 May, 2014 15 commits
  4. 01 May, 2014 10 commits
  5. 30 Apr, 2014 6 commits
    • Wladimir J. van der Laan's avatar
      Merge pull request #4111 · b2ee43f1
      Wladimir J. van der Laan authored
      1cc7f54a use standard __func__ instead of __PRETTY_FUNCTION__ (Philip Kaufmann)
      b2ee43f1
    • Wladimir J. van der Laan's avatar
      devtools: have symbol check script check for exported symbols · 202c95c2
      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.
      202c95c2
    • Wladimir J. van der Laan's avatar
      gitian: don't export any symbols from executable · 92e3022f
      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.
      92e3022f
    • Wladimir J. van der Laan's avatar
      gitian: build against Qt 4.6 · 3ab16645
      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.
      3ab16645
    • Philip Kaufmann's avatar
      1cc7f54a
    • R E Broadley's avatar
      Correct indentation · 6b29ccc9
      R E Broadley authored
      6b29ccc9
  6. 29 Apr, 2014 1 commit
  7. 27 Apr, 2014 4 commits
  8. 25 Apr, 2014 1 commit