Initial Commit
parents
Showing
ABSEIL_ISSUE_TEMPLATE.md
0 → 100644
AUTHORS
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
WORKSPACE
0 → 100644
absl/BUILD.bazel
0 → 100644
absl/algorithm/BUILD.bazel
0 → 100644
absl/algorithm/algorithm.h
0 → 100644
absl/algorithm/algorithm_test.cc
0 → 100644
absl/algorithm/container.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/algorithm/container_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/BUILD.bazel
0 → 100644
absl/base/attributes.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/bit_cast_test.cc
0 → 100644
absl/base/call_once.h
0 → 100644
absl/base/call_once_test.cc
0 → 100644
absl/base/casts.h
0 → 100644
absl/base/config.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/config_test.cc
0 → 100644
absl/base/dynamic_annotations.cc
0 → 100644
absl/base/dynamic_annotations.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/atomic_hook.h
0 → 100644
absl/base/internal/cycleclock.cc
0 → 100644
absl/base/internal/cycleclock.h
0 → 100644
absl/base/internal/endian.h
0 → 100644
absl/base/internal/endian_test.cc
0 → 100644
absl/base/internal/exception_testing.h
0 → 100644
absl/base/internal/identity.h
0 → 100644
absl/base/internal/invoke.h
0 → 100644
absl/base/internal/log_severity.cc
0 → 100644
absl/base/internal/log_severity.h
0 → 100644
absl/base/internal/low_level_alloc.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/low_level_alloc.h
0 → 100644
absl/base/internal/low_level_alloc_test.cc
0 → 100644
absl/base/internal/low_level_scheduling.h
0 → 100644
absl/base/internal/malloc_extension.cc
0 → 100644
absl/base/internal/malloc_extension.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/malloc_extension_c.h
0 → 100644
absl/base/internal/malloc_extension_test.cc
0 → 100644
absl/base/internal/malloc_hook.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/malloc_hook.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/malloc_hook_c.h
0 → 100644
absl/base/internal/malloc_hook_invoke.h
0 → 100644
absl/base/internal/per_thread_tls.h
0 → 100644
absl/base/internal/raw_logging.cc
0 → 100644
absl/base/internal/raw_logging.h
0 → 100644
absl/base/internal/scheduling_mode.h
0 → 100644
absl/base/internal/spinlock.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/spinlock.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/spinlock_posix.inc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/spinlock_wait.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/spinlock_wait.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/spinlock_win32.inc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/sysinfo.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/sysinfo.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/sysinfo_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/thread_identity.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/thread_identity.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/thread_identity_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/throw_delegate.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/throw_delegate.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/tsan_mutex_interface.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/unaligned_access.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/unscaledcycleclock.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/internal/unscaledcycleclock.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/invoke_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/macros.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/optimization.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/policy_checks.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/port.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/raw_logging_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/spinlock_test_common.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/thread_annotations.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/base/throw_delegate_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/container/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/container/fixed_array.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/container/fixed_array_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/container/inlined_vector.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/container/inlined_vector_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/copts.bzl
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/debugging/internal/elf_mem_image.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/internal/elf_mem_image.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/debugging/internal/stacktrace_config.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/debugging/internal/vdso_support.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/internal/vdso_support.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/leak_check.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/leak_check.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/leak_check_disable.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/leak_check_fail_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/leak_check_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/stacktrace.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/debugging/stacktrace.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/memory/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/memory/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
absl/memory/memory.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/memory/memory_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/meta/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/meta/type_traits.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/meta/type_traits_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/int128.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/int128.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/int128_have_intrinsic.inc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/int128_no_intrinsic.inc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/numeric/int128_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/ascii.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/ascii.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/ascii_ctype.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/ascii_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/escaping.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/escaping.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/escaping_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/char_map.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/char_map_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/strings/internal/fastmem.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/fastmem_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/memutil.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/memutil.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/memutil_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/strings/internal/ostringstream.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/ostringstream_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/resize_uninitialized.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/strings/internal/str_join_internal.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/str_split_internal.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/utf8.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/utf8.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/internal/utf8_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/match.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/match.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/match_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/numbers.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/numbers.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/numbers_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_cat.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_cat.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_cat_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_join.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_join_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_replace.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_replace.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_replace_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_split.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_split.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/str_split_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/string_view.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/string_view.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/string_view_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/strip.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/strip.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/strip_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/substitute.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/substitute.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/substitute_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/testdata/getline-1.txt
0 → 100644
This diff is collapsed.
Click to expand it.
absl/strings/testdata/getline-2.txt
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/barrier.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/barrier.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/blocking_counter.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/blocking_counter.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/synchronization/internal/graphcycles.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/internal/graphcycles.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/synchronization/internal/thread_pool.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/internal/waiter.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/internal/waiter.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/mutex.cc
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
absl/synchronization/mutex.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/mutex_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/notification.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/notification.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/synchronization/notification_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/test_dependencies.bzl
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/clock.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/clock.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/clock_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/duration.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/duration_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/format.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/format_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/internal/get_current_time_ios.inc
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
absl/time/internal/test_util.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/internal/test_util.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/internal/zoneinfo.inc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/time.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/time.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/time_norm_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/time_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/time/time_zone_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/any.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/any_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/bad_any_cast.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/bad_any_cast.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/bad_optional_access.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/bad_optional_access.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/optional.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/optional.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/optional_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/span.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/types/span_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/utility/BUILD.bazel
0 → 100644
This diff is collapsed.
Click to expand it.
absl/utility/utility.cc
0 → 100644
This diff is collapsed.
Click to expand it.
absl/utility/utility.h
0 → 100644
This diff is collapsed.
Click to expand it.
absl/utility/utility_test.cc
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment