Skip to content

Commit

Permalink
Script update.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jun 12, 2023
1 parent 1c0520d commit a2a436d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renamespace_all_the_things.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:base `
--exclude:macos_allocator_replacement.hpp `
--exclude:macos_allocator_replacement_test.cpp `
Expand All @@ -20,6 +21,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:geometry `
--exclude:macros.hpp `
--dry_run:false `
Expand All @@ -37,6 +39,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:quantities `
--exclude:macros.hpp `
--dry_run:false `
Expand All @@ -54,6 +57,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:numerics `
--exclude:macros.hpp `
--dry_run:false `
Expand All @@ -71,6 +75,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:testing_utilities `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -89,6 +94,7 @@
--client:quantities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:integrators `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -107,6 +113,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:astronomy `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -125,6 +132,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:benchmarks `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -143,6 +151,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:journal `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -161,6 +170,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:ksp_plugin `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -179,6 +189,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:ksp_plugin_test `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -197,6 +208,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:mathematica `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -215,6 +227,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:physics `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand All @@ -238,6 +251,7 @@
--client:testing_utilities `
--client:tools
.\sourcerer\bin\Debug\net7.0\sourcerer.exe `
renamespacer `
--project:tools `
--exclude:macros.hpp `
--exclude:matchers.hpp `
Expand Down

0 comments on commit a2a436d

Please sign in to comment.