Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-24 | cmake: link against liblzma when found, for libunwind | moneromooo-monero | 1 | -0/+16 | |
Some versions of libunwind need liblzma. If liblzma is found, we link against it unconditionally. If the installed libunwind didn't need it, this is a nop. Tested and fine tuned by iDunk | |||||
2016-06-20 | cmake: add missing FindLibunwind.cmake | moneromooo-monero | 1 | -0/+25 | |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -25/+0 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -0/+25 | |
Useful for debugging users' logs |