You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ configuration options were added to facilitate a wider variety of apps. GCC
25
25
* Backend: File checking updates [#341][]
26
26
* Backend: Using pre-commit to format, checked in GitHub Actions [#336][]
27
27
* Backend: Clang-tidy checked again, CMake option now `CL11_CLANG_TIDY`[#390][]
28
-
* Backend: Warning cleanup, more checks from klocwork [#350][], Effective C++ [#354][], clang-tidy [#360][], CUDA NVCC [#365][], cross compile [#373][], and sign conversion [#382][]
28
+
* Backend: Warning cleanup, more checks from klocwork [#350][], Effective C++ [#354][], clang-tidy [#360][], CUDA NVCC [#365][], cross compile [#373][], sign conversion [#382][], and cpplint [#400][]
29
29
* Docs: CLI11 Tutorial now hosted in the same repository [#304][], [#318][], [#374][]
30
30
* Bugfix: Fixed undefined behavior in `checked_multiply`[#290][]
31
31
* Bugfix: `->check()` was adding the name to the wrong validator [#320][]
@@ -34,6 +34,7 @@ configuration options were added to facilitate a wider variety of apps. GCC
34
34
* Bugfix: Enum conversion no longer broken if stream operator added [#348][]
35
35
* Build: The meson build system supported [#299][]
36
36
* Build: GCC 4.7 is no longer supported, due mostly to GoogleTest. GCC 4.8+ is now required. [#160][]
37
+
* Build: Restructured significant portions of CMake build system [#394][]
37
38
38
39
> ### Converting from CLI11 1.8:
39
40
>
@@ -77,6 +78,8 @@ configuration options were added to facilitate a wider variety of apps. GCC
0 commit comments