fix(macros) scope leaks
- Fix macro scope leak: included in scope guards. - Move default options as static class members. - Adds tests to build_all.sh - Use vanilla std::filesystem
This commit is contained in:
parent
7b28105c19
commit
e35d118cdb
61 changed files with 1899 additions and 1533 deletions
|
|
@ -20,6 +20,9 @@ rm -f build_all.log
|
|||
for t in "Debug" "Release" "RelWithDebInfo"; do
|
||||
for w in "ON" "OFF"; do
|
||||
build $t $w
|
||||
cd ${t}_${w}
|
||||
ctest
|
||||
cd ..
|
||||
done
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue