Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ce9d9c95b69
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce486b9e0248
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 3, 2021

  1. Copy the full SHA
    858d134 View commit details
  2. Merge pull request #3024 from pleroy/Slnf

    Solution filter files for our two languages
    pleroy authored Jun 3, 2021
    Copy the full SHA
    ce486b9 View commit details
Showing with 34 additions and 0 deletions.
  1. +8 −0 Principia C#.slnf
  2. +26 −0 Principia C++.slnf
8 changes: 8 additions & 0 deletions Principia C#.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"solution": {
"path": "Principia.sln",
"projects": [
"ksp_plugin_adapter\\ksp_plugin_adapter.csproj",
]
}
}
26 changes: 26 additions & 0 deletions Principia C++.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"solution": {
"path": "Principia.sln",
"projects": [
"astronomy\\astronomy.vcxproj",
"base\\base.vcxproj",
"benchmark_automation\\benchmark_automation.csproj",
"benchmarks\\benchmarks.vcxproj",
"coverage_analyser\\coverage_analyser.csproj",
"geometry\\geometry.vcxproj",
"integrators\\integrators.vcxproj",
"journal\\journal.vcxproj",
"ksp_plugin\\ksp_plugin.vcxproj",
"ksp_plugin_test\\ksp_plugin_test.vcxproj",
"mathematica\\mathematica.vcxproj",
"numerics\\numerics.vcxproj",
"parallel_test_runner\\parallel_test_runner.csproj",
"physics\\physics.vcxproj",
"quantities\\quantities.vcxproj",
"serialization\\serialization.vcxproj",
"stacktrace_decoder\\stacktrace_decoder.csproj",
"testing_utilities\\testing_utilities.vcxproj",
"tools\\tools.vcxproj"
]
}
}