diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-13 01:20:54 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-13 01:20:54 +0300 |
commit | 669e8d5ef59e6f49667af117dfee9a43efbf2441 (patch) | |
tree | 9e4a6bcdb72a727e62d1c29c7c4d143138cc20ed /contrib | |
parent | 386da7e65b6beb4b05206eed4955c05526c94b7b (diff) | |
download | ydb-669e8d5ef59e6f49667af117dfee9a43efbf2441.tar.gz |
intermediate changes
ref:5004388c52f14b7b0a9521b0eee797b5081d4f35
Diffstat (limited to 'contrib')
47 files changed, 561 insertions, 467 deletions
diff --git a/contrib/libs/grpc/grpc++/CMakeLists.txt b/contrib/libs/grpc/grpc++/CMakeLists.txt index ebbc9493ed..bbaa168b30 100644 --- a/contrib/libs/grpc/grpc++/CMakeLists.txt +++ b/contrib/libs/grpc/grpc++/CMakeLists.txt @@ -29,13 +29,13 @@ target_link_libraries(libs-grpc-grpc++ PUBLIC grpc-third_party-address_sorting grpc-third_party-upb OpenSSL::OpenSSL - container-internal-raw_hash_set - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-status - y_absl-status-statusor - abseil-cpp-tstring-y_absl-strings - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time + ycontainer-internal-raw_hash_set + yabseil-cpp-tstring-y_absl-hash + yabseil-cpp-tstring-y_absl-status + yabsl-status-statusor + yabseil-cpp-tstring-y_absl-strings + yabseil-cpp-tstring-y_absl-synchronization + yabseil-cpp-tstring-y_absl-time ) target_sources(libs-grpc-grpc++ PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/transport/binder/client/binder_connector.cc diff --git a/contrib/libs/grpc/grpc/CMakeLists.txt b/contrib/libs/grpc/grpc/CMakeLists.txt index 69b1ea1aad..2c4440df14 100644 --- a/contrib/libs/grpc/grpc/CMakeLists.txt +++ b/contrib/libs/grpc/grpc/CMakeLists.txt @@ -40,16 +40,16 @@ target_link_libraries(libs-grpc-grpc PUBLIC contrib-libs-re2 contrib-libs-xxhash ZLIB::ZLIB - abseil-cpp-tstring-y_absl-hash + yabseil-cpp-tstring-y_absl-hash abseil-cpp-tstring-y_absl-meta - abseil-cpp-tstring-y_absl-status - y_absl-status-statusor - abseil-cpp-tstring-y_absl-strings - y_absl-strings-cord - strings-internal-str_format - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-status + yabsl-status-statusor + yabseil-cpp-tstring-y_absl-strings + yabsl-strings-cord + ystrings-internal-str_format + yabseil-cpp-tstring-y_absl-synchronization + yabseil-cpp-tstring-y_absl-time + yabsl-time-time_zone library-cpp-resource ) target_sources(libs-grpc-grpc PRIVATE diff --git a/contrib/libs/grpc/src/core/lib/CMakeLists.txt b/contrib/libs/grpc/src/core/lib/CMakeLists.txt index 251abc2611..cb22364dc3 100644 --- a/contrib/libs/grpc/src/core/lib/CMakeLists.txt +++ b/contrib/libs/grpc/src/core/lib/CMakeLists.txt @@ -24,15 +24,15 @@ target_link_libraries(src-core-lib PUBLIC contrib-libs-cxxsupp yutil grpc-third_party-upb - base-internal-spinlock_wait + ybase-internal-spinlock_wait abseil-cpp-tstring-y_absl-container abseil-cpp-tstring-y_absl-memory - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - y_absl-strings-cord - strings-internal-str_format - abseil-cpp-tstring-y_absl-synchronization - abseil-cpp-tstring-y_absl-time + yabseil-cpp-tstring-y_absl-status + yabseil-cpp-tstring-y_absl-strings + yabsl-strings-cord + ystrings-internal-str_format + yabseil-cpp-tstring-y_absl-synchronization + yabseil-cpp-tstring-y_absl-time ) target_sources(src-core-lib PRIVATE ${CMAKE_SOURCE_DIR}/contrib/libs/grpc/src/core/ext/upb-generated/google/protobuf/any.upb.c diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index 767a92e631..dda810d673 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.23.9 +Version: 1.23.10 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.6 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.27.0,>=1.26.9) +Requires-Dist: botocore (<1.27.0,>=1.26.10) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.6.0,>=0.5.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 9ff6abe9f0..e67d53bf8a 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.23.9' +__version__ = '1.23.10' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/botocore/py3/.dist-info/METADATA b/contrib/python/botocore/py3/.dist-info/METADATA index 52a679689d..261902cc34 100644 --- a/contrib/python/botocore/py3/.dist-info/METADATA +++ b/contrib/python/botocore/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: botocore -Version: 1.26.9 +Version: 1.26.10 Summary: Low-level, data-driven core of boto 3. Home-page: https://github.com/boto/botocore Author: Amazon Web Services diff --git a/contrib/python/botocore/py3/botocore/__init__.py b/contrib/python/botocore/py3/botocore/__init__.py index 00493239cd..6595c3bf0e 100644 --- a/contrib/python/botocore/py3/botocore/__init__.py +++ b/contrib/python/botocore/py3/botocore/__init__.py @@ -16,7 +16,7 @@ import logging import os import re -__version__ = '1.26.9' +__version__ = '1.26.10' class NullHandler(logging.Handler): diff --git a/contrib/python/botocore/py3/botocore/data/appflow/2020-08-23/service-2.json b/contrib/python/botocore/py3/botocore/data/appflow/2020-08-23/service-2.json index ab002df10d..9374c938cf 100644 --- a/contrib/python/botocore/py3/botocore/data/appflow/2020-08-23/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/appflow/2020-08-23/service-2.json @@ -27,7 +27,7 @@ {"shape":"ConnectorAuthenticationException"}, {"shape":"InternalServerException"} ], - "documentation":"<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. </p>" + "documentation":"<p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support channel. In each connector profile that you create, you can provide the credentials and properties for only one connector.</p>" }, "CreateFlow":{ "name":"CreateFlow", @@ -108,7 +108,7 @@ {"shape":"ConnectorServerException"}, {"shape":"InternalServerException"} ], - "documentation":"<p> Provides details regarding the entity used with the connector, with a description of the data model for each entity. </p>" + "documentation":"<p> Provides details regarding the entity used with the connector, with a description of the data model for each field in that entity. </p>" }, "DescribeConnectorProfiles":{ "name":"DescribeConnectorProfiles", @@ -385,7 +385,7 @@ }, "AccessToken":{ "type":"string", - "max":2048, + "max":4096, "pattern":"\\S+", "sensitive":true }, @@ -2610,6 +2610,11 @@ "max":2048, "pattern":"[\\w!@#\\-.?,\\s]*" }, + "FlowErrorDeactivationThreshold":{ + "type":"integer", + "max":100, + "min":1 + }, "FlowExecutionList":{ "type":"list", "member":{"shape":"ExecutionRecord"} @@ -2862,6 +2867,7 @@ "error":{"httpStatusCode":500}, "exception":true }, + "JavaBoolean":{"type":"boolean"}, "KMSArn":{ "type":"string", "max":2048, @@ -3598,7 +3604,7 @@ }, "RefreshToken":{ "type":"string", - "max":1024, + "max":2048, "pattern":"\\S+" }, "Region":{ @@ -3734,7 +3740,11 @@ "shape":"PrefixConfig", "documentation":"<p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date. </p>" }, - "aggregationConfig":{"shape":"AggregationConfig"} + "aggregationConfig":{"shape":"AggregationConfig"}, + "preserveSourceDataTyping":{ + "shape":"JavaBoolean", + "documentation":"<p>If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3. </p> <ul> <li> <p> <code>true</code>: Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or <code>1</code> in your source data is still an integer in your output.</p> </li> <li> <p> <code>false</code>: Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of <code>1</code> in your source data becomes the string <code>\"1\"</code> in the output.</p> </li> </ul>" + } }, "documentation":"<p> The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination. </p>" }, @@ -4018,15 +4028,15 @@ }, "scheduleStartTime":{ "shape":"Date", - "documentation":"<p> Specifies the scheduled start time for a schedule-triggered flow. </p>" + "documentation":"<p>The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-26T13:00:00-07:00</code>.</p>" }, "scheduleEndTime":{ "shape":"Date", - "documentation":"<p> Specifies the scheduled end time for a schedule-triggered flow. </p>" + "documentation":"<p>The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as <code>2022-04-27T13:00:00-07:00</code>.</p>" }, "timezone":{ "shape":"Timezone", - "documentation":"<p> Specifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as <code>America/New_York</code>. </p>" + "documentation":"<p>Specifies the time zone used when referring to the dates and times of a scheduled flow, such as <code>America/New_York</code>. This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.</p> <p>If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the <code>America/New_York</code> timezone are <code>-04:00</code> EDT and <code>-05:00 EST</code>.</p>" }, "scheduleOffset":{ "shape":"ScheduleOffset", @@ -4036,6 +4046,11 @@ "firstExecutionFrom":{ "shape":"Date", "documentation":"<p> Specifies the date range for the records to import from the connector in the first flow run. </p>" + }, + "flowErrorDeactivationThreshold":{ + "shape":"FlowErrorDeactivationThreshold", + "documentation":"<p>Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.</p>", + "box":true } }, "documentation":"<p> Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>" diff --git a/contrib/python/botocore/py3/botocore/data/datasync/2018-11-09/service-2.json b/contrib/python/botocore/py3/botocore/data/datasync/2018-11-09/service-2.json index cd3ab99eab..2c6e18abdb 100644 --- a/contrib/python/botocore/py3/botocore/data/datasync/2018-11-09/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/datasync/2018-11-09/service-2.json @@ -54,7 +54,7 @@ {"shape":"InvalidRequestException"}, {"shape":"InternalException"} ], - "documentation":"<p>Creates an endpoint for an Amazon EFS file system.</p>" + "documentation":"<p>Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-efs-location.html\">Creating a location for Amazon EFS</a>.</p>" }, "CreateLocationFsxLustre":{ "name":"CreateLocationFsxLustre", @@ -250,7 +250,7 @@ {"shape":"InvalidRequestException"}, {"shape":"InternalException"} ], - "documentation":"<p>Returns metadata, such as the path information about an Amazon EFS location.</p>" + "documentation":"<p>Returns metadata about your DataSync location for an Amazon EFS file system.</p>" }, "DescribeLocationFsxLustre":{ "name":"DescribeLocationFsxLustre", @@ -726,19 +726,31 @@ "members":{ "Subdirectory":{ "shape":"EfsSubdirectory", - "documentation":"<p>A subdirectory in the location’s path. This subdirectory in the EFS file system is used to read data from the EFS source location or write data to the EFS destination. By default, DataSync uses the root directory.</p> <note> <p> <code>Subdirectory</code> must be specified with forward slashes. For example, <code>/path/to/folder</code>.</p> </note>" + "documentation":"<p>Specifies a mount path for your Amazon EFS file system. This is where DataSync reads or writes data (depending on if this is a source or destination location). By default, DataSync uses the root directory, but you can also include subdirectories.</p> <note> <p>You must specify a value with forward slashes (for example, <code>/path/to/folder</code>).</p> </note>" }, "EfsFilesystemArn":{ "shape":"EfsFilesystemArn", - "documentation":"<p>The Amazon Resource Name (ARN) for the Amazon EFS file system.</p>" + "documentation":"<p>Specifies the ARN for the Amazon EFS file system.</p>" }, "Ec2Config":{ "shape":"Ec2Config", - "documentation":"<p>The subnet and security group that the Amazon EFS file system uses. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.</p> <p>The exact relationship between security group M (of the mount target) and security group S (which you provide for DataSync to use at this stage) is as follows: </p> <ul> <li> <p> Security group M (which you associate with the mount target) must allow inbound access for the Transmission Control Protocol (TCP) on the NFS port (2049) from security group S. You can enable inbound connections either by IP address (CIDR range) or security group. </p> </li> <li> <p>Security group S (provided to DataSync to access EFS) should have a rule that enables outbound connections to the NFS port on one of the file system’s mount targets. You can enable outbound connections either by IP address (CIDR range) or security group.</p> <p>For information about security groups and mount targets, see Security Groups for Amazon EC2 Instances and Mount Targets in the <i>Amazon EFS User Guide.</i> </p> </li> </ul>" + "documentation":"<p>Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.</p>" }, "Tags":{ "shape":"InputTagList", - "documentation":"<p>The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p>" + "documentation":"<p>Specifies the key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p>" + }, + "AccessPointArn":{ + "shape":"EfsAccessPointArn", + "documentation":"<p>Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file system.</p>" + }, + "FileSystemAccessRoleArn":{ + "shape":"IamRoleArn", + "documentation":"<p>Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.</p>" + }, + "InTransitEncryption":{ + "shape":"EfsInTransitEncryption", + "documentation":"<p>Specifies whether you want DataSync to use TLS encryption when transferring data to or from your Amazon EFS file system.</p> <p>If you specify an access point using <code>AccessPointArn</code> or an IAM role using <code>FileSystemAccessRoleArn</code>, you must set this parameter to <code>TLS1_2</code>.</p>" } }, "documentation":"<p>CreateLocationEfsRequest</p>" @@ -748,7 +760,7 @@ "members":{ "LocationArn":{ "shape":"LocationArn", - "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS file system location that is created.</p>" + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS file system location that you create.</p>" } }, "documentation":"<p>CreateLocationEfs</p>" @@ -1294,7 +1306,7 @@ "members":{ "LocationArn":{ "shape":"LocationArn", - "documentation":"<p>The Amazon Resource Name (ARN) of the EFS location to describe.</p>" + "documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EFS file system location that you want information about.</p>" } }, "documentation":"<p>DescribeLocationEfsRequest</p>" @@ -1304,16 +1316,28 @@ "members":{ "LocationArn":{ "shape":"LocationArn", - "documentation":"<p>The Amazon Resource Name (ARN) of the EFS location that was described.</p>" + "documentation":"<p>The ARN of the Amazon EFS file system location.</p>" }, "LocationUri":{ "shape":"LocationUri", - "documentation":"<p>The URL of the EFS location that was described.</p>" + "documentation":"<p>The URL of the Amazon EFS file system location.</p>" }, "Ec2Config":{"shape":"Ec2Config"}, "CreationTime":{ "shape":"Time", - "documentation":"<p>The time that the EFS location was created.</p>" + "documentation":"<p>The time that the location was created.</p>" + }, + "AccessPointArn":{ + "shape":"EfsAccessPointArn", + "documentation":"<p>The ARN of the access point that DataSync uses to access the Amazon EFS file system.</p>" + }, + "FileSystemAccessRoleArn":{ + "shape":"IamRoleArn", + "documentation":"<p>The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.</p>" + }, + "InTransitEncryption":{ + "shape":"EfsInTransitEncryption", + "documentation":"<p>Whether DataSync uses TLS encryption when transferring data to or from your Amazon EFS file system.</p>" } }, "documentation":"<p>DescribeLocationEfsResponse</p>" @@ -1808,14 +1832,14 @@ "members":{ "SubnetArn":{ "shape":"Ec2SubnetArn", - "documentation":"<p>The ARN of the subnet that DataSync uses to access the target EFS file system.</p>" + "documentation":"<p>Specifies the ARN of a subnet where DataSync creates the <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces\">network interfaces</a> for managing traffic during your transfer.</p> <p>The subnet must be located:</p> <ul> <li> <p>In the same virtual private cloud (VPC) as the Amazon EFS file system.</p> </li> <li> <p>In the same Availability Zone as at least one mount target for the Amazon EFS file system.</p> </li> </ul> <note> <p>You don't need to specify a subnet that includes a file system mount target.</p> </note>" }, "SecurityGroupArns":{ "shape":"Ec2SecurityGroupArnList", - "documentation":"<p>The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.</p>" + "documentation":"<p>Specifies the Amazon Resource Names (ARNs) of the security groups associated with an Amazon EFS file system's mount target.</p>" } }, - "documentation":"<p>The subnet that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified. </p>" + "documentation":"<p>The subnet and security groups that DataSync uses to access your Amazon EFS file system.</p>" }, "Ec2SecurityGroupArn":{ "type":"string", @@ -1833,11 +1857,23 @@ "max":128, "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):ec2:[a-z\\-0-9]*:[0-9]{12}:subnet/.*$" }, + "EfsAccessPointArn":{ + "type":"string", + "max":128, + "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]+:[0-9]{12}:access-point/fsap-[0-9a-f]{8,40}$" + }, "EfsFilesystemArn":{ "type":"string", "max":128, "pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$" }, + "EfsInTransitEncryption":{ + "type":"string", + "enum":[ + "NONE", + "TLS1_2" + ] + }, "EfsSubdirectory":{ "type":"string", "max":4096, diff --git a/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json index d4e777c980..a9b421f87f 100644 --- a/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/emr-serverless/2021-07-13/service-2.json @@ -5,7 +5,7 @@ "endpointPrefix":"emr-serverless", "jsonVersion":"1.1", "protocol":"rest-json", - "serviceFullName":"EMR Serverless Web Service", + "serviceFullName":"EMR Serverless", "serviceId":"EMR Serverless", "signatureVersion":"v4", "signingName":"emr-serverless", diff --git a/contrib/python/botocore/py3/botocore/data/endpoints.json b/contrib/python/botocore/py3/botocore/data/endpoints.json index 142d128f31..e8166ef7c8 100644 --- a/contrib/python/botocore/py3/botocore/data/endpoints.json +++ b/contrib/python/botocore/py3/botocore/data/endpoints.json @@ -1699,6 +1699,7 @@ "ap-south-1" : { }, "ap-southeast-1" : { }, "ap-southeast-2" : { }, + "ap-southeast-3" : { }, "ca-central-1" : { }, "eu-central-1" : { }, "eu-north-1" : { }, @@ -8737,6 +8738,12 @@ }, "hostname" : "oidc.ap-northeast-2.amazonaws.com" }, + "ap-northeast-3" : { + "credentialScope" : { + "region" : "ap-northeast-3" + }, + "hostname" : "oidc.ap-northeast-3.amazonaws.com" + }, "ap-south-1" : { "credentialScope" : { "region" : "ap-south-1" diff --git a/contrib/python/botocore/py3/botocore/data/sagemaker/2017-07-24/service-2.json b/contrib/python/botocore/py3/botocore/data/sagemaker/2017-07-24/service-2.json index 0cdc3da82c..6fef9891f0 100644 --- a/contrib/python/botocore/py3/botocore/data/sagemaker/2017-07-24/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/sagemaker/2017-07-24/service-2.json @@ -3288,11 +3288,11 @@ "members":{ "TrainingImage":{ "shape":"AlgorithmImage", - "documentation":"<p>The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html\">Algorithms Provided by Amazon SageMaker: Common Parameters</a>. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>" + "documentation":"<p>The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for SageMaker built-in algorithms, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html\">Docker Registry Paths and Example Code</a> in the <i>Amazon SageMaker developer guide</i>. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information about using your custom training container, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p> <note> <p>You must specify either the algorithm name to the <code>AlgorithmName</code> parameter or the image URI of the algorithm container to the <code>TrainingImage</code> parameter.</p> <p>For more information, see the note in the <code>AlgorithmName</code> parameter description.</p> </note>" }, "AlgorithmName":{ "shape":"ArnOrName", - "documentation":"<p>The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. If you specify a value for this parameter, you can't specify a value for <code>TrainingImage</code>.</p>" + "documentation":"<p>The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace.</p> <note> <p>You must specify either the algorithm name to the <code>AlgorithmName</code> parameter or the image URI of the algorithm container to the <code>TrainingImage</code> parameter.</p> <p>Note that the <code>AlgorithmName</code> parameter is mutually exclusive with the <code>TrainingImage</code> parameter. If you specify a value for the <code>AlgorithmName</code> parameter, you can't specify a value for <code>TrainingImage</code>, and vice versa.</p> <p>If you specify values for both parameters, the training job might break; if you don't specify any value for both parameters, the training job might raise a <code>null</code> error.</p> </note>" }, "TrainingInputMode":{"shape":"TrainingInputMode"}, "MetricDefinitions":{ @@ -3583,7 +3583,15 @@ "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", - "ml.r5.24xlarge" + "ml.r5.24xlarge", + "ml.g5.xlarge", + "ml.g5.2xlarge", + "ml.g5.4xlarge", + "ml.g5.8xlarge", + "ml.g5.16xlarge", + "ml.g5.12xlarge", + "ml.g5.24xlarge", + "ml.g5.48xlarge" ] }, "AppList":{ @@ -7081,6 +7089,10 @@ "PlatformIdentifier":{ "shape":"PlatformIdentifier", "documentation":"<p>The platform identifier of the notebook instance runtime environment.</p>" + }, + "InstanceMetadataServiceConfiguration":{ + "shape":"InstanceMetadataServiceConfiguration", + "documentation":"<p>Information on the IMDS configuration of the notebook instance</p>" } } }, @@ -11049,6 +11061,10 @@ "PlatformIdentifier":{ "shape":"PlatformIdentifier", "documentation":"<p>The platform identifier of the notebook instance runtime environment.</p>" + }, + "InstanceMetadataServiceConfiguration":{ + "shape":"InstanceMetadataServiceConfiguration", + "documentation":"<p>Information on the IMDS configuration of the notebook instance</p>" } } }, @@ -14869,6 +14885,17 @@ "member":{"shape":"TrainingInputMode"}, "min":1 }, + "InstanceMetadataServiceConfiguration":{ + "type":"structure", + "required":["MinimumInstanceMetadataServiceVersion"], + "members":{ + "MinimumInstanceMetadataServiceVersion":{ + "shape":"MinimumInstanceMetadataServiceVersion", + "documentation":"<p>Indicates the minimum IMDS version that the notebook instance supports. When passed as part of <code>CreateNotebookInstance</code>, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of <code>UpdateNotebookInstance</code>, there is no default.</p>" + } + }, + "documentation":"<p>Information on the IMDS configuration of the notebook instance</p>" + }, "InstanceType":{ "type":"string", "enum":[ @@ -18727,6 +18754,11 @@ }, "documentation":"<p/>" }, + "MinimumInstanceMetadataServiceVersion":{ + "type":"string", + "max":1, + "pattern":"1|2" + }, "ModelApprovalStatus":{ "type":"string", "enum":[ @@ -26390,6 +26422,10 @@ "RootAccess":{ "shape":"RootAccess", "documentation":"<p>Whether root access is enabled or disabled for users of the notebook instance. The default value is <code>Enabled</code>.</p> <note> <p>If you set this to <code>Disabled</code>, users don't have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.</p> </note>" + }, + "InstanceMetadataServiceConfiguration":{ + "shape":"InstanceMetadataServiceConfiguration", + "documentation":"<p>Information on the IMDS configuration of the notebook instance</p>" } } }, diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt index c82444b004..aebc3b7a3e 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/CMakeLists.txt @@ -7,18 +7,18 @@ -add_library(abseil-cpp-tstring-y_absl-base) -target_include_directories(abseil-cpp-tstring-y_absl-base PUBLIC +add_library(yabseil-cpp-tstring-y_absl-base) +target_include_directories(yabseil-cpp-tstring-y_absl-base PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-base PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-base PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(abseil-cpp-tstring-y_absl-base PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-base PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/cycleclock.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/sysinfo.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc/CMakeLists.txt index 3ed25b8aee..2c4d1b56d0 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc/CMakeLists.txt @@ -7,18 +7,18 @@ -add_library(base-internal-low_level_alloc) -target_include_directories(base-internal-low_level_alloc PUBLIC +add_library(ybase-internal-low_level_alloc) +target_include_directories(ybase-internal-low_level_alloc PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(base-internal-low_level_alloc PUBLIC +target_link_libraries(ybase-internal-low_level_alloc PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(base-internal-low_level_alloc PRIVATE +target_sources(ybase-internal-low_level_alloc PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/low_level_alloc.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging/CMakeLists.txt index 7b10e2dbd0..84038ac77d 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging/CMakeLists.txt @@ -7,15 +7,15 @@ -add_library(base-internal-raw_logging) -target_include_directories(base-internal-raw_logging PUBLIC +add_library(ybase-internal-raw_logging) +target_include_directories(ybase-internal-raw_logging PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(base-internal-raw_logging PUBLIC +target_link_libraries(ybase-internal-raw_logging PUBLIC contrib-libs-cxxsupp yutil - y_absl-base-log_severity + yabsl-base-log_severity ) -target_sources(base-internal-raw_logging PRIVATE +target_sources(ybase-internal-raw_logging PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/raw_logging.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait/CMakeLists.txt index eb07d03686..86b3882550 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait/CMakeLists.txt @@ -7,14 +7,14 @@ -add_library(base-internal-spinlock_wait) -target_include_directories(base-internal-spinlock_wait PUBLIC +add_library(ybase-internal-spinlock_wait) +target_include_directories(ybase-internal-spinlock_wait PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(base-internal-spinlock_wait PUBLIC +target_link_libraries(ybase-internal-spinlock_wait PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(base-internal-spinlock_wait PRIVATE +target_sources(ybase-internal-spinlock_wait PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/spinlock_wait.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate/CMakeLists.txt index 2926b18c8e..8b33f94347 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate/CMakeLists.txt @@ -7,16 +7,16 @@ -add_library(base-internal-throw_delegate) -target_include_directories(base-internal-throw_delegate PUBLIC +add_library(ybase-internal-throw_delegate) +target_include_directories(ybase-internal-throw_delegate PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(base-internal-throw_delegate PUBLIC +target_link_libraries(ybase-internal-throw_delegate PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity + ybase-internal-raw_logging + yabsl-base-log_severity ) -target_sources(base-internal-throw_delegate PRIVATE +target_sources(ybase-internal-throw_delegate PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/internal/throw_delegate.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity/CMakeLists.txt index c6c613af01..cab76940f0 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity/CMakeLists.txt @@ -7,14 +7,14 @@ -add_library(y_absl-base-log_severity) -target_include_directories(y_absl-base-log_severity PUBLIC +add_library(yabsl-base-log_severity) +target_include_directories(yabsl-base-log_severity PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-base-log_severity PUBLIC +target_link_libraries(yabsl-base-log_severity PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(y_absl-base-log_severity PRIVATE +target_sources(yabsl-base-log_severity PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/base/log_severity.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/city/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/city/CMakeLists.txt index 4636b3a30b..9a0be716d5 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/city/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/city/CMakeLists.txt @@ -7,18 +7,18 @@ -add_library(abseil-cpp-tstring-y_absl-city) -target_include_directories(abseil-cpp-tstring-y_absl-city PUBLIC +add_library(yabseil-cpp-tstring-y_absl-city) +target_include_directories(yabseil-cpp-tstring-y_absl-city PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-city PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-city PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(abseil-cpp-tstring-y_absl-city PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-city PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/city.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt index 76377443ab..c50189072a 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/absl_hashtablez_sampler/CMakeLists.txt @@ -7,34 +7,34 @@ -add_library(container-internal-absl_hashtablez_sampler) -target_include_directories(container-internal-absl_hashtablez_sampler PUBLIC +add_library(ycontainer-internal-absl_hashtablez_sampler) +target_include_directories(ycontainer-internal-absl_hashtablez_sampler PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(container-internal-absl_hashtablez_sampler PUBLIC +target_link_libraries(ycontainer-internal-absl_hashtablez_sampler PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone ) -target_sources(container-internal-absl_hashtablez_sampler PRIVATE +target_sources(ycontainer-internal-absl_hashtablez_sampler PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/hashtablez_sampler_force_weak_definition.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt index f2139f6685..ffbf561aaa 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set/CMakeLists.txt @@ -7,37 +7,37 @@ -add_library(container-internal-raw_hash_set) -target_include_directories(container-internal-raw_hash_set PUBLIC +add_library(ycontainer-internal-raw_hash_set) +target_include_directories(ycontainer-internal-raw_hash_set PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(container-internal-raw_hash_set PUBLIC +target_link_libraries(ycontainer-internal-raw_hash_set PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - container-internal-absl_hashtablez_sampler - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-hash - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + ycontainer-internal-absl_hashtablez_sampler + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-hash + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone abseil-cpp-tstring-y_absl-types - y_absl-types-bad_optional_access + yabsl-types-bad_optional_access ) -target_sources(container-internal-raw_hash_set PRIVATE +target_sources(ycontainer-internal-raw_hash_set PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/container/internal/raw_hash_set.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt index 0e9e9b4d35..82d20a5369 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/CMakeLists.txt @@ -7,17 +7,17 @@ -add_library(abseil-cpp-tstring-y_absl-debugging) -target_include_directories(abseil-cpp-tstring-y_absl-debugging PUBLIC +add_library(yabseil-cpp-tstring-y_absl-debugging) +target_include_directories(yabseil-cpp-tstring-y_absl-debugging PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-debugging PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-debugging PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity + ybase-internal-raw_logging + yabsl-base-log_severity ) -target_sources(abseil-cpp-tstring-y_absl-debugging PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-debugging PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/address_is_readable.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/elf_mem_image.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/vdso_support.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt index 530b82a105..a1b3f96daf 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt @@ -7,17 +7,17 @@ -add_library(y_absl-debugging-stacktrace) -target_include_directories(y_absl-debugging-stacktrace PUBLIC +add_library(yabsl-debugging-stacktrace) +target_include_directories(yabsl-debugging-stacktrace PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-debugging-stacktrace PUBLIC +target_link_libraries(yabsl-debugging-stacktrace PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging + ybase-internal-raw_logging + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging ) -target_sources(y_absl-debugging-stacktrace PRIVATE +target_sources(yabsl-debugging-stacktrace PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize/CMakeLists.txt index 33ce1177fb..2d4aaeb7e8 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize/CMakeLists.txt @@ -7,25 +7,25 @@ -add_library(y_absl-debugging-symbolize) -target_include_directories(y_absl-debugging-symbolize PUBLIC +add_library(yabsl-debugging-symbolize) +target_include_directories(yabsl-debugging-symbolize PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-debugging-symbolize PUBLIC +target_link_libraries(yabsl-debugging-symbolize PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal ) -target_sources(y_absl-debugging-symbolize PRIVATE +target_sources(yabsl-debugging-symbolize PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/symbolize.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/demangle/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/demangle/CMakeLists.txt index 7dbfc52960..f404e28ea5 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/demangle/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/demangle/CMakeLists.txt @@ -7,18 +7,18 @@ -add_library(abseil-cpp-tstring-y_absl-demangle) -target_include_directories(abseil-cpp-tstring-y_absl-demangle PUBLIC +add_library(yabseil-cpp-tstring-y_absl-demangle) +target_include_directories(yabseil-cpp-tstring-y_absl-demangle PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-demangle PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-demangle PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(abseil-cpp-tstring-y_absl-demangle PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-demangle PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/internal/demangle.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt index a15250bc68..e126db34d2 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/CMakeLists.txt @@ -7,28 +7,28 @@ -add_library(abseil-cpp-tstring-y_absl-hash) -target_include_directories(abseil-cpp-tstring-y_absl-hash PUBLIC +add_library(yabseil-cpp-tstring-y_absl-hash) +target_include_directories(yabseil-cpp-tstring-y_absl-hash PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-hash PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-hash PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-city - y_absl-hash-internal - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-city + yabsl-hash-internal + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal abseil-cpp-tstring-y_absl-types - y_absl-types-bad_optional_access - y_absl-types-bad_variant_access + yabsl-types-bad_optional_access + yabsl-types-bad_variant_access y_absl-types-internal ) -target_sources(abseil-cpp-tstring-y_absl-hash PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-hash PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/hash.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/CMakeLists.txt index 2e38af505d..19033b72aa 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/CMakeLists.txt @@ -7,19 +7,19 @@ -add_library(y_absl-hash-internal) -target_include_directories(y_absl-hash-internal PUBLIC +add_library(yabsl-hash-internal) +target_include_directories(yabsl-hash-internal PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-hash-internal PUBLIC +target_link_libraries(yabsl-hash-internal PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-numeric ) -target_sources(y_absl-hash-internal PRIVATE +target_sources(yabsl-hash-internal PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/hash/internal/low_level_hash.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt index c8845db2e4..b3005ce529 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/meta/CMakeLists.txt @@ -9,5 +9,5 @@ add_library(abseil-cpp-tstring-y_absl-meta INTERFACE) target_link_libraries(abseil-cpp-tstring-y_absl-meta INTERFACE - abseil-cpp-tstring-y_absl-base + yabseil-cpp-tstring-y_absl-base ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt index 6dacd0ea9b..ff6af4f2f9 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/CMakeLists.txt @@ -7,14 +7,14 @@ -add_library(abseil-cpp-tstring-y_absl-numeric) -target_include_directories(abseil-cpp-tstring-y_absl-numeric PUBLIC +add_library(yabseil-cpp-tstring-y_absl-numeric) +target_include_directories(yabseil-cpp-tstring-y_absl-numeric PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-numeric PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-numeric PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(abseil-cpp-tstring-y_absl-numeric PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-numeric PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/numeric/int128.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased/CMakeLists.txt index fc8c6b4dc4..273be0e656 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased/CMakeLists.txt @@ -7,14 +7,14 @@ -add_library(profiling-internal-exponential_biased) -target_include_directories(profiling-internal-exponential_biased PUBLIC +add_library(yprofiling-internal-exponential_biased) +target_include_directories(yprofiling-internal-exponential_biased PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(profiling-internal-exponential_biased PUBLIC +target_link_libraries(yprofiling-internal-exponential_biased PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(profiling-internal-exponential_biased PRIVATE +target_sources(yprofiling-internal-exponential_biased PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/profiling/internal/exponential_biased.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt index 340467959a..13f8b5f966 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/status/CMakeLists.txt @@ -7,41 +7,41 @@ -add_library(abseil-cpp-tstring-y_absl-status) -target_include_directories(abseil-cpp-tstring-y_absl-status PUBLIC +add_library(yabseil-cpp-tstring-y_absl-status) +target_include_directories(yabseil-cpp-tstring-y_absl-status PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-status PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-status PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-strings - y_absl-strings-cord - strings-internal-absl_cord_internal - strings-internal-absl_strings_internal - strings-internal-cordz_functions - strings-internal-cordz_handle - strings-internal-cordz_info - strings-internal-str_format - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone - y_absl-types-bad_optional_access + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-strings + yabsl-strings-cord + ystrings-internal-absl_cord_internal + ystrings-internal-absl_strings_internal + ystrings-internal-cordz_functions + ystrings-internal-cordz_handle + ystrings-internal-cordz_info + ystrings-internal-str_format + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone + yabsl-types-bad_optional_access ) -target_sources(abseil-cpp-tstring-y_absl-status PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-status PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/status_payload_printer.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor/CMakeLists.txt index 0eaa304b75..472b72f1e8 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor/CMakeLists.txt @@ -7,42 +7,42 @@ -add_library(y_absl-status-statusor) -target_include_directories(y_absl-status-statusor PUBLIC +add_library(yabsl-status-statusor) +target_include_directories(yabsl-status-statusor PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-status-statusor PUBLIC +target_link_libraries(yabsl-status-statusor PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-status - abseil-cpp-tstring-y_absl-strings - y_absl-strings-cord - strings-internal-absl_cord_internal - strings-internal-absl_strings_internal - strings-internal-cordz_functions - strings-internal-cordz_handle - strings-internal-cordz_info - strings-internal-str_format - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone - y_absl-types-bad_optional_access - y_absl-types-bad_variant_access + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-status + yabseil-cpp-tstring-y_absl-strings + yabsl-strings-cord + ystrings-internal-absl_cord_internal + ystrings-internal-absl_strings_internal + ystrings-internal-cordz_functions + ystrings-internal-cordz_handle + ystrings-internal-cordz_info + ystrings-internal-str_format + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone + yabsl-types-bad_optional_access + yabsl-types-bad_variant_access ) -target_sources(y_absl-status-statusor PRIVATE +target_sources(yabsl-status-statusor PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/status/statusor.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt index a4af141d40..280c1b9cc7 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/CMakeLists.txt @@ -7,22 +7,22 @@ -add_library(abseil-cpp-tstring-y_absl-strings) -target_include_directories(abseil-cpp-tstring-y_absl-strings PUBLIC +add_library(yabseil-cpp-tstring-y_absl-strings) +target_include_directories(yabseil-cpp-tstring-y_absl-strings PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-strings PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-strings PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-numeric - strings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-numeric + ystrings-internal-absl_strings_internal ) -target_sources(abseil-cpp-tstring-y_absl-strings PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-strings PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/ascii.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/charconv.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/escaping.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord/CMakeLists.txt index 253e618e92..5d25f1e6cf 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord/CMakeLists.txt @@ -7,43 +7,43 @@ -add_library(y_absl-strings-cord) -target_include_directories(y_absl-strings-cord PUBLIC +add_library(yabsl-strings-cord) +target_include_directories(yabsl-strings-cord PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-strings-cord PUBLIC +target_link_libraries(yabsl-strings-cord PUBLIC contrib-libs-cxxsupp yutil abseil-cpp-tstring-y_absl-algorithm - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity abseil-cpp-tstring-y_absl-container - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle abseil-cpp-tstring-y_absl-functional - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_cord_internal - strings-internal-absl_strings_internal - strings-internal-cordz_functions - strings-internal-cordz_handle - strings-internal-cordz_info - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_cord_internal + ystrings-internal-absl_strings_internal + ystrings-internal-cordz_functions + ystrings-internal-cordz_handle + ystrings-internal-cordz_info + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone abseil-cpp-tstring-y_absl-types - y_absl-types-bad_optional_access + yabsl-types-bad_optional_access abseil-cpp-tstring-y_absl-utility ) -target_sources(y_absl-strings-cord PRIVATE +target_sources(yabsl-strings-cord PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_cord_internal/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_cord_internal/CMakeLists.txt index 2daae1abe2..0cf5a12ac0 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_cord_internal/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_cord_internal/CMakeLists.txt @@ -7,23 +7,23 @@ -add_library(strings-internal-absl_cord_internal) -target_include_directories(strings-internal-absl_cord_internal PUBLIC +add_library(ystrings-internal-absl_cord_internal) +target_include_directories(ystrings-internal-absl_cord_internal PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-absl_cord_internal PUBLIC +target_link_libraries(ystrings-internal-absl_cord_internal PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal ) -target_sources(strings-internal-absl_cord_internal PRIVATE +target_sources(ystrings-internal-absl_cord_internal PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_internal.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cord_rep_btree_navigator.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_strings_internal/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_strings_internal/CMakeLists.txt index e22b7ca746..7d008ef628 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_strings_internal/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/absl_strings_internal/CMakeLists.txt @@ -7,19 +7,19 @@ -add_library(strings-internal-absl_strings_internal) -target_include_directories(strings-internal-absl_strings_internal PUBLIC +add_library(ystrings-internal-absl_strings_internal) +target_include_directories(ystrings-internal-absl_strings_internal PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-absl_strings_internal PUBLIC +target_link_libraries(ystrings-internal-absl_strings_internal PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(strings-internal-absl_strings_internal PRIVATE +target_sources(ystrings-internal-absl_strings_internal PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/escaping.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/ostringstream.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/utf8.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions/CMakeLists.txt index 6f6666f1ce..07860d1ad0 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions/CMakeLists.txt @@ -7,17 +7,17 @@ -add_library(strings-internal-cordz_functions) -target_include_directories(strings-internal-cordz_functions PUBLIC +add_library(ystrings-internal-cordz_functions) +target_include_directories(ystrings-internal-cordz_functions PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-cordz_functions PUBLIC +target_link_libraries(ystrings-internal-cordz_functions PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity - profiling-internal-exponential_biased + ybase-internal-raw_logging + yabsl-base-log_severity + yprofiling-internal-exponential_biased ) -target_sources(strings-internal-cordz_functions PRIVATE +target_sources(ystrings-internal-cordz_functions PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_functions.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle/CMakeLists.txt index e58cdd1cd5..f420974ade 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle/CMakeLists.txt @@ -7,32 +7,32 @@ -add_library(strings-internal-cordz_handle) -target_include_directories(strings-internal-cordz_handle PUBLIC +add_library(ystrings-internal-cordz_handle) +target_include_directories(ystrings-internal-cordz_handle PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-cordz_handle PUBLIC +target_link_libraries(ystrings-internal-cordz_handle PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone ) -target_sources(strings-internal-cordz_handle PRIVATE +target_sources(ystrings-internal-cordz_handle PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_handle.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info/CMakeLists.txt index 136e9bf5e9..57dc0bce08 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info/CMakeLists.txt @@ -7,36 +7,36 @@ -add_library(strings-internal-cordz_info) -target_include_directories(strings-internal-cordz_info PUBLIC +add_library(ystrings-internal-cordz_info) +target_include_directories(ystrings-internal-cordz_info PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-cordz_info PUBLIC +target_link_libraries(ystrings-internal-cordz_info PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - profiling-internal-exponential_biased - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_cord_internal - strings-internal-absl_strings_internal - strings-internal-cordz_functions - strings-internal-cordz_handle - abseil-cpp-tstring-y_absl-synchronization - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yprofiling-internal-exponential_biased + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_cord_internal + ystrings-internal-absl_strings_internal + ystrings-internal-cordz_functions + ystrings-internal-cordz_handle + yabseil-cpp-tstring-y_absl-synchronization + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone ) -target_sources(strings-internal-cordz_info PRIVATE +target_sources(ystrings-internal-cordz_info PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/cordz_info.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/CMakeLists.txt index 54b6a7cb77..68e990f7d9 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/CMakeLists.txt @@ -7,23 +7,23 @@ -add_library(strings-internal-str_format) -target_include_directories(strings-internal-str_format PUBLIC +add_library(ystrings-internal-str_format) +target_include_directories(ystrings-internal-str_format PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(strings-internal-str_format PUBLIC +target_link_libraries(ystrings-internal-str_format PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal ) -target_sources(strings-internal-str_format PRIVATE +target_sources(ystrings-internal-str_format PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/arg.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/bind.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format/extension.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt index b961fe803b..da51a8bd44 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/CMakeLists.txt @@ -7,32 +7,32 @@ -add_library(abseil-cpp-tstring-y_absl-synchronization) -target_include_directories(abseil-cpp-tstring-y_absl-synchronization PUBLIC +add_library(yabseil-cpp-tstring-y_absl-synchronization) +target_include_directories(yabseil-cpp-tstring-y_absl-synchronization PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-synchronization PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-synchronization PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-debugging - y_absl-debugging-stacktrace - y_absl-debugging-symbolize - abseil-cpp-tstring-y_absl-demangle - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal - y_absl-synchronization-internal - abseil-cpp-tstring-y_absl-time - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-debugging + yabsl-debugging-stacktrace + yabsl-debugging-symbolize + yabseil-cpp-tstring-y_absl-demangle + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal + yabsl-synchronization-internal + yabseil-cpp-tstring-y_absl-time + yabsl-time-civil_time + yabsl-time-time_zone ) -target_sources(abseil-cpp-tstring-y_absl-synchronization PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-synchronization PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/barrier.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/blocking_counter.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/create_thread_identity.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/CMakeLists.txt index 795183ae23..a7f1a4643f 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/CMakeLists.txt @@ -7,19 +7,19 @@ -add_library(y_absl-synchronization-internal) -target_include_directories(y_absl-synchronization-internal PUBLIC +add_library(yabsl-synchronization-internal) +target_include_directories(yabsl-synchronization-internal PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-synchronization-internal PUBLIC +target_link_libraries(yabsl-synchronization-internal PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-low_level_alloc - base-internal-raw_logging - base-internal-spinlock_wait - y_absl-base-log_severity + yabseil-cpp-tstring-y_absl-base + ybase-internal-low_level_alloc + ybase-internal-raw_logging + ybase-internal-spinlock_wait + yabsl-base-log_severity ) -target_sources(y_absl-synchronization-internal PRIVATE +target_sources(yabsl-synchronization-internal PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/synchronization/internal/graphcycles.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt index 0beccd3334..6cf8369bf0 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/CMakeLists.txt @@ -7,25 +7,25 @@ -add_library(abseil-cpp-tstring-y_absl-time) -target_include_directories(abseil-cpp-tstring-y_absl-time PUBLIC +add_library(yabseil-cpp-tstring-y_absl-time) +target_include_directories(yabseil-cpp-tstring-y_absl-time PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(abseil-cpp-tstring-y_absl-time PUBLIC +target_link_libraries(yabseil-cpp-tstring-y_absl-time PUBLIC contrib-libs-cxxsupp yutil - abseil-cpp-tstring-y_absl-base - base-internal-raw_logging - base-internal-spinlock_wait - base-internal-throw_delegate - y_absl-base-log_severity - abseil-cpp-tstring-y_absl-numeric - abseil-cpp-tstring-y_absl-strings - strings-internal-absl_strings_internal - y_absl-time-civil_time - y_absl-time-time_zone + yabseil-cpp-tstring-y_absl-base + ybase-internal-raw_logging + ybase-internal-spinlock_wait + ybase-internal-throw_delegate + yabsl-base-log_severity + yabseil-cpp-tstring-y_absl-numeric + yabseil-cpp-tstring-y_absl-strings + ystrings-internal-absl_strings_internal + yabsl-time-civil_time + yabsl-time-time_zone ) -target_sources(abseil-cpp-tstring-y_absl-time PRIVATE +target_sources(yabseil-cpp-tstring-y_absl-time PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/clock.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/duration.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time/CMakeLists.txt index 95f0a17d97..7d0cd86df1 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/civil_time/CMakeLists.txt @@ -7,14 +7,14 @@ -add_library(y_absl-time-civil_time) -target_include_directories(y_absl-time-civil_time PUBLIC +add_library(yabsl-time-civil_time) +target_include_directories(yabsl-time-civil_time PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-time-civil_time PUBLIC +target_link_libraries(yabsl-time-civil_time PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(y_absl-time-civil_time PRIVATE +target_sources(yabsl-time-civil_time PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/civil_time_detail.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/CMakeLists.txt index 7dd16f1735..f53c15e4a9 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/CMakeLists.txt @@ -7,15 +7,15 @@ -add_library(y_absl-time-time_zone) -target_include_directories(y_absl-time-time_zone PUBLIC +add_library(yabsl-time-time_zone) +target_include_directories(yabsl-time-time_zone PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-time-time_zone PUBLIC +target_link_libraries(yabsl-time-time_zone PUBLIC contrib-libs-cxxsupp yutil ) -target_sources(y_absl-time-time_zone PRIVATE +target_sources(yabsl-time-time_zone PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_fixed.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_format.cc ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src/time_zone_if.cc diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access/CMakeLists.txt index 34e73227f5..2978575695 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access/CMakeLists.txt @@ -7,16 +7,16 @@ -add_library(y_absl-types-bad_optional_access) -target_include_directories(y_absl-types-bad_optional_access PUBLIC +add_library(yabsl-types-bad_optional_access) +target_include_directories(yabsl-types-bad_optional_access PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-types-bad_optional_access PUBLIC +target_link_libraries(yabsl-types-bad_optional_access PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity + ybase-internal-raw_logging + yabsl-base-log_severity ) -target_sources(y_absl-types-bad_optional_access PRIVATE +target_sources(yabsl-types-bad_optional_access PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_optional_access.cc ) diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access/CMakeLists.txt index 33c99f48c3..ee5546b110 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access/CMakeLists.txt @@ -7,16 +7,16 @@ -add_library(y_absl-types-bad_variant_access) -target_include_directories(y_absl-types-bad_variant_access PUBLIC +add_library(yabsl-types-bad_variant_access) +target_include_directories(yabsl-types-bad_variant_access PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring ) -target_link_libraries(y_absl-types-bad_variant_access PUBLIC +target_link_libraries(yabsl-types-bad_variant_access PUBLIC contrib-libs-cxxsupp yutil - base-internal-raw_logging - y_absl-base-log_severity + ybase-internal-raw_logging + yabsl-base-log_severity ) -target_sources(y_absl-types-bad_variant_access PRIVATE +target_sources(yabsl-types-bad_variant_access PRIVATE ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/types/bad_variant_access.cc ) |