index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lint
/
lint-includes.sh
Age
Commit message (
Expand
)
Author
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-09-04
Make lint-includes.sh work from any directory
Kristaps Kaupe
2018-10-20
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-09-23
Make fs::path::string() always return utf-8 string
Chun Kuan Lee
2018-09-11
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-08-29
Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependency
Wladimir J. van der Laan
2018-08-28
Removes the Boost case_conv.hpp dependency.
251
2018-08-28
add unicode compatible file_lock for Windows
Chun Kuan Lee
2018-08-04
Drop boost::scoped_array
Chun Kuan Lee
2018-07-22
Removes Boost predicate.hpp dependency
251
2018-07-21
Removes the boost/algorithm/string/join dependency
251
2018-07-20
Merge #13482: Remove boost::program_options dependency
Wladimir J. van der Laan
2018-07-18
Remove program options from build system
Chun Kuan Lee
2018-06-27
Remove boost dependency (boost/assign/std/vector.hpp)
practicalswift
2018-06-20
Obsolete #!/bin/bash shebang
DesWurstes
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-06-11
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-06
lint: Add linter to error on #include <*.cpp>
Ben Woosley
2018-06-06
Enforce the use of bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-04
build: Guard against accidental introduction of new Boost dependencies
practicalswift
2018-05-24
test: Move linters to test/lint, add readme
MarcoFalke