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: dd92644029db
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adac65146985
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 23, 2020

  1. Mention zfp.

    pleroy authored May 23, 2020
    Copy the full SHA
    adac651 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 documentation/Setup.md
2 changes: 2 additions & 0 deletions documentation/Setup.md
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ This project depends upon:
benchmark library;
- our [fork](https://github.com/mockingbirdnest/gipfeli) of the Google gipfeli library;
- our [fork](https://github.com/mockingbirdnest/abseil-cpp) of the Google Abseil C++ library;
- our [fork]() of the LLNL zfp library;
- parts of the Chromium codebase (for stack tracing support in glog on Windows),
*modified according to the instructions below*.

@@ -59,6 +60,7 @@ git clone "https://github.com/mockingbirdnest/protobuf.git"
git clone "https://github.com/mockingbirdnest/benchmark.git"
git clone "https://github.com/mockingbirdnest/gipfeli.git"
git clone "https://github.com/mockingbirdnest/abseil-cpp.git"
git clone "https://github.com/mockingbirdnest/zfp.git"
git clone "https://chromium.googlesource.com/chromium/src.git" chromium -n --depth 1 -b "40.0.2193.1"
$GitPromptSettings.RepositoriesInWhichToDisableFileStatus += join-path (gi -path .).FullName chromium
cd chromium