also remove clangd
This commit is contained in:
parent
67497bd003
commit
50d153c8a9
65 changed files with 1 additions and 1668 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
||||||
*.su
|
*.su
|
||||||
build
|
build
|
||||||
io
|
io
|
||||||
|
.clangd
|
||||||
|
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++20
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wconversion
|
|
||||||
- -Wsign-conversion
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -Wundef
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,36 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,43 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,56 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wconversion
|
|
||||||
- -Wsign-conversion
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -Wundef
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -Wundef
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas-e -std=c++23
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas -std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas -std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,45 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++20
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,44 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,45 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,46 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++20
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wshadow
|
|
||||||
- -Wnon-virtual-dtor
|
|
||||||
- -Wold-style-cast
|
|
||||||
- -Wcast-align
|
|
||||||
- -Wunused
|
|
||||||
- -Woverloaded-virtual
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wconversion
|
|
||||||
- -Wsign-conversion
|
|
||||||
- -Wmisleading-indentation
|
|
||||||
- -Wduplicated-cond
|
|
||||||
- -Wduplicated-branches
|
|
||||||
- -Wlogical-op
|
|
||||||
- -Wnull-dereference
|
|
||||||
- -Wuseless-cast
|
|
||||||
- -Wformat=2
|
|
||||||
- -Wformat-overflow
|
|
||||||
- -Wformat-truncation
|
|
||||||
- -Wdouble-promotion
|
|
||||||
- -Wundef
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++20
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,41 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++20
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++20
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas -std=c++23
|
|
||||||
-std=c++23
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,50 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++23
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
-e -std=c++20
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas -std=c++23
|
|
||||||
|
|
@ -1,34 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-std=c++20
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -std=c++23
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
- -Wall
|
|
||||||
- -Wextra
|
|
||||||
- -Wpedantic
|
|
||||||
- -Wshadow
|
|
||||||
- -DLOCAL
|
|
||||||
- -Wno-unknown-pragmas
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++17
|
|
||||||
-std=c++17
|
|
||||||
-std=c++17
|
|
||||||
-std=c++17
|
|
||||||
|
|
@ -1,35 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++17
|
|
||||||
-std=c++17
|
|
||||||
|
|
@ -1,37 +0,0 @@
|
||||||
CompileFlags:
|
|
||||||
Add:
|
|
||||||
-O2
|
|
||||||
-Wall
|
|
||||||
-Wextra
|
|
||||||
-Wpedantic
|
|
||||||
-Wshadow
|
|
||||||
-Wformat=2
|
|
||||||
-Wfloat-equal
|
|
||||||
-Wlogical-op
|
|
||||||
-Wshift-overflow=2
|
|
||||||
-Wnon-virtual-dtor
|
|
||||||
-Wold-style-cast
|
|
||||||
-Wcast-qual
|
|
||||||
-Wuseless-cast
|
|
||||||
-Wno-sign-promotion
|
|
||||||
-Wcast-align
|
|
||||||
-Wunused
|
|
||||||
-Woverloaded-virtual
|
|
||||||
-Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
-Wmisleading-indentation
|
|
||||||
-Wduplicated-cond
|
|
||||||
-Wduplicated-branches
|
|
||||||
-Wlogical-op
|
|
||||||
-Wnull-dereference
|
|
||||||
-Wformat=2
|
|
||||||
-Wformat-overflow
|
|
||||||
-Wformat-truncation
|
|
||||||
-Wdouble-promotion
|
|
||||||
-Wundef
|
|
||||||
-DLOCAL
|
|
||||||
-Wno-unknown-pragmas
|
|
||||||
-std=c++23
|
|
||||||
-std=c++23
|
|
||||||
-std=c++17
|
|
||||||
-std=c++17
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue