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

Commits on May 30, 2021

  1. Group all of Abseil.

    pleroy committed May 30, 2021
    Copy the full SHA
    a73dc8b View commit details
  2. Merge pull request #3011 from pleroy/Linker

    Group all the Abseil libraries in the linker command line
    pleroy authored May 30, 2021
    Copy the full SHA
    aabdc4e View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 Makefile
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -65,13 +65,15 @@ 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 := \