Commit Graph

39 Commits (fa5457e64adfc6060382bd36c45e95be6ea693ef)

Author SHA1 Message Date
fanquake ffdab41f94
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* changes
3 years ago
Hennadii Stepanov 9a1ad7bc0d
test: Enable SC2086 shellcheck rule
3 years ago
MarcoFalke fac23c2114
scripted-diff: Bump copyright headers
3 years ago
Gleb Naumenko 0659f12b13
Add minisketch dependency
3 years ago
Wladimir J. van der Laan 9996b1806a
Merge #21064: refactor: use std::shared_mutex & remove Boost Thread
4 years ago
fanquake 7097add83c
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
4 years ago
Hennadii Stepanov e99db77a6e
Drop boost/preprocessor dependencies
4 years ago
fanquake dc8be12510
refactor: remove boost::thread_group usage
4 years ago
Wladimir J. van der Laan b386d37360
Merge #18710: Add local thread pool to CCheckQueue
4 years ago
MarcoFalke faa8f68943
Replace boost::variant with std::variant
4 years ago
MarcoFalke fa4435e22f
Replace boost::optional with std::optional
4 years ago
Hennadii Stepanov bb6fcc75d1
refactor: Drop boost::thread stuff in CCheckQueue
4 years ago
Sjors Provoost 3c84d85f7d
[build] msvc: add boost::process
4 years ago
Cory Fields f1a0314c53
gui: change combiner for signals to optional_last_value
4 years ago
Hennadii Stepanov 89f9fef1f7 refactor: Specify boost/thread/thread.hpp explicitly
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
5 years ago
Anthony Towns d0ebd93270 scheduler: switch from boost to std
5 years ago
Wladimir J. van der Laan 3a037d0067 test: Add crc32c exception to various linters and generation scripts
5 years ago
MarcoFalke aaaaad6ac9
scripted-diff: Bump copyright of files changed in 2019
5 years ago
Kristaps Kaupe 490da639cb
Make lint-includes.sh work from any directory
5 years ago
Chun Kuan Lee cb53b825c2 scripted-diff: Replace boost::bind with std::bind
6 years ago
Chun Kuan Lee 2c3eade704 Make fs::path::string() always return utf-8 string
6 years ago
Wladimir J. van der Laan 362518791a
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on Windows
6 years ago
Wladimir J. van der Laan 5924dadc2f
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
6 years ago
251 b193d5a443 Removes the Boost case_conv.hpp dependency.
6 years ago
Chun Kuan Lee 1661a472b8 add unicode compatible file_lock for Windows
6 years ago
Chun Kuan Lee 1c5d225853 Drop boost::scoped_array
6 years ago
251 e3245f2e7b Removes Boost predicate.hpp dependency
6 years ago
251 5f019d5354 Removes the boost/algorithm/string/join dependency
6 years ago
Wladimir J. van der Laan 2dc5ab6378
Merge #13482: Remove boost::program_options dependency
6 years ago
Chun Kuan Lee f447a0a707 Remove program options from build system
6 years ago
practicalswift 962d8eed5b Remove boost dependency (boost/assign/std/vector.hpp)
6 years ago
DesWurstes 000000035b Obsolete #!/bin/bash shebang
6 years ago
practicalswift 3352da8da1 Add "export LC_ALL=C" to all shell scripts
7 years ago
Wladimir J. van der Laan 7c32b414b6
Merge #13230: Simplify include analysis by enforcing the developer guide's include syntax
7 years ago
Ben Woosley 9d6c9dbb88
lint: Add linter to error on #include <*.cpp>
7 years ago
practicalswift 6d10f43738 Enforce the use of bracket syntax includes ("#include <foo.h>")
7 years ago
practicalswift 81bbd32a2c build: Guard against accidental introduction of new Boost dependencies
7 years ago
MarcoFalke fa3c910bfe
test: Move linters to test/lint, add readme
7 years ago