aboutsummaryrefslogtreecommitdiff
path: root/src/compat/glibc_sanity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* update license of compat and cryptoPhilip Kaufmann2014-09-291-1/+2
| | | | | | - change license to be just MIT for all files in compat and crypto - also add missing header end comments - ensure default header include style
* Apply clang-format on crypto/* and compat/*Pieter Wuille2014-09-251-7/+7
|
* build: fix build weirdness after 54372482.Cory Fields2014-06-231-1/+1
| | | | | | | | | | | | | bitcoin-config.h moved, but the old file is likely to still exist when reconfiguring or switching branches. This would've caused files to not rebuild correctly, and other strange problems. Make the path explicit so that the old one cannot be found. Core libs use config/bitcoin-config.h. Libs (like crypto) which don't want access to bitcoin's headers continue to use -Iconfig and #include bitcoin-config.h.
* small cleanup in src/compat .h and .cppPhilip Kaufmann2014-06-211-1/+7
| | | | | | - add license header - fix include guards - fix indentation
* sanity: add libc/stdlib sanity checksCory Fields2014-06-161-0/+61
These are meant to test our back-compat stubs, but they are enabled for all builds for the sake of consistency.