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/glog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3e2dfea075df
Choose a base ref
...
head repository: mockingbirdnest/glog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea41b181dc3e
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
    f07ca1e View commit details
  2. \n

    eggrobin committed Apr 10, 2020
    Copy the full SHA
    ce33de0 View commit details
  3. split & rename

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

    principia_make
    eggrobin authored Apr 10, 2020
    Copy the full SHA
    ea41b18 View commit details
Showing with 11 additions and 0 deletions.
  1. +9 −0 principia_make.sh
  2. +2 −0 principia_variable_overrides.sh
9 changes: 9 additions & 0 deletions principia_make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
./autogen.sh
./configure \
CC=clang \
CXX=clang++ \
CFLAGS="${C_FLAGS?}" \
CXXFLAGS="${CXX_FLAGS?}" \
LDFLAGS="${LD_FLAGS?}" \
LIBS="-lc++ -lc++abi"
make -j8
2 changes: 2 additions & 0 deletions principia_variable_overrides.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PRINCIPIA_CXX_FLAGS=-std=c++14
PRINCIPIA_MACOS_CXX_FLAGS=