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: 25cd8acfb1dc
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3e7ad79fc289
Choose a head ref
  • 4 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 20, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e884524 View commit details
  2. Add the discrete trajectory benchmark to our project and convert it t…

    …o the new DiscreteTrajectory.
    pleroy committed Nov 20, 2021
    Copy the full SHA
    2b79fdf View commit details
  3. Lint.

    pleroy committed Nov 20, 2021
    Copy the full SHA
    7be6eff View commit details
  4. Merge pull request #3206 from pleroy/Benchmark

    Benchmark for DiscreteTrajectory
    pleroy authored Nov 20, 2021
    Copy the full SHA
    3e7ad79 View commit details
1 change: 1 addition & 0 deletions benchmarks/benchmarks.vcxproj
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
<ClCompile Include="..\numerics\fast_sin_cos_2π.cpp" />
<ClCompile Include="..\physics\protector.cpp" />
<ClCompile Include="apsides.cpp" />
<ClCompile Include="discrete_trajectory.cpp" />
<ClCompile Include="dynamic_frame.cpp" />
<ClCompile Include="elliptic_integrals_benchmark.cpp" />
<ClCompile Include="elliptic_functions_benchmark.cpp" />
3 changes: 3 additions & 0 deletions benchmarks/benchmarks.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -92,6 +92,9 @@
<ClCompile Include="..\geometry\instant_output.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="discrete_trajectory.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="quantities.hpp">
Loading