Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-28 | Make large-reorg tests optional in block-tester | Matt Corallo | |
2013-10-15 | misc spelling / space / style fixes | Philip Kaufmann | |
2013-09-29 | Merge pull request #3015 from theuni/win32-version-info | Pieter Wuille | |
Win32 version info | |||
2013-09-25 | build: add libcrypt32 dep for new mingw. Also ensure that libgcc/libstdc++ ↵ | Cory Fields | |
are static-linked regardless of the toolchain config | |||
2013-09-18 | win32: only check for windres for win32, and fail if missing | Cory Fields | |
2013-09-18 | configure.ac: remove unneeded OSX flags | Jeff Garzik | |
2013-09-18 | configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS | Jeff Garzik | |
2013-09-16 | included-tests: generate binary data from test files for inclusion into test ↵ | Cory Fields | |
binaries This change moves test data into the binaries rather than reading them from the disk at runtime. Advantages: - Tests become distributable - Cross-compile friendly. Build on one machine and execute in an arbitrary location on another. - Easier testing for backports. Users can verify that tests pass without having to track down corresponding test data. - More trustworthy test results and easier quality assurance as tests make fewer assumptions about their environment. - Tests could theoretically run at client/daemon startup and exit on failure. Disadvantages: - Required 'hexdump' build-dependency. This is a standard bsd tool that should be usable everywhere. It is likely already installed on all build-machines. - Tests can no longer be fudged after build by altering test-data. | |||
2013-09-14 | autotools: check for lupdate/xgettext | Cory Fields | |
2013-09-10 | configure: Prefer specific known-good versions of Qt metacompiler tools | Luke Dashjr | |
2013-09-10 | configure: Check common include subdirectories for bdb headers, and refuse ↵ | Luke Dashjr | |
to use any version other than 4.8 by default | |||
2013-09-07 | configure.ac: remove superfluous bracket | Jeff Garzik | |
Reported-by: Cory Fields | |||
2013-09-05 | autotools: switch to autotools buildsystem | Cory Fields | |