Files
allwpilib/wpiutil/.styleguide
Peter Johnson 94c62ed3ec [wpiutil] Add FastQueue (#7075)
This is a heavily modified version of https://github.com/cameron314/readerwriterqueue that removes
all atomics and barriers.
2024-10-11 10:49:29 -07:00

55 lines
888 B
Plaintext

cppHeaderFileInclude {
\.h$
\.hpp$
\.inc$
\.inl$
expected$
math$
numbers$
scope$
}
cppSrcFileInclude {
\.cpp$
}
modifiableFileExclude {
src/main/native/include/wpi/MulticastServiceAnnouncer\.h$
}
generatedFileExclude {
src/main/native/thirdparty/
src/main/native/include/wpi/fs\.h$
src/main/native/include/wpi/FastQueue\.h$
src/main/native/cpp/fs\.cpp$
src/main/native/resources/
src/main/native/windows/StackWalker
src/test/native/cpp/llvm/
src/test/native/cpp/span/
src/test/native/cpp/json/
}
licenseUpdateExclude {
src/main/native/cpp/Base64\.cpp$
src/main/native/cpp/sha1\.cpp$
src/main/native/include/wpi/sha1\.h$
}
repoRootNameOverride {
wpiutil
}
includeOtherLibs {
^fmt/
^google/
^gmock/
^gtest/
}
includeGuardRoots {
wpiutil/src/main/native/cpp/
wpiutil/src/main/native/include/
wpiutil/src/test/native/cpp/
}