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

Commits on May 30, 2021

  1. Copy the full SHA
    e684d52 View commit details
  2. sln

    eggrobin committed May 30, 2021
    Copy the full SHA
    9e0d134 View commit details
  3. Merge pull request #3017 from eggrobin/chromium

    Normalize the chromium bits in the setup
    eggrobin authored May 30, 2021
    Copy the full SHA
    aee6ba0 View commit details
Showing with 4 additions and 1,711 deletions.
  1. +2 −2 Principia.sln
  2. +0 −1,684 documentation/Setup Files/chromium.patch
  3. +0 −3 documentation/Setup Files/chromium_sparse_checkout.txt
  4. +1 −21 documentation/Setup.md
  5. +1 −1 rebuild_all_solutions.ps1
4 changes: 2 additions & 2 deletions Principia.sln
Original file line number Diff line number Diff line change
@@ -96,8 +96,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "coverage_analyser", "covera
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Setup Files", "Setup Files", "{E3536C51-3B98-4D50-8973-A72D03042FCF}"
ProjectSection(SolutionItems) = preProject
documentation\Setup Files\chromium.patch = documentation\Setup Files\chromium.patch
documentation\Setup Files\chromium_sparse_checkout.txt = documentation\Setup Files\chromium_sparse_checkout.txt
Makefile = Makefile
Vagrantfile = Vagrantfile
EndProjectSection
@@ -152,7 +150,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentat
documentation\Legendre.tex = documentation\Legendre.tex
documentation\ODEs and Runge-Kutta integrators.tex = documentation\ODEs and Runge-Kutta integrators.tex
documentation\Perspective hiding.tex = documentation\Perspective hiding.tex
documentation\Releasing.md = documentation\Releasing.md
documentation\semtex.sty = documentation\semtex.sty
documentation\Setup.md = documentation\Setup.md
EndProjectSection
EndProject
Global
Loading