| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 1 | -2/+2 |
| | | |||||
| * | s/doge/dis/g | Tomo Ueda | 2021-09-02 | 1 | -1/+1 |
| | | |||||
| * | Fix Mac cross builds | langerhans | 2019-03-25 | 1 | -0/+1 |
| | | |||||
| * | Re-add paperwallet printer (#1467) | Max K | 2019-03-25 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog | ||||
| * | Rename binaries to match Dogecoin | Ross Nicoll | 2019-03-25 | 2 | -3/+3 |
| | | |||||
| * | Fixed typo in dogecoin_find_bdb51.m4 | Dmitri Bogomolov | 2018-10-03 | 1 | -1/+1 |
| | | |||||
| * | Update dependency builder and its packages to be ready for Dogecoin specifics | langerhans | 2018-09-19 | 1 | -2/+6 |
| | | |||||
| * | Update DB version to 5.1 | Ross Nicoll | 2018-09-19 | 1 | -0/+66 |
| | | |||||
| * | build: force a c++ standard to be specified | Cory Fields | 2017-02-23 | 1 | -1/+7 |
| | | | | | | | | | Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default. Github-Pull: #9831 Rebased-From: 9829c54de2725037ee0702306cbaa99fc9aa1826 | ||||
| * | build: Add options to override BDB cflags/libs | Wladimir J. van der Laan | 2017-02-07 | 1 | -56/+64 |
| | | | | | | | | | | | | | | Add environment settings to specify the CFLAGS and LIBS to be used for BerkeleyDB directly. These will completely by-pass autodetection in the same way as other similar flags. ``` BDB_CFLAGS C compiler flags for BerkeleyDB, bypasses autodetection BDB_LIBS Linker flags for BerkeleyDB, bypasses autodetection ``` Implements #3921. | ||||
| * | build: find qt's renamed helper libs from 5.7 | Cory Fields | 2017-01-28 | 1 | -2/+2 |
| | | |||||
| * | [build-aux] Boost_Base serial 27 | fanquake | 2016-10-17 | 1 | -2/+2 |
| | | |||||
| * | Add MIT license to build-aux/m4 scripts | Luke Dashjr | 2016-09-21 | 4 | -0/+18 |
| | | |||||
| * | Trivial: build-aux/m4/l_atomic: Fix typo | Luke Dashjr | 2016-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add configure check for -latomic | Anthony Towns | 2016-08-23 | 1 | -0/+40 |
| | | |||||
| * | build: Fix Qt5PlatformSupport check without pkg-config | Cory Fields | 2016-07-07 | 1 | -4/+16 |
| | | | | | | | | The non-pkg-config case can't use pkg-config to check the version. Also, make sure that the check is properly guarded in the case of missing pkg-config macros. | ||||
| * | Only pass -lQt5PlatformSupport if >=Qt5.6 | Jonas Schnelli | 2016-06-20 | 1 | -1/+3 |
| | | |||||
| * | Fix bitcoin_qt.m4 and fix-xcb-include-order.patch | Jonas Schnelli | 2016-06-17 | 1 | -0/+2 |
| | | |||||
| * | [trivial] Sync ax_pthread with upstream draft | fanquake | 2016-06-13 | 1 | -275/+275 |
| | | |||||
| * | build: update ax_cxx_compile_stdcxx to serial 4 | Wladimir J. van der Laan | 2016-04-28 | 1 | -22/+26 |
| | | |||||
| * | build: Enable C++11 build, require C++11 compiler | Wladimir J. van der Laan | 2016-04-26 | 1 | -0/+558 |
| | | | | | Implements #6211. | ||||
| * | [build-aux] Update Boost & check macros to latest serials | fanquake | 2016-03-19 | 8 | -219/+395 |
| | | |||||
| * | Merge #7604: build: Remove spurious dollar sign. Fixes #7189. | Wladimir J. van der Laan | 2016-02-29 | 1 | -1/+1 |
| |\ | | | | | | | 3d19193 Remove spurious dollar sign. Fixes #7189. (Chris Moore) | ||||
| | * | Remove spurious dollar sign. Fixes #7189. | Chris Moore | 2016-02-25 | 1 | -1/+1 |
| | | | |||||
| * | | Unify package name to as few places as possible without major changes | Luke Dashjr | 2015-12-14 | 2 | -3/+3 |
| |/ | |||||
| * | build: Use fPIC rather than fPIE for qt objects. | Cory Fields | 2015-11-09 | 1 | -0/+38 |
| | | | | | But only if qt was built with reduced relocations. | ||||
| * | build: Split hardening/fPIE options out | Cory Fields | 2015-11-09 | 1 | -0/+6 |
| | | | | | This allows for fPIE to be used selectively. | ||||
| * | build: If both Qt4 and Qt5 are installed, use Qt5 | Wladimir J. van der Laan | 2015-11-04 | 1 | -1/+1 |
| | | | | | | | If both Qt4 and Qt5 development headers are installed, use Qt5. Building against Qt5 should be encouraged as that is where active development happens. | ||||
| * | build: make sure pkg-config checks are guarded by an m4_ifdef | Cory Fields | 2015-07-31 | 1 | -20/+34 |
| | | |||||
| * | build: fix building against qt5.4/5.5 | Cory Fields | 2015-07-23 | 1 | -4/+21 |
| | | |||||
| * | qt: disable qt tests when one of the checks for the gui fails | Wladimir J. van der Laan | 2015-04-29 | 1 | -0/+1 |
| | | |||||
| * | Suggest --disable-wallet when libdb_cxx headers are missing | Luke Dashjr | 2015-01-31 | 1 | -1/+1 |
| | | |||||
| * | build: remove internal/protected build attribute checks | Cory Fields | 2014-11-19 | 1 | -2/+0 |
| | | | | | | They're not necessary, and not always supported. We only need to know about hidden and default. | ||||
| * | build: check visibility attributes | Cory Fields | 2014-11-19 | 1 | -0/+219 |
| | | |||||
| * | Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems | Luke Dashjr | 2014-10-03 | 1 | -16/+16 |
| | | |||||
| * | build: Fix OSX build when using Homebrew and qt5 | Cory Fields | 2014-10-01 | 1 | -0/+7 |
| | | | | | | | | Qt5 is bottled, so configure won't find it without some help. Use brew to find out its prefix. Also, qt5 added the host_bins variable to pkg-config, use it. | ||||
| * | Update obsolete AC macros. | randy-waterhouse | 2014-09-16 | 2 | -21/+21 |
| | | |||||
| * | Create the common location for all m4 autotool build scripts, build-aux/m4. | randy-waterhouse | 2014-09-16 | 14 | -0/+2072 |
| Update .gitignore. | |||||