Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official Clang/GCC containers #3703

Merged
merged 44 commits into from
Aug 27, 2022
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a172984
:alembic: try official GCC containers
nlohmann Aug 14, 2022
4e51a8f
:alembic: try official GCC containers
nlohmann Aug 14, 2022
e933841
:alembic: try official GCC containers
nlohmann Aug 14, 2022
5b2f515
:alembic: try official GCC containers
nlohmann Aug 14, 2022
6477161
:alembic: try official GCC containers
nlohmann Aug 14, 2022
fd69b31
:alembic: try official GCC containers
nlohmann Aug 14, 2022
6fb998b
:alembic: try official GCC containers
nlohmann Aug 14, 2022
d0806be
:alembic: try official GCC containers
nlohmann Aug 14, 2022
86ffbd5
:alembic: try official GCC containers
nlohmann Aug 14, 2022
fda5564
:alembic: try official GCC containers
nlohmann Aug 14, 2022
98ecc93
:alembic: try official Clang containers
nlohmann Aug 14, 2022
410133d
:alembic: try official Clang containers
nlohmann Aug 14, 2022
8b14ff7
:alembic: try official Clang containers
nlohmann Aug 14, 2022
46438a9
:alembic: try official Clang containers
nlohmann Aug 20, 2022
9ace7cd
:loud_sound: add debug output
nlohmann Aug 20, 2022
6f69dee
:loud_sound: add debug output
nlohmann Aug 20, 2022
39f7c4b
:rewind: remove debug output
nlohmann Aug 20, 2022
d2994d6
:wrench: do not execute test requiring Git checkout
nlohmann Aug 20, 2022
521fc22
:wrench: clean up
nlohmann Aug 20, 2022
94f31f7
:wrench: clean up
nlohmann Aug 20, 2022
615eb42
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 20, 2022
d3bfecf
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 20, 2022
65930f9
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 20, 2022
94ca3ba
:rewind: re-add GCC 4.8
nlohmann Aug 20, 2022
a99b23b
:hammer: use latest official images
nlohmann Aug 20, 2022
42e47b6
:hammer: use latest official images
nlohmann Aug 20, 2022
2f00ca1
:hammer: use latest official images
nlohmann Aug 20, 2022
26f059a
:hammer: use latest official images
nlohmann Aug 20, 2022
fc90114
:hammer: use latest official images
nlohmann Aug 20, 2022
5feee79
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 21, 2022
58e770d
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 21, 2022
416ef6b
:wrench: less use of ghcr.io/nlohmann/json-ci
nlohmann Aug 21, 2022
e361e3e
:wrench: always use latest cpplint
nlohmann Aug 21, 2022
5c4db11
:rotating_light: suppress cert-dcl58-cpp warnings
nlohmann Aug 21, 2022
858421a
:green_heart: fix Clang-dev run
nlohmann Aug 21, 2022
f42b0f9
:rotating_light: suppress misc-confusable-identifiers
nlohmann Aug 21, 2022
fbbd8fa
:green_heart: fix Git
nlohmann Aug 21, 2022
cb5f3d4
:rotating_light: suppress cert-dcl58-cpp warnings
nlohmann Aug 21, 2022
0677005
:green_heart: fix Git
nlohmann Aug 21, 2022
59ad7b9
:alembic: try to install Git before checkout
nlohmann Aug 21, 2022
bd1e052
:alembic: try to install Git before checkout
nlohmann Aug 21, 2022
80beebc
:fire: remove unused install
nlohmann Aug 21, 2022
f8e8c8e
:rewind: undo last changes
nlohmann Aug 21, 2022
f4504f1
:memo: update compiler versions
nlohmann Aug 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🚨 suppress misc-confusable-identifiers
  • Loading branch information
nlohmann committed Aug 21, 2022
commit f42b0f9a953574fb550d3331a7ef664bf4a7ab92
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Checks: '*,
-llvm-header-guard,
-llvm-include-order,
-llvmlibc-*,
-misc-confusable-identifiers,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-modernize-concat-nested-namespaces,
Expand Down