Skip to content

Commit

Permalink
Use Ada 2022 for all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
onox committed Mar 17, 2024
1 parent f055425 commit dcb56c9
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 13 deletions.
3 changes: 2 additions & 1 deletion orka/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM110-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[project-files.'case(os)']
linux = ["orka.gpr", "orka-egl.gpr"]
Expand Down
3 changes: 2 additions & 1 deletion orka_awt/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[available.'case(os)']
linux = true
Expand Down
3 changes: 2 additions & 1 deletion orka_egl/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[available.'case(os)']
'linux|windows' = true
Expand Down
3 changes: 2 additions & 1 deletion orka_numerics/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka_types = "~1.0.0"
Expand Down
3 changes: 2 additions & 1 deletion orka_opengl/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[available.'case(os)']
'linux|windows' = true
Expand Down
3 changes: 2 additions & 1 deletion orka_plugin_archives/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
dcf = "^2.0.3"
Expand Down
3 changes: 2 additions & 1 deletion orka_plugin_atmosphere/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM110-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka_transforms = "~1.0.0"
Expand Down
3 changes: 2 additions & 1 deletion orka_plugin_gltf/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
json = "^5.0.3"
Expand Down
3 changes: 2 additions & 1 deletion orka_plugin_terrain/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM110-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka = "~1.0.0"
Expand Down
3 changes: 2 additions & 1 deletion orka_tensors_cpu/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[gpr-externals]
ORKA_TENSORS_CPU_SIMD_TYPE = ["SSE4.1", "AVX", "AVX2"]
Expand Down
3 changes: 2 additions & 1 deletion orka_tensors_gpu/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM110-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka = "~1.0.0"
Expand Down
3 changes: 2 additions & 1 deletion orka_tools/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ executables = ["orka_info", "orka_gltf", "orka_ktx"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka_awt = "~1.0.0"
Expand Down
3 changes: 2 additions & 1 deletion orka_transforms/alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ maintainers-logins = ["onox"]

[build-switches]
validation.compile_checks = "warnings"
"*".style_checks = ["-gnatygAOM99-Is"]
"*".style_checks = ["-gnatygAOM120-Is"]
"*".ada_version = "Ada2022"

[[depends-on]]
orka_simd = "~1.0.0"
Expand Down

0 comments on commit dcb56c9

Please sign in to comment.