Browse Source

External build system generator release 52

Update tools: yexport
robot-ya-builder 1 year ago
parent
commit
09a47ae5bb

+ 3 - 3
build/external_resources/yexport/resources.json

@@ -1,13 +1,13 @@
 {
     "by_platform": {
         "darwin": {
-            "uri": "sbr:5075956954"
+            "uri": "sbr:5077386234"
         },
         "darwin-arm64": {
-            "uri": "sbr:5075955130"
+            "uri": "sbr:5077395483"
         },
         "linux": {
-            "uri": "sbr:5075964176"
+            "uri": "sbr:5077446856"
         }
     }
 }

+ 8 - 0
library/cpp/build_info/CMakeLists.darwin-x86_64.txt

@@ -47,3 +47,11 @@ add_custom_command(
   \"${CMAKE_CXX_COMPILER}\"
   \"${CMAKE_CXX_FLAGS}\"
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
+)

+ 8 - 0
library/cpp/build_info/CMakeLists.linux-aarch64.txt

@@ -48,3 +48,11 @@ add_custom_command(
   \"${CMAKE_CXX_COMPILER}\"
   \"${CMAKE_CXX_FLAGS}\"
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
+)

+ 8 - 0
library/cpp/build_info/CMakeLists.linux-x86_64.txt

@@ -48,3 +48,11 @@ add_custom_command(
   \"${CMAKE_CXX_COMPILER}\"
   \"${CMAKE_CXX_FLAGS}\"
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
+)

+ 8 - 0
library/cpp/build_info/CMakeLists.windows-x86_64.txt

@@ -47,3 +47,11 @@ add_custom_command(
   \"${CMAKE_CXX_COMPILER}\"
   \"${CMAKE_CXX_FLAGS}\"
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/sandbox.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/sandbox.cpp
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/library/cpp/build_info/build_info.cpp.in
+  ${CMAKE_BINARY_DIR}/library/cpp/build_info/build_info.cpp
+)

+ 8 - 0
ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.darwin-x86_64.txt

@@ -72,6 +72,14 @@ run_antlr(
   -language
   protobuf
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg
+)
 run_antlr(
   OUTPUT
   ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp

+ 8 - 0
ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-aarch64.txt

@@ -73,6 +73,14 @@ run_antlr(
   -language
   protobuf
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg
+)
 run_antlr(
   OUTPUT
   ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp

+ 8 - 0
ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.linux-x86_64.txt

@@ -73,6 +73,14 @@ run_antlr(
   -language
   protobuf
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg
+)
 run_antlr(
   OUTPUT
   ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp

+ 8 - 0
ydb/library/yql/parser/proto_ast/gen/jsonpath/CMakeLists.windows-x86_64.txt

@@ -72,6 +72,14 @@ run_antlr(
   -language
   protobuf
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/protobuf/protobuf.stg
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/org/antlr/codegen/templates/Cpp/Cpp.stg
+)
 run_antlr(
   OUTPUT
   ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/jsonpath/JsonPathParser.cpp

+ 8 - 0
ydb/library/yql/parser/proto_ast/gen/v0/CMakeLists.darwin-x86_64.txt

@@ -72,6 +72,14 @@ run_antlr(
   -language
   protobuf
 )
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/protobuf/protobuf.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/protobuf/protobuf.stg
+)
+configure_file(
+  ${CMAKE_SOURCE_DIR}/ydb/library/yql/parser/proto_ast/org/antlr/codegen/templates/Cpp/Cpp.stg.in
+  ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v0/org/antlr/codegen/templates/Cpp/Cpp.stg
+)
 run_antlr(
   OUTPUT
   ${CMAKE_BINARY_DIR}/ydb/library/yql/parser/proto_ast/gen/v0/SQLParser.cpp

Some files were not shown because too many files changed in this diff