Takeshi Nakatani
|
92fd5bc3e1
|
Fixed errors reported by cppcheck 2.8 (#1949)
|
2022-05-26 01:48:53 +09:00 |
|
Takeshi Nakatani
|
38e1eaa8a3
|
Added logfile option for non-syslog logging
|
2020-10-19 20:10:19 +09:00 |
|
Andrew Gaul
|
05863a3178
|
Fix clang-tidy warnings
|
2020-09-21 07:03:42 +09:00 |
|
Andrew Gaul
|
1043e08dfa
|
Remove uses of implicit namespace std
Fixed via:
sed -i '/using namespace std/{N;d}' src/*.cpp
sed -i 's/ string/ std::string/g' src/*.cpp
sed -i 's/(string/(std::string/g' src/*.cpp
sed -i 's/\[string/\[std::string/g' src/*.cpp
sed -i 's/^string/std::string/g' src/*.cpp
sed -i 's/ ifstream/ std::ifstream/g' src/*.cpp
sed -i 's/ istringstream/ std::istringstream/g' src/*.cpp
sed -i 's/ ostringstream/ std::ostringstream/g' src/*.cpp
sed -i 's/ max(/ std::max(/g' src/*.cpp
sed -i 's/ min(/ std::min(/g' src/*.cpp
sed -i 's/ endl/ std::endl/g' src/*.cpp
|
2020-09-13 11:57:20 +09:00 |
|
Takeshi Nakatani
|
b5ffd419d8
|
Source file division and set 4 spaces and cleanup
|
2020-08-26 17:43:50 +09:00 |
|
Takeshi Nakatani
|
a5186c73c2
|
Merge pull request #1365 from ggtakec/check_lseek
Dynamically determine whether lseek extended options are supported
|
2020-08-20 22:36:56 +09:00 |
|
Andrew Gaul
|
958ad83a4b
|
Correct vim modeline to 2-space indentation
|
2020-08-19 21:03:46 +09:00 |
|
Takeshi Nakatani
|
55cb8920d5
|
Dynamically determine whether lseek extended options are supported
|
2020-08-16 12:37:11 +00:00 |
|
Takeshi Nakatani
|
cbd925c56f
|
Moved the SIGUSR2 handler to S3fsSignals class
|
2020-07-28 14:54:35 +09:00 |
|
Takeshi Nakatani
|
ad1961417d
|
Added SIGUSR1 option for cache file integrity test
|
2020-07-26 21:04:11 +09:00 |
|