aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-includes.sh
AgeCommit message (Expand)Author
2022-02-03refactor: replace boost::filesystem with std::filesystemKiminuo
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-13test: Enable SC2086 shellcheck ruleHennadii Stepanov
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-10-21Add minisketch dependencyGleb Naumenko
2021-02-12Merge #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir J. van der Laan
2021-02-02refactor: replace Boost shared_mutex with std shared_mutex in sigcachefanquake
2021-02-01Drop boost/preprocessor dependenciesHennadii Stepanov
2021-01-29refactor: remove boost::thread_group usagefanquake
2021-01-25Merge #18710: Add local thread pool to CCheckQueueWladimir J. van der Laan
2021-01-05Replace boost::variant with std::variantMarcoFalke
2020-12-19Replace boost::optional with std::optionalMarcoFalke
2020-09-24refactor: Drop boost::thread stuff in CCheckQueueHennadii Stepanov
2020-07-31[build] msvc: add boost::processSjors Provoost
2020-07-01gui: change combiner for signals to optional_last_valueCory Fields
2020-06-04refactor: Specify boost/thread/thread.hpp explicitlyHennadii Stepanov
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-06scheduler: switch from boost to stdAnthony Towns
2020-01-28test: Add crc32c exception to various linters and generation scriptsWladimir J. van der Laan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-09-04Make lint-includes.sh work from any directoryKristaps Kaupe
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-09-23Make fs::path::string() always return utf-8 stringChun Kuan Lee
2018-09-11Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan
2018-08-29Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan
2018-08-28Removes the Boost case_conv.hpp dependency.251
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2018-08-04Drop boost::scoped_arrayChun Kuan Lee
2018-07-22Removes Boost predicate.hpp dependency251
2018-07-21Removes the boost/algorithm/string/join dependency251
2018-07-20Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan
2018-07-18Remove program options from build systemChun Kuan Lee
2018-06-27Remove boost dependency (boost/assign/std/vector.hpp)practicalswift
2018-06-20Obsolete #!/bin/bash shebangDesWurstes
2018-06-14Add "export LC_ALL=C" to all shell scriptspracticalswift
2018-06-11Merge #13230: Simplify include analysis by enforcing the developer guide's in...Wladimir J. van der Laan
2018-06-06lint: Add linter to error on #include <*.cpp>Ben Woosley
2018-06-06Enforce the use of bracket syntax includes ("#include <foo.h>")practicalswift
2018-06-04build: Guard against accidental introduction of new Boost dependenciespracticalswift
2018-05-24test: Move linters to test/lint, add readmeMarcoFalke