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/benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20791527a91b
Choose a base ref
...
head repository: mockingbirdnest/benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1a3fc73a7862
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 10, 2020

  1. principia_make

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    04a1ddc View commit details
  2. split

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    84aedd0 View commit details
  3. rename

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    ebe77b0 View commit details
  4. Merge pull request #3 from eggrobin/principia_make

    principia_make
    eggrobin authored Apr 10, 2020
    Copy the full SHA
    1a3fc73 View commit details
Showing with 9 additions and 0 deletions.
  1. +8 −0 principia_make.sh
  2. +1 −0 principia_variable_overrides.sh
8 changes: 8 additions & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake \
-DCMAKE_C_COMPILER:FILEPATH=`which clang` \
-DCMAKE_CXX_COMPILER:FILEPATH=`which clang++` \
-DCMAKE_C_FLAGS="${C_FLAGS?}" \
-DCMAKE_CXX_FLAGS="${CXX_FLAGS?}" \
-DCMAKE_LD_FLAGS="${LD_FLAGS?}" \
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF
make -j8
1 change: 1 addition & 0 deletions principia_variable_overrides.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PRINCIPIA_MACOS_CXX_FLAGS=