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

Commits on May 30, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9709f56 View commit details
  2. Merge pull request #3012 from mockingbirdnest/revert-3011-Linker

    Revert "Group all the Abseil libraries in the linker command line"
    eggrobin authored May 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4403ca7 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 Makefile
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -65,15 +65,13 @@ endif
TEST_LIBS := $(DEP_DIR)benchmark/src/libbenchmark.a $(DEP_DIR)protobuf/src/.libs/libprotobuf.a
LIBS := $(DEP_DIR)protobuf/src/.libs/libprotobuf.a \
$(DEP_DIR)gipfeli/libgipfeli.a \
--start-group \
$(DEP_DIR)abseil-cpp/absl/status/libabsl_*.a \
$(DEP_DIR)abseil-cpp/absl/strings/libabsl_*.a \
$(DEP_DIR)abseil-cpp/absl/synchronization/libabsl_synchronization.a \
$(DEP_DIR)abseil-cpp/absl/time/libabsl_*.a \
$(DEP_DIR)abseil-cpp/absl/debugging/libabsl_*.a \
$(DEP_DIR)abseil-cpp/absl/numeric/libabsl_*.a \
$(DEP_DIR)abseil-cpp/absl/base/libabsl_*.a \
--end-group \
$(DEP_DIR)zfp/build/lib/libzfp.a \
$(DEP_DIR)glog/.libs/libglog.a -lpthread -lc++ -lc++abi
TEST_INCLUDES := \