| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan | 2011-12-21 | 1 | -3/+1 |
| | | | | | This reverts commit 21d9f36781604e4ca9fc35dc65265593423b73e9. | ||||
| * | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr | 2011-12-20 | 1 | -1/+3 |
| | | |||||
| * | Rework unit tests so test_bitcoin.cpp does not #include them all | Gavin Andresen | 2011-12-19 | 1 | -1/+1 |
| | | |||||
| * | Cleanup test suite output to be more useful. | Matt Corallo | 2011-08-08 | 1 | -1/+1 |
| | | |||||
| * | Fix testing setup | Vegard Nossum | 2011-08-08 | 1 | -0/+2 |
| | | | | | | | | There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix | ||||
| * | Boost unit-testing framework. | Gavin Andresen | 2011-06-27 | 1 | -0/+16 |
| make -f makefile.{unix,osx,mingw} test_bitcoin to compile dumb, do-almost-nothing placeholder unit tests. | |||||