mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
This uses std::is_constant_evaluated() to conditionally use the gcem library for constexpr calculations.
48 lines
676 B
Plaintext
48 lines
676 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
\.inl$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.patch$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
src/main/native/include/units/base\.h$
|
|
src/main/native/include/units/units\.h$
|
|
src/main/native/include/unsupported/
|
|
src/main/native/thirdparty/
|
|
src/test/native/cpp/UnitsTest\.cpp$
|
|
src/test/native/cpp/drake/
|
|
src/test/native/include/drake/
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpimath
|
|
}
|
|
|
|
includeGuardRoots {
|
|
wpimath/src/main/native/cpp/
|
|
wpimath/src/main/native/include/
|
|
wpimath/src/test/native/cpp/
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^fmt/
|
|
^wpi/
|
|
}
|
|
|
|
includeProject {
|
|
^gcem/
|
|
^drake/
|
|
^Eigen/
|
|
^units/
|
|
^unsupported/
|
|
}
|