diff options
Diffstat (limited to 'etc/import/absl')
22 files changed, 1373 insertions, 116 deletions
diff --git a/etc/import/absl/algorithm/TARGETS.absl b/etc/import/absl/algorithm/TARGETS.absl index b01f6667..92a6f6e2 100644 --- a/etc/import/absl/algorithm/TARGETS.absl +++ b/etc/import/absl/algorithm/TARGETS.absl @@ -1,4 +1,24 @@ { "algorithm": + { "type": "export" + , "target": "algorithm (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "algorithm (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["algorithm"] , "stage": ["absl", "algorithm"] @@ -7,7 +27,7 @@ } , "container": { "type": "export" - , "target": "container_internal" + , "target": "container (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -25,12 +45,16 @@ , "TOOLCHAIN_CONFIG" ] } -, "container_internal": +, "container (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["container"] , "stage": ["absl", "algorithm"] , "hdrs": ["container.h"] , "deps": - ["algorithm", ["absl/base", "core_headers"], ["absl/meta", "type_traits"]] + [ "algorithm" + , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] + , ["absl/meta", "type_traits"] + ] } } diff --git a/etc/import/absl/base/TARGETS.absl b/etc/import/absl/base/TARGETS.absl index c1a7713b..8ff8eb6f 100644 --- a/etc/import/absl/base/TARGETS.absl +++ b/etc/import/absl/base/TARGETS.absl @@ -1,6 +1,6 @@ { "base": { "type": "export" - , "target": "base_internal_" + , "target": "base (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "base_internal_": +, "base (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["OS", "TOOLCHAIN_CONFIG", "ARCH", "TARGET_ARCH"] , "name": ["base"] @@ -82,12 +82,33 @@ , "cycleclock_internal" , "dynamic_annotations" , "log_severity" + , "nullability" , "raw_logging_internal" , "spinlock_wait" , ["absl/meta", "type_traits"] ] } , "atomic_hook": + { "type": "export" + , "target": "atomic_hook (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "atomic_hook (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["ARCH", "TARGET_ARCH"] , "name": ["atomic_hook"] @@ -105,6 +126,26 @@ , "deps": ["config", "core_headers"] } , "base_internal": + { "type": "export" + , "target": "base_internal (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "base_internal (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["base_internal"] , "stage": ["absl", "base"] @@ -119,7 +160,7 @@ } , "config": { "type": "export" - , "target": "config_" + , "target": "config (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -137,7 +178,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "config_": +, "config (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["config"] , "stage": ["absl", "base"] @@ -150,7 +191,7 @@ } , "core_headers": { "type": "export" - , "target": "core_headers_internal" + , "target": "core_headers (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -168,7 +209,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "core_headers_internal": +, "core_headers (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["core_headers"] , "stage": ["absl", "base"] @@ -179,7 +220,6 @@ , "optimization.h" , "port.h" , "thread_annotations.h" - , "internal/thread_annotations.h" ] , "deps": ["config"] } @@ -193,7 +233,7 @@ } , "dynamic_annotations": { "type": "export" - , "target": "dynamic_annotations_internal" + , "target": "dynamic_annotations (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -211,7 +251,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "dynamic_annotations_internal": +, "dynamic_annotations (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["dynamic_annotations"] , "stage": ["absl", "base"] @@ -220,7 +260,7 @@ } , "log_severity": { "type": "export" - , "target": "log_severity_internal" + , "target": "log_severity (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -238,7 +278,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "log_severity_internal": +, "log_severity (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_severity"] , "stage": ["absl", "base"] @@ -246,6 +286,60 @@ , "srcs": ["log_severity.cc"] , "deps": ["config", "core_headers"] } +, "no_destructor": + { "type": "export" + , "target": "no_destructor (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "no_destructor (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["no_destructor"] + , "stage": ["absl", "base"] + , "hdrs": ["no_destructor.h"] + , "deps": ["config"] + } +, "nullability": + { "type": "export" + , "target": "nullability (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "nullability (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["nullability"] + , "stage": ["absl", "base"] + , "hdrs": ["nullability.h", "internal/nullability_impl.h"] + , "deps": ["core_headers", ["absl/meta", "type_traits"]] + } , "raw_logging_internal": { "type": "export" , "target": "raw_logging_internal (unexported)" @@ -300,6 +394,26 @@ , "deps": ["base_internal", "core_headers", "errno_saver"] } , "errno_saver": + { "type": "export" + , "target": "errno_saver (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "errno_saver (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["errno_saver"] , "stage": ["absl", "base"] @@ -307,13 +421,53 @@ , "deps": ["config"] } , "endian": + { "type": "export" + , "target": "endian (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "endian (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["endian"] , "stage": ["absl", "base"] , "hdrs": ["internal/endian.h", "internal/unaligned_access.h"] - , "deps": ["base", "config", "core_headers"] + , "deps": ["base", "config", "core_headers", "nullability"] } , "fast_type_id": + { "type": "export" + , "target": "fast_type_id (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "fast_type_id (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["fast_type_id"] , "stage": ["absl", "base"] @@ -321,6 +475,26 @@ , "deps": ["config"] } , "strerror": + { "type": "export" + , "target": "strerror (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "strerror (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["strerror"] , "stage": ["absl", "base"] @@ -329,6 +503,26 @@ , "deps": ["config", "core_headers", "errno_saver"] } , "throw_delegate": + { "type": "export" + , "target": "throw_delegate (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "throw_delegate (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["throw_delegate"] , "stage": ["absl", "base"] @@ -338,7 +532,7 @@ } , "malloc_internal": { "type": "export" - , "target": "malloc_internal_" + , "target": "malloc_internal (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -357,7 +551,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "malloc_internal_": +, "malloc_internal (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["ARCH", "TARGET_ARCH"] , "name": ["malloc_internal"] @@ -387,16 +581,31 @@ , "raw_logging_internal" ] } -, "internal/direct_mmap.h": - { "type": ["@", "rules", "patch", "file"] - , "src": [["FILE", null, "internal/direct_mmap.h"]] - , "patch": [["@", "patches", "", "direct_mmap.h.diff"]] - } , "prefetch": + { "type": "export" + , "target": "prefetch (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "prefetch (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["prefetch"] , "stage": ["absl", "base"] - , "hdrs": ["internal/prefetch.h"] - , "deps": ["config"] + , "hdrs": ["prefetch.h"] + , "deps": ["config", "core_headers"] } } diff --git a/etc/import/absl/cleanup/TARGETS.absl b/etc/import/absl/cleanup/TARGETS.absl index 5aa16c75..399750b4 100644 --- a/etc/import/absl/cleanup/TARGETS.absl +++ b/etc/import/absl/cleanup/TARGETS.absl @@ -1,6 +1,6 @@ { "cleanup": { "type": "export" - , "target": "cleanup_internal_" + , "target": "cleanup (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "cleanup_internal_": +, "cleanup (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["cleanup"] , "stage": ["absl", "cleanup"] diff --git a/etc/import/absl/container/TARGETS.absl b/etc/import/absl/container/TARGETS.absl index 96165d82..5cce491f 100644 --- a/etc/import/absl/container/TARGETS.absl +++ b/etc/import/absl/container/TARGETS.absl @@ -1,6 +1,6 @@ { "inlined_vector": { "type": "export" - , "target": "inlined_vector_internal_" + , "target": "inlined_vector (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "inlined_vector_internal_": +, "inlined_vector (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["inlined_vector"] , "stage": ["absl", "container"] @@ -26,6 +26,7 @@ , "deps": [ "inlined_vector_internal" , ["absl/algorithm", "algorithm"] + , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "throw_delegate"] , ["absl/memory", "memory"] @@ -46,6 +47,26 @@ ] } , "compressed_tuple": + { "type": "export" + , "target": "compressed_tuple (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "compressed_tuple (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["compressed_tuple"] , "stage": ["absl", "container"] @@ -53,6 +74,26 @@ , "deps": [["absl/utility", "utility"]] } , "fixed_array": + { "type": "export" + , "target": "fixed_array (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "fixed_array (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["fixed_array"] , "stage": ["absl", "container"] @@ -68,6 +109,26 @@ ] } , "container_memory": + { "type": "export" + , "target": "container_memory (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "container_memory (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["container_memory"] , "stage": ["absl", "container"] @@ -80,6 +141,26 @@ ] } , "layout": + { "type": "export" + , "target": "layout (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "layout (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["layout"] , "stage": ["absl", "container"] @@ -87,6 +168,7 @@ , "deps": [ ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/debugging", "demangle_internal"] , ["absl/meta", "type_traits"] , ["absl/strings", "strings"] , ["absl/types", "span"] @@ -95,7 +177,7 @@ } , "flat_hash_map": { "type": "export" - , "target": "flat_hash_map_internal" + , "target": "flat_hash_map (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -113,7 +195,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "flat_hash_map_internal": +, "flat_hash_map (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["flat_hash_map"] , "stage": ["absl", "container"] @@ -128,6 +210,26 @@ ] } , "hash_function_defaults": + { "type": "export" + , "target": "hash_function_defaults (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "hash_function_defaults (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["hash_function_defaults"] , "stage": ["absl", "container"] @@ -140,12 +242,37 @@ ] } , "raw_hash_map": + { "type": "export" + , "target": "raw_hash_map (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "raw_hash_map (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["raw_hash_map"] , "stage": ["absl", "container"] , "hdrs": ["internal/raw_hash_map.h"] , "deps": - ["container_memory", "raw_hash_set", ["absl/base", "throw_delegate"]] + [ "container_memory" + , "raw_hash_set" + , ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/base", "throw_delegate"] + ] } , "common": { "type": ["@", "rules", "CC", "library"] @@ -155,6 +282,26 @@ , "deps": [["absl/meta", "type_traits"], ["absl/types", "optional"]] } , "raw_hash_set": + { "type": "export" + , "target": "raw_hash_set (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "raw_hash_set (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["raw_hash_set"] , "stage": ["absl", "container"] @@ -169,9 +316,11 @@ , "hashtablez_sampler" , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "dynamic_annotations"] , ["absl/base", "endian"] , ["absl/base", "prefetch"] , ["absl/base", "raw_logging_internal"] + , ["absl/hash", "hash"] , ["absl/memory", "memory"] , ["absl/meta", "type_traits"] , ["absl/numeric", "bits"] @@ -219,17 +368,19 @@ [ ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "raw_logging_internal"] , ["absl/debugging", "stacktrace"] , ["absl/memory", "memory"] , ["absl/profiling", "exponential_biased"] , ["absl/profiling", "sample_recorder"] , ["absl/synchronization", "synchronization"] + , ["absl/time", "time"] , ["absl/utility", "utility"] ] } , "flat_hash_set": { "type": "export" - , "target": "flat_hash_set_internal" + , "target": "flat_hash_set (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -247,7 +398,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "flat_hash_set_internal": +, "flat_hash_set (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["flat_hash_set"] , "stage": ["absl", "container"] @@ -263,7 +414,7 @@ } , "btree": { "type": "export" - , "target": "btree_internal" + , "target": "btree (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -281,7 +432,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "btree_internal": +, "btree (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["btree"] , "stage": ["absl", "container"] diff --git a/etc/import/absl/crc/TARGETS.absl b/etc/import/absl/crc/TARGETS.absl index 1924dbc5..fe2c4185 100644 --- a/etc/import/absl/crc/TARGETS.absl +++ b/etc/import/absl/crc/TARGETS.absl @@ -1,4 +1,24 @@ { "crc_cord_state": + { "type": "export" + , "target": "crc_cord_state (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "crc_cord_state (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["crc_cord_state"] , "stage": ["absl", "crc"] @@ -12,6 +32,26 @@ ] } , "crc32c": + { "type": "export" + , "target": "crc32c (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "crc32c (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["crc32c"] , "stage": ["absl", "crc"] @@ -24,7 +64,7 @@ , "srcs": [ "crc32c.cc" , "internal/crc_memcpy_fallback.cc" - , "internal/crc_memcpy_x86_64.cc" + , "internal/crc_memcpy_x86_arm_combined.cc" , "internal/crc_non_temporal_memcpy.cc" ] , "deps": @@ -33,10 +73,10 @@ , "non_temporal_memcpy" , ["absl/base", "config"] , ["absl/base", "core_headers"] - , ["absl/base", "dynamic_annotations"] , ["absl/base", "endian"] , ["absl/base", "prefetch"] , ["absl/strings", "strings"] + , ["absl/strings", "str_format"] ] } , "cpu_detect": @@ -56,10 +96,8 @@ , "private-hdrs": ["internal/crc_internal.h"] , "deps": [ "cpu_detect" - , ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] - , ["absl/base", "dynamic_annotations"] , ["absl/base", "endian"] , ["absl/base", "prefetch"] , ["absl/base", "raw_logging_internal"] diff --git a/etc/import/absl/debugging/TARGETS.absl b/etc/import/absl/debugging/TARGETS.absl index f7052bc3..412414fa 100644 --- a/etc/import/absl/debugging/TARGETS.absl +++ b/etc/import/absl/debugging/TARGETS.absl @@ -1,4 +1,24 @@ { "symbolize": + { "type": "export" + , "target": "symbolize (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "symbolize (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["TOOLCHAIN_CONFIG", "ARCH", "TARGET_ARCH"] , "name": ["symbolize"] @@ -50,6 +70,26 @@ ] } , "examine_stack": + { "type": "export" + , "target": "examine_stack (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "examine_stack (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_message"] , "stage": ["absl", "debugging"] @@ -64,6 +104,26 @@ ] } , "stacktrace": + { "type": "export" + , "target": "stacktrace (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "stacktrace (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["stacktrace"] , "stage": ["absl", "debugging"] @@ -84,6 +144,7 @@ [ "debugging_internal" , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "dynamic_annotations"] , ["absl/base", "raw_logging_internal"] ] } @@ -110,6 +171,26 @@ ] } , "demangle_internal": + { "type": "export" + , "target": "demangle_internal (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "demangle_internal (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["demangle_internal"] , "stage": ["absl", "debugging"] diff --git a/etc/import/absl/flags/TARGETS.absl b/etc/import/absl/flags/TARGETS.absl index 76370c9c..899bb621 100644 --- a/etc/import/absl/flags/TARGETS.absl +++ b/etc/import/absl/flags/TARGETS.absl @@ -36,7 +36,7 @@ } , "marshalling": { "type": "export" - , "target": "marshalling_internal" + , "target": "marshalling (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -54,7 +54,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "marshalling_internal": +, "marshalling (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["marshalling"] , "stage": ["absl", "flags"] @@ -64,6 +64,7 @@ [ ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "log_severity"] + , ["absl/numeric", "int128"] , ["absl/strings", "strings"] , ["absl/strings", "str_format"] , ["absl/types", "optional"] @@ -117,6 +118,7 @@ , "private_handle_accessor" , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "no_destructor"] , ["absl/container", "flat_hash_map"] , ["absl/strings", "strings"] , ["absl/synchronization", "synchronization"] @@ -147,7 +149,7 @@ } , "flag": { "type": "export" - , "target": "flag_" + , "target": "flag (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -165,12 +167,11 @@ , "TOOLCHAIN_CONFIG" ] } -, "flag_": +, "flag (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["flag"] , "stage": ["absl", "flags"] - , "srcs": ["flag.cc"] - , "hdrs": ["declare.h", "flag.h", "internal/flag_msvc.inc"] + , "hdrs": ["declare.h", "flag.h"] , "deps": [ "config" , "flag_internal" diff --git a/etc/import/absl/functional/TARGETS.absl b/etc/import/absl/functional/TARGETS.absl index be3a96ec..1fcdd9b0 100644 --- a/etc/import/absl/functional/TARGETS.absl +++ b/etc/import/absl/functional/TARGETS.absl @@ -1,6 +1,6 @@ { "function_ref": { "type": "export" - , "target": "function_ref_internal" + , "target": "function_ref (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,20 +18,21 @@ , "TOOLCHAIN_CONFIG" ] } -, "function_ref_internal": +, "function_ref (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["function_ref"] , "stage": ["absl", "functional"] , "hdrs": ["function_ref.h", "internal/function_ref.h"] , "deps": - [ ["absl/base", "base_internal"] + [ "any_invocable" + , ["absl/base", "base_internal"] , ["absl/base", "core_headers"] , ["absl/meta", "type_traits"] ] } , "any_invocable": { "type": "export" - , "target": "any_invocable_internal" + , "target": "any_invocable (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -49,7 +50,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "any_invocable_internal": +, "any_invocable (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["any_invocable"] , "stage": ["absl", "functional"] diff --git a/etc/import/absl/hash/TARGETS.absl b/etc/import/absl/hash/TARGETS.absl index 526faa70..733f35fd 100644 --- a/etc/import/absl/hash/TARGETS.absl +++ b/etc/import/absl/hash/TARGETS.absl @@ -1,6 +1,6 @@ { "hash": { "type": "export" - , "target": "hash_internal" + , "target": "hash (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "hash_internal": +, "hash (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["hash"] , "stage": ["absl", "hash"] @@ -62,6 +62,7 @@ , "deps": [ ["absl/base", "config"] , ["absl/base", "endian"] + , ["absl/base", "prefetch"] , ["absl/numeric", "int128"] ] } diff --git a/etc/import/absl/log/TARGETS.absl b/etc/import/absl/log/TARGETS.absl index df213b23..83c49707 100644 --- a/etc/import/absl/log/TARGETS.absl +++ b/etc/import/absl/log/TARGETS.absl @@ -1,6 +1,6 @@ { "absl_check": { "type": "export" - , "target": "absl_check_internal" + , "target": "absl_check (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "absl_check_internal": +, "absl_check (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["absl_check"] , "stage": ["absl", "log"] @@ -27,7 +27,7 @@ } , "absl_log": { "type": "export" - , "target": "absl_log_internal" + , "target": "absl_log (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -45,7 +45,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "absl_log_internal": +, "absl_log (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["absl_log"] , "stage": ["absl", "log"] @@ -54,7 +54,7 @@ } , "die_if_null": { "type": "export" - , "target": "die_if_null_internal" + , "target": "die_if_null (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -72,7 +72,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "die_if_null_internal": +, "die_if_null (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["die_if_null"] , "stage": ["absl", "log"] @@ -96,13 +96,15 @@ , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "log_severity"] + , ["absl/base", "raw_logging_internal"] , ["absl/hash", "hash"] + , ["absl/log/internal", "vlog_config"] , ["absl/strings", "strings"] ] } , "initialize": { "type": "export" - , "target": "initialize_internal" + , "target": "initialize (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -120,7 +122,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "initialize_internal": +, "initialize (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["initialize"] , "stage": ["absl", "log"] @@ -134,13 +136,53 @@ ] } , "log": + { "type": "export" + , "target": "log (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log"] , "stage": ["absl", "log"] , "hdrs": ["log.h"] - , "deps": [["absl/log/internal", "log_impl"]] + , "deps": ["vlog_is_on", ["absl/log/internal", "log_impl"]] } , "log_entry": + { "type": "export" + , "target": "log_entry (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log_entry (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_entry"] , "stage": ["absl", "log"] @@ -157,6 +199,26 @@ ] } , "log_sink": + { "type": "export" + , "target": "log_sink (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log_sink (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_sink"] , "stage": ["absl", "log"] @@ -165,6 +227,26 @@ , "deps": ["log_entry", ["absl/base", "config"]] } , "log_sink_registry": + { "type": "export" + , "target": "log_sink_registry (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log_sink_registry (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_sink_registry"] , "stage": ["absl", "log"] @@ -175,4 +257,43 @@ , ["absl/log/internal", "log_sink_set"] ] } +, "absl_vlog_is_on": + { "type": "export" + , "target": "absl_vlog_is_on (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "absl_vlog_is_on (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["absl_vlog_is_on"] + , "stage": ["absl", "log"] + , "hdrs": ["absl_vlog_is_on.h"] + , "deps": + [ ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/log/internal", "vlog_config"] + , ["absl/strings", "strings"] + ] + } +, "vlog_is_on": + { "type": ["@", "rules", "CC", "library"] + , "name": ["vlog_is_on"] + , "stage": ["absl", "log"] + , "hdrs": ["vlog_is_on.h"] + , "deps": ["absl_vlog_is_on"] + } } diff --git a/etc/import/absl/log/internal/TARGETS.absl b/etc/import/absl/log/internal/TARGETS.absl index dce2c666..4911d138 100644 --- a/etc/import/absl/log/internal/TARGETS.absl +++ b/etc/import/absl/log/internal/TARGETS.absl @@ -1,4 +1,24 @@ { "check_impl": + { "type": "export" + , "target": "check_impl (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "check_impl (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["check_impl"] , "stage": ["absl", "log", "internal"] @@ -12,6 +32,26 @@ ] } , "check_op": + { "type": "export" + , "target": "check_op (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "check_op (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["check_op"] , "stage": ["absl", "log", "internal"] @@ -27,6 +67,26 @@ ] } , "conditions": + { "type": "export" + , "target": "conditions (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "conditions (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["conditions"] , "stage": ["absl", "log", "internal"] @@ -40,6 +100,26 @@ ] } , "config": + { "type": "export" + , "target": "config (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "config (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["config"] , "stage": ["absl", "log", "internal"] @@ -66,6 +146,26 @@ ] } , "globals": + { "type": "export" + , "target": "globals (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "globals (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["globals"] , "stage": ["absl", "log", "internal"] @@ -81,13 +181,54 @@ ] } , "log_impl": + { "type": "export" + , "target": "log_impl (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log_impl (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_impl"] , "stage": ["absl", "log", "internal"] , "hdrs": ["log_impl.h"] - , "deps": ["conditions", "log_message", "strip"] + , "deps": + ["conditions", "log_message", "strip", ["absl/log", "absl_vlog_is_on"]] } , "log_message": + { "type": "export" + , "target": "log_messages (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "log_messages (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["log_message"] , "stage": ["absl", "log", "internal"] @@ -143,6 +284,7 @@ , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "log_severity"] + , ["absl/base", "no_destructor"] , ["absl/base", "raw_logging_internal"] , ["absl/cleanup", "cleanup"] , ["absl/log", "globals"] @@ -154,6 +296,26 @@ ] } , "nullguard": + { "type": "export" + , "target": "nullguard (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "nullguard (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["nullguard"] , "stage": ["absl", "log", "internal"] @@ -162,6 +324,26 @@ , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]] } , "nullstream": + { "type": "export" + , "target": "nullstream (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "nullstream (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["nullstream"] , "stage": ["absl", "log", "internal"] @@ -174,6 +356,26 @@ ] } , "strip": + { "type": "export" + , "target": "strip (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "strip (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["strip"] , "stage": ["absl", "log", "internal"] @@ -181,6 +383,26 @@ , "deps": ["log_message", "nullstream", ["absl/base", "log_severity"]] } , "voidify": + { "type": "export" + , "target": "voidify (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "voidify (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["voidify"] , "stage": ["absl", "log", "internal"] @@ -201,4 +423,70 @@ , ["absl/types", "span"] ] } +, "fnmatch": + { "type": "export" + , "target": "fnmatch (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "fnmatch (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["fnmatch"] + , "stage": ["absl", "log", "internal"] + , "hdrs": ["fnmatch.h"] + , "srcs": ["fnmatch.cc"] + , "deps": [["absl/base", "config"], ["absl/strings", "strings"]] + } +, "vlog_config": + { "type": "export" + , "target": "vlog_config (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "vlog_config (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["vlog_config"] + , "stage": ["absl", "log", "internal"] + , "hdrs": ["vlog_config.h"] + , "srcs": ["vlog_config.cc"] + , "deps": + [ ["absl/base", "base"] + , ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/base", "no_destructor"] + , "fnmatch" + , ["absl/memory", "memory"] + , ["absl/strings", "strings"] + , ["absl/synchronization", "synchronization"] + , ["absl/types", "optional"] + ] + } } diff --git a/etc/import/absl/memory/TARGETS.absl b/etc/import/absl/memory/TARGETS.absl index efb89a0f..5eb21b82 100644 --- a/etc/import/absl/memory/TARGETS.absl +++ b/etc/import/absl/memory/TARGETS.absl @@ -1,6 +1,6 @@ { "memory": { "type": "export" - , "target": "memory_internal" + , "target": "memory (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "memory_internal": +, "memory (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["memory"] , "stage": ["absl", "memory"] diff --git a/etc/import/absl/meta/TARGETS.absl b/etc/import/absl/meta/TARGETS.absl index a6199106..c5202508 100644 --- a/etc/import/absl/meta/TARGETS.absl +++ b/etc/import/absl/meta/TARGETS.absl @@ -1,6 +1,6 @@ { "type_traits": { "type": "export" - , "target": "type_traits_internal" + , "target": "type_traits (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,11 +18,11 @@ , "TOOLCHAIN_CONFIG" ] } -, "type_traits_internal": +, "type_traits (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["type_traits"] , "stage": ["absl", "meta"] , "hdrs": ["type_traits.h"] - , "deps": [["absl/base", "config"]] + , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]] } } diff --git a/etc/import/absl/numeric/TARGETS.absl b/etc/import/absl/numeric/TARGETS.absl index ed778e60..2d543567 100644 --- a/etc/import/absl/numeric/TARGETS.absl +++ b/etc/import/absl/numeric/TARGETS.absl @@ -1,6 +1,6 @@ { "int128": { "type": "export" - , "target": "int128_internal" + , "target": "int128 (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "int128_internal": +, "int128 (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["int128"] , "stage": ["absl", "numeric"] @@ -29,7 +29,7 @@ } , "bits": { "type": "export" - , "target": "bits_internal" + , "target": "bits (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -47,7 +47,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "bits_internal": +, "bits (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["bits"] , "stage": ["absl", "numeric"] @@ -55,6 +55,26 @@ , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]] } , "numeric_representation": + { "type": "export" + , "target": "numeric_representation (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "numeric_representation (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["numeric_representation"] , "stage": ["absl", "numeric"] diff --git a/etc/import/absl/profiling/TARGETS.absl b/etc/import/absl/profiling/TARGETS.absl index 67042bf9..a49deb13 100644 --- a/etc/import/absl/profiling/TARGETS.absl +++ b/etc/import/absl/profiling/TARGETS.absl @@ -1,4 +1,24 @@ { "exponential_biased": + { "type": "export" + , "target": "exponential_biased (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "exponential_biased (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["exponential_biased"] , "stage": ["absl", "profiling"] @@ -7,6 +27,26 @@ , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]] } , "sample_recorder": + { "type": "export" + , "target": "sample_recorder (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "sample_recorder (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["sample_recorder"] , "stage": ["absl", "profiling"] diff --git a/etc/import/absl/random/TARGETS.absl b/etc/import/absl/random/TARGETS.absl index 98f4c1c4..9035e1d3 100644 --- a/etc/import/absl/random/TARGETS.absl +++ b/etc/import/absl/random/TARGETS.absl @@ -1,6 +1,6 @@ { "random": { "type": "export" - , "target": "random_internal" + , "target": "random (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -19,7 +19,7 @@ , "USE_SYSTEM_LIBS" ] } -, "random_internal": +, "random (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["random"] , "stage": ["absl", "random"] @@ -35,7 +35,7 @@ } , "distributions": { "type": "export" - , "target": "distributions_internal" + , "target": "distributions (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -54,7 +54,7 @@ , "USE_SYSTEM_LIBS" ] } -, "distributions_internal": +, "distributions (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["distributions"] , "stage": ["absl", "random"] @@ -89,6 +89,41 @@ , ["absl/strings", "strings"] ] } +, "bit_gen_ref": + { "type": "export" + , "target": "bit_gen_ref (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "bit_gen_ref (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["bit_gen_ref"] + , "stage": ["absl", "random"] + , "hdrs": ["bit_gen_ref.h"] + , "deps": + [ "random" + , ["absl/base", "core_headers"] + , ["absl/base", "fast_type_id"] + , "internal_pool_urbg" + , "internal_salted_seed_seq" + , "internal_seed_material" + , ["absl/types", "span"] + ] + } , "internal_nonsecure_base": { "type": ["@", "rules", "CC", "library"] , "name": ["internal_nonsecure_base"] @@ -118,6 +153,26 @@ ] } , "internal_pool_urbg": + { "type": "export" + , "target": "internal_pool_urbg (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "internal_pool_urbg (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["internal_pool_urbg"] , "stage": ["absl", "random"] @@ -189,6 +244,26 @@ ] } , "internal_fast_uniform_bits": + { "type": "export" + , "target": "internal_fast_uniform_bits (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "internal_fast_uniform_bits (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["internal_fast_uniform_bits"] , "stage": ["absl", "random"] @@ -211,6 +286,26 @@ , "deps": [["absl/meta", "type_traits"], ["absl/numeric", "int128"]] } , "internal_traits": + { "type": "export" + , "target": "internal_traits (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "internal_traits (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["internal_traits"] , "stage": ["absl", "random"] @@ -246,6 +341,26 @@ ] } , "internal_salted_seed_seq": + { "type": "export" + , "target": "internal_salted_seed_seq (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "internal_salted_seed_seq (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["internal_salted_seed_seq"] , "stage": ["absl", "random"] @@ -259,6 +374,26 @@ ] } , "internal_seed_material": + { "type": "export" + , "target": "internal_seed_material (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "internal_seed_material (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["USE_SYSTEM_LIBS", "OS"] , "name": ["internal_seed_material"] diff --git a/etc/import/absl/status/TARGETS.absl b/etc/import/absl/status/TARGETS.absl index 5b6a13d2..b6b785d1 100644 --- a/etc/import/absl/status/TARGETS.absl +++ b/etc/import/absl/status/TARGETS.absl @@ -1,6 +1,6 @@ { "status": { "type": "export" - , "target": "status_internal" + , "target": "status (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,31 +18,37 @@ , "TOOLCHAIN_CONFIG" ] } -, "status_internal": +, "status (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["status"] , "stage": ["absl", "status"] , "hdrs": ["status.h", "status_payload_printer.h", "internal/status_internal.h"] - , "srcs": ["status.cc", "status_payload_printer.cc"] + , "srcs": + ["internal/status_internal.cc", "status.cc", "status_payload_printer.cc"] , "deps": [ ["absl/base", "atomic_hook"] + , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "no_destructor"] + , ["absl/base", "nullability"] , ["absl/base", "raw_logging_internal"] , ["absl/base", "strerror"] , ["absl/container", "inlined_vector"] , ["absl/debugging", "stacktrace"] , ["absl/debugging", "symbolize"] , ["absl/functional", "function_ref"] + , ["absl/memory", "memory"] , ["absl/strings", "strings"] , ["absl/strings", "cord"] , ["absl/strings", "str_format"] , ["absl/types", "optional"] + , ["absl/types", "span"] ] } , "statusor": { "type": "export" - , "target": "statusor_internal" + , "target": "statusor (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -60,7 +66,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "statusor_internal": +, "statusor (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["statusor"] , "stage": ["absl", "status"] @@ -69,10 +75,14 @@ , "deps": [ "status" , ["absl/base", "base"] + , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] , ["absl/base", "raw_logging_internal"] , ["absl/meta", "type_traits"] , ["absl/strings", "strings"] + , ["absl/strings", "has_ostream_operator"] + , ["absl/strings", "str_format"] , ["absl/types", "variant"] , ["absl/utility", "utility"] ] diff --git a/etc/import/absl/strings/TARGETS.absl b/etc/import/absl/strings/TARGETS.absl index ea989bc1..5608d8fe 100644 --- a/etc/import/absl/strings/TARGETS.absl +++ b/etc/import/absl/strings/TARGETS.absl @@ -1,6 +1,6 @@ -{ "strings": +{ "string_view": { "type": "export" - , "target": "strings_internal" + , "target": "string_view (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,41 @@ , "TOOLCHAIN_CONFIG" ] } -, "strings_internal": +, "string_view (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["string_view"] + , "stage": ["absl", "strings"] + , "hdrs": ["string_view.h"] + , "srcs": ["string_view.cc"] + , "deps": + [ ["absl/base", "base"] + , ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] + , ["absl/base", "throw_delegate"] + ] + } +, "strings": + { "type": "export" + , "target": "strings (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "strings (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["strings"] , "stage": ["absl", "strings"] @@ -26,6 +60,7 @@ [ "ascii.h" , "charconv.h" , "escaping.h" + , "has_absl_stringify.h" , "internal/damerau_levenshtein_distance.h" , "internal/string_constant.h" , "internal/has_absl_stringify.h" @@ -57,7 +92,6 @@ , "str_cat.cc" , "str_replace.cc" , "str_split.cc" - , "string_view.cc" , "substitute.cc" ] , "private-hdrs": @@ -66,11 +100,14 @@ , "internal/memutil.h" ] , "deps": - [ "internal" + [ "charset" + , "internal" + , "string_view" , ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "endian"] + , ["absl/base", "nullability"] , ["absl/base", "raw_logging_internal"] , ["absl/base", "throw_delegate"] , ["absl/memory", "memory"] @@ -81,7 +118,7 @@ } , "internal": { "type": "export" - , "target": "internal_" + , "target": "internal (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -99,13 +136,12 @@ , "TOOLCHAIN_CONFIG" ] } -, "internal_": +, "internal (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["internal"] , "stage": ["absl", "strings"] , "hdrs": - [ "internal/char_map.h" - , "internal/escaping.h" + [ "internal/escaping.h" , "internal/ostringstream.h" , "internal/resize_uninitialized.h" , "internal/utf8.h" @@ -122,7 +158,7 @@ } , "cord": { "type": "export" - , "target": "cord_internal_" + , "target": "cord (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -140,7 +176,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "cord_internal_": +, "cord (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["cord"] , "stage": ["absl", "strings"] @@ -154,15 +190,15 @@ , "cordz_update_scope" , "cordz_update_tracker" , "internal" - , "str_format" , "strings" , ["absl/base", "base"] , ["absl/base", "config"] , ["absl/base", "core_headers"] , ["absl/base", "endian"] + , ["absl/base", "nullability"] , ["absl/base", "raw_logging_internal"] - , ["absl/container", "fixed_array"] , ["absl/container", "inlined_vector"] + , ["absl/crc", "crc32c"] , ["absl/crc", "crc_cord_state"] , ["absl/functional", "function_ref"] , ["absl/meta", "type_traits"] @@ -184,8 +220,6 @@ , "internal/cord_rep_crc.h" , "internal/cord_rep_consume.h" , "internal/cord_rep_flat.h" - , "internal/cord_rep_ring.h" - , "internal/cord_rep_ring_reader.h" ] , "srcs": [ "internal/cord_internal.cc" @@ -194,7 +228,6 @@ , "internal/cord_rep_btree_reader.cc" , "internal/cord_rep_crc.cc" , "internal/cord_rep_consume.cc" - , "internal/cord_rep_ring.cc" ] , "deps": [ "strings" @@ -256,6 +289,7 @@ , ["absl/container", "inlined_vector"] , ["absl/debugging", "stacktrace"] , ["absl/synchronization", "synchronization"] + , ["absl/time", "time"] , ["absl/types", "span"] ] } @@ -301,7 +335,7 @@ } , "str_format": { "type": "export" - , "target": "str_format_internal_" + , "target": "str_format (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -319,12 +353,19 @@ , "TOOLCHAIN_CONFIG" ] } -, "str_format_internal_": +, "str_format (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["str_format"] , "stage": ["absl", "strings"] , "hdrs": ["str_format.h"] - , "deps": ["str_format_internal"] + , "deps": + [ "str_format_internal" + , "string_view" + , ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] + , ["absl/types", "span"] + ] } , "str_format_internal": { "type": ["@", "rules", "CC", "library"] @@ -352,6 +393,8 @@ [ "strings" , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/container", "fixed_array"] + , ["absl/container", "inlined_vector"] , ["absl/functional", "function_ref"] , ["absl/meta", "type_traits"] , ["absl/numeric", "bits"] @@ -362,4 +405,58 @@ , ["absl/utility", "utility"] ] } +, "has_ostream_operator": + { "type": "export" + , "target": "has_ostream_operator (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "has_ostream_operator (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["has_ostream_operator"] + , "stage": ["absl", "strings"] + , "hdrs": ["has_ostream_operator.h"] + , "deps": [["absl/base", "config"]] + } +, "charset": + { "type": "export" + , "target": "charset (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "charset (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["charset"] + , "stage": ["absl", "strings"] + , "hdrs": ["charset.h"] + , "deps": ["string_view", ["absl/base", "core_headers"]] + } } diff --git a/etc/import/absl/synchronization/TARGETS.absl b/etc/import/absl/synchronization/TARGETS.absl index 09bb1700..7657d367 100644 --- a/etc/import/absl/synchronization/TARGETS.absl +++ b/etc/import/absl/synchronization/TARGETS.absl @@ -1,6 +1,6 @@ { "synchronization": { "type": "export" - , "target": "synchronization_internal" + , "target": "synchronization (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "synchronization_internal": +, "synchronization (unexported)": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["ARCH", "TARGET_ARCH"] , "name": ["synchronization"] @@ -28,8 +28,14 @@ , "blocking_counter.h" , "internal/create_thread_identity.h" , "internal/futex.h" + , "internal/futex_waiter.h" , "internal/per_thread_sem.h" + , "internal/pthread_waiter.h" + , "internal/sem_waiter.h" + , "internal/stdcpp_waiter.h" , "internal/waiter.h" + , "internal/waiter_base.h" + , "internal/win32_waiter.h" , "mutex.h" , "notification.h" ] @@ -37,10 +43,15 @@ [ "barrier.cc" , "blocking_counter.cc" , "internal/create_thread_identity.cc" + , "internal/futex_waiter.cc" , "internal/per_thread_sem.cc" - , "internal/waiter.cc" - , "notification.cc" + , "internal/pthread_waiter.cc" + , "internal/sem_waiter.cc" + , "internal/stdcpp_waiter.cc" + , "internal/waiter_base.cc" + , "internal/win32_waiter.cc" , "mutex.cc" + , "notification.cc" ] , "private-ldflags": { "type": "++" @@ -59,8 +70,8 @@ , "deps": [ "graphcycles_internal" , "kernel_timeout_internal" - , ["absl/base", "atomic_hook"] , ["absl/base", "base"] + , ["absl/base", "atomic_hook"] , ["absl/base", "base_internal"] , ["absl/base", "config"] , ["absl/base", "core_headers"] @@ -91,9 +102,12 @@ { "type": ["@", "rules", "CC", "library"] , "name": ["kernel_timeout_internal"] , "stage": ["absl", "synchronization"] + , "srcs": ["internal/kernel_timeout.cc"] , "hdrs": ["internal/kernel_timeout.h"] , "deps": - [ ["absl/base", "core_headers"] + [ ["absl/base", "base"] + , ["absl/base", "config"] + , ["absl/base", "core_headers"] , ["absl/base", "raw_logging_internal"] , ["absl/time", "time"] ] diff --git a/etc/import/absl/time/TARGETS.absl b/etc/import/absl/time/TARGETS.absl index 54d87595..d8c46b85 100644 --- a/etc/import/absl/time/TARGETS.absl +++ b/etc/import/absl/time/TARGETS.absl @@ -1,6 +1,6 @@ { "time": { "type": "export" - , "target": "time_internal" + , "target": "time (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "time_internal": +, "time (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["time"] , "stage": ["absl", "time"] diff --git a/etc/import/absl/types/TARGETS.absl b/etc/import/absl/types/TARGETS.absl index 0dc84c40..d2e067be 100644 --- a/etc/import/absl/types/TARGETS.absl +++ b/etc/import/absl/types/TARGETS.absl @@ -1,6 +1,6 @@ { "optional": { "type": "export" - , "target": "optional_internal" + , "target": "optional (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "optional_internal": +, "optional (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["optional"] , "stage": ["absl", "types"] @@ -28,6 +28,7 @@ , ["absl/base", "base_internal"] , ["absl/base", "config"] , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] , ["absl/memory", "memory"] , ["absl/meta", "type_traits"] , ["absl/utility", "utility"] @@ -43,7 +44,7 @@ } , "variant": { "type": "export" - , "target": "variant_internal" + , "target": "variant (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -61,7 +62,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "variant_internal": +, "variant (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["variant"] , "stage": ["absl", "types"] @@ -85,7 +86,7 @@ } , "span": { "type": "export" - , "target": "span_internal" + , "target": "span (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -103,7 +104,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "span_internal": +, "span (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["span"] , "stage": ["absl", "types"] @@ -111,15 +112,40 @@ , "deps": [ ["absl/algorithm", "algorithm"] , ["absl/base", "core_headers"] + , ["absl/base", "nullability"] , ["absl/base", "throw_delegate"] , ["absl/meta", "type_traits"] ] } , "compare": + { "type": "export" + , "target": "compare (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "compare (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["compare"] , "stage": ["absl", "types"] , "hdrs": ["compare.h"] - , "deps": [["absl/base", "core_headers"], ["absl/meta", "type_traits"]] + , "deps": + [ ["absl/base", "config"] + , ["absl/base", "core_headers"] + , ["absl/meta", "type_traits"] + ] } } diff --git a/etc/import/absl/utility/TARGETS.absl b/etc/import/absl/utility/TARGETS.absl index 209cd13e..55d78388 100644 --- a/etc/import/absl/utility/TARGETS.absl +++ b/etc/import/absl/utility/TARGETS.absl @@ -1,6 +1,6 @@ { "utility": { "type": "export" - , "target": "utility_internal" + , "target": "utility (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "utility_internal": +, "utility (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["utility"] , "stage": ["absl", "utility"] |