Created
January 14, 2022 06:43
-
-
Save e7h4n/12c705995605b8d3bc41d24553b678ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf out/protobuf/CMakeCache.txt; | |
cmake -GNinja -S./third-party/protobuf/cmake -Bout/protobuf \ | |
-DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../../emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake \ | |
-Dprotobuf_BUILD_TESTS=OFF | |
-- | |
-- 3.17.3.0 | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) | |
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS | |
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/pw/workspace/wukong/wukong-editor/out/protobuf | |
cmake --build out/protobuf | |
[1/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.o | |
[2/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o | |
[3/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o | |
[4/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o | |
[5/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o | |
[6/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o | |
[7/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o | |
[8/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o | |
[9/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o | |
[10/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_context.cc.o | |
[11/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum.cc.o | |
[12/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc.o | |
[13/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o | |
[14/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_extension.cc.o | |
[15/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc.o | |
[16/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc.o | |
[17/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.cc:45: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
std::string GetBoxedType() const; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here | |
virtual std::string GetBoxedType() const = 0; | |
^ | |
1 warning generated. | |
[18/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void Generate(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here | |
virtual void Generate(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateInterface(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here | |
virtual void GenerateInterface(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; | |
^ | |
5 warnings generated. | |
[19/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator.cc.o | |
[20/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_file.cc.o | |
[21/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc.o | |
[22/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc.o | |
[23/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o | |
[24/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc:31: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
std::string GetBoxedType() const; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here | |
virtual std::string GetBoxedType() const = 0; | |
^ | |
1 warning generated. | |
[25/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc.o | |
[26/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc.o | |
[27/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc.o | |
[28/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.o | |
[29/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.cc.o | |
[30/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc.o | |
[31/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void Generate(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here | |
virtual void Generate(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateInterface(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here | |
virtual void GenerateInterface(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; | |
^ | |
5 warnings generated. | |
[32/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc.o | |
[33/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_service.cc.o | |
[34/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o | |
[35/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o | |
[36/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc.o | |
[37/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc.o | |
[38/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc.o | |
[39/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o | |
[40/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o | |
[41/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o | |
[42/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o | |
[43/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o | |
[44/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o | |
[45/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o | |
[46/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o | |
[47/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o | |
[48/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o | |
[49/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o | |
[50/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o | |
[51/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/plugin.cc.o | |
[52/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/zip_writer.cc.o | |
[53/201] Building CXX object CMakeFiles/protoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/main.cc.o | |
[54/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/subprocess.cc.o | |
[55/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/plugin.pb.cc.o | |
[56/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any_lite.cc.o | |
[57/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arena.cc.o | |
[58/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.o | |
[59/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arenastring.cc.o | |
[60/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o | |
[61/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_access_listener.cc.o | |
[62/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.o | |
[63/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o | |
[64/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/python/python_generator.cc.o | |
[65/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o | |
[66/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o | |
[67/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/strtod.cc.o | |
[68/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o | |
[69/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o | |
[70/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[71/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.o | |
[72/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map.cc.o | |
[73/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/bytestream.cc.o | |
[74/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/common.cc.o | |
[75/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message_lite.cc.o | |
[76/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/parse_context.cc.o | |
[77/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/int128.cc.o | |
[78/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set.cc.o | |
[79/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/statusor.cc.o | |
[80/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/status.cc.o | |
[81/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o | |
[82/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringpiece.cc.o | |
[83/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringprintf.cc.o | |
[84/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o | |
[85/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/repeated_field.cc.o | |
[86/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[87/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/time.cc.o | |
[88/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arena.cc.o | |
[89/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any_lite.cc.o | |
[90/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/strutil.cc.o | |
[91/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format_lite.cc.o | |
[92/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o | |
[93/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arenastring.cc.o | |
[94/201] Linking CXX static library libprotobuf-lite.a | |
[95/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o | |
[96/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_access_listener.cc.o | |
[97/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o | |
[98/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/strtod.cc.o | |
[99/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o | |
[100/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o | |
[101/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o | |
[102/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[103/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map.cc.o | |
[104/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/bytestream.cc.o | |
[105/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/common.cc.o | |
[106/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/int128.cc.o | |
[107/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/status.cc.o | |
[108/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message_lite.cc.o | |
[109/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/statusor.cc.o | |
[110/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/parse_context.cc.o | |
[111/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set.cc.o | |
[112/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o | |
[113/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringpiece.cc.o | |
[114/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringprintf.cc.o | |
[115/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o | |
[116/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/repeated_field.cc.o | |
[117/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/time.cc.o | |
[118/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[119/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/strutil.cc.o | |
[120/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any.cc.o | |
[121/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format_lite.cc.o | |
[122/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any.pb.cc.o | |
[123/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/api.pb.cc.o | |
[124/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/importer.cc.o | |
[125/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/duration.pb.cc.o | |
[126/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/empty.pb.cc.o | |
[127/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/gzip_stream.cc.o | |
[128/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/dynamic_message.cc.o | |
[129/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set_heavy.cc.o | |
[130/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_mask.pb.cc.o | |
[131/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/printer.cc.o | |
[132/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/tokenizer.cc.o | |
[133/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/parser.cc.o | |
[134/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor_database.cc.o | |
[135/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/service.cc.o | |
[136/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_reflection.cc.o | |
[137/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map_field.cc.o | |
[138/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/reflection_ops.cc.o | |
[139/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message.cc.o | |
[140/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/source_context.pb.cc.o | |
[141/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/substitute.cc.o | |
[142/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven.cc.o | |
[143/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor.pb.cc.o | |
[144/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/timestamp.pb.cc.o | |
[145/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/delimited_message_util.cc.o | |
[146/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/unknown_field_set.cc.o | |
[147/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/field_comparator.cc.o | |
[148/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/struct.pb.cc.o | |
[149/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/error_listener.cc.o | |
[150/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/type.pb.cc.o | |
[151/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_escaping.cc.o | |
[152/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/field_mask_util.cc.o | |
[153/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/datapiece.cc.o | |
[154/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc.o | |
[155/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc.o | |
[156/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc.o | |
[157/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc.o | |
[158/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/object_writer.cc.o | |
[159/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/text_format.cc.o | |
[160/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc.o | |
[161/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/proto_writer.cc.o | |
[162/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc.o | |
[163/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/type_info.cc.o | |
[164/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/time_util.cc.o | |
[165/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/json_util.cc.o | |
[166/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/utility.cc.o | |
[167/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc.o | |
[168/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor.cc.o | |
[169/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/type_resolver_util.cc.o | |
[170/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/code_generator.cc.o | |
[171/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wrappers.pb.cc.o | |
[172/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o | |
[173/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc.o | |
[174/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc.o | |
[175/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/message_differencer.cc.o | |
[176/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format.cc.o | |
[177/201] Linking CXX static library libprotobuf.a | |
[178/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc.o | |
[179/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc.o | |
[180/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o | |
[181/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/command_line_interface.cc.o | |
[182/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o | |
[183/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o | |
[184/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o | |
[185/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o | |
[186/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc.o | |
[187/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o | |
[188/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc.o | |
[189/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc.o | |
[190/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o | |
[191/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o | |
[192/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.o | |
[193/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc.o | |
[194/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o | |
[195/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o | |
[196/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o | |
[197/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc.o | |
[198/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc.o | |
[199/201] Linking CXX static library libprotoc.a | |
[200/201] Linking CXX executable protoc.js-3.17.3.0 | |
[201/201] Creating executable symlink protoc.js | |
cmake -GNinja -S./third-party/protobuf/cmake -Bout/protoc \ | |
-Dprotobuf_BUILD_TESTS=OFF | |
-- The C compiler identification is AppleClang 13.0.0.13000029 | |
-- The CXX compiler identification is AppleClang 13.0.0.13000029 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- | |
-- 3.17.3.0 | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/lib/libz.tbd (found version "1.2.11") | |
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS | |
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/pw/workspace/wukong/wukong-editor/out/protoc | |
cmake --build out/protoc | |
[1/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arena.cc.o | |
[2/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o | |
[3/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o | |
[4/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o | |
[5/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any_lite.cc.o | |
[6/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o | |
[7/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arenastring.cc.o | |
[8/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_access_listener.cc.o | |
[9/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o | |
[10/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[11/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/strtod.cc.o | |
[12/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o | |
[13/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o | |
[14/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[15/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set.cc.o | |
[16/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map.cc.o | |
[17/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/bytestream.cc.o | |
[18/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/parse_context.cc.o | |
[19/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message_lite.cc.o | |
[20/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/statusor.cc.o | |
[21/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/status.cc.o | |
[22/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringpiece.cc.o | |
[23/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/common.cc.o | |
[24/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/int128.cc.o | |
[25/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/repeated_field.cc.o | |
[26/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringprintf.cc.o | |
[27/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o | |
[28/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/time.cc.o | |
[29/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/strutil.cc.o | |
[30/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arena.cc.o | |
[31/201] Building CXX object CMakeFiles/libprotobuf-lite.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format_lite.cc.o | |
[32/201] Linking CXX static library libprotobuf-lite.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(io_win32.cc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf-lite.a(io_win32.cc.o) has no symbols | |
[33/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/io_win32.cc.o | |
[34/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any_lite.cc.o | |
[35/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/arenastring.cc.o | |
[36/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_access_listener.cc.o | |
[37/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_enum_util.cc.o | |
[38/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[39/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/strtod.cc.o | |
[40/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream.cc.o | |
[41/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/implicit_weak_message.cc.o | |
[42/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/coded_stream.cc.o | |
[43/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set.cc.o | |
[44/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_util.cc.o | |
[45/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc.o | |
[46/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[47/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map.cc.o | |
[48/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/statusor.cc.o | |
[49/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/bytestream.cc.o | |
[50/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/status.cc.o | |
[51/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/common.cc.o | |
[52/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/int128.cc.o | |
[53/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/parse_context.cc.o | |
[54/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringpiece.cc.o | |
[55/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message_lite.cc.o | |
[56/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/repeated_field.cc.o | |
[57/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/stringprintf.cc.o | |
[58/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/structurally_valid.cc.o | |
[59/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/time.cc.o | |
[60/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/strutil.cc.o | |
[61/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format_lite.cc.o | |
[62/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any.cc.o | |
[63/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/any.pb.cc.o | |
[64/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/api.pb.cc.o | |
[65/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/importer.cc.o | |
[66/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/duration.pb.cc.o | |
[67/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/empty.pb.cc.o | |
[68/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/parser.cc.o | |
[69/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/field_mask.pb.cc.o | |
[70/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/dynamic_message.cc.o | |
[71/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/extension_set_heavy.cc.o | |
[72/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor.pb.cc.o | |
[73/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/gzip_stream.cc.o | |
[74/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor_database.cc.o | |
[75/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_table_driven.cc.o | |
[76/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/tokenizer.cc.o | |
[77/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/io/printer.cc.o | |
[78/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/service.cc.o | |
[79/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/generated_message_reflection.cc.o | |
[80/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/map_field.cc.o | |
[81/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/stubs/substitute.cc.o | |
[82/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/reflection_ops.cc.o | |
[83/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/source_context.pb.cc.o | |
[84/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/message.cc.o | |
[85/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/timestamp.pb.cc.o | |
[86/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/struct.pb.cc.o | |
[87/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/delimited_message_util.cc.o | |
[88/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/type.pb.cc.o | |
[89/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/unknown_field_set.cc.o | |
[90/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/field_comparator.cc.o | |
[91/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/error_listener.cc.o | |
[92/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/descriptor.cc.o | |
[93/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/field_mask_util.cc.o | |
[94/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_escaping.cc.o | |
[95/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/datapiece.cc.o | |
[96/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/text_format.cc.o | |
[97/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/field_mask_utility.cc.o | |
[98/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_objectwriter.cc.o | |
[99/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/json_stream_parser.cc.o | |
[100/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/default_value_objectwriter.cc.o | |
[101/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/object_writer.cc.o | |
[102/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/proto_writer.cc.o | |
[103/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/type_info_test_helper.cc.o | |
[104/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/protostream_objectsource.cc.o | |
[105/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/type_info.cc.o | |
[106/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/time_util.cc.o | |
[107/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/protostream_objectwriter.cc.o | |
[108/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/json_util.cc.o | |
[109/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/internal/utility.cc.o | |
[110/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/type_resolver_util.cc.o | |
[111/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wrappers.pb.cc.o | |
[112/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/code_generator.cc.o | |
[113/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/util/message_differencer.cc.o | |
[114/201] Building CXX object CMakeFiles/libprotobuf.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/wire_format.cc.o | |
[115/201] Linking CXX static library libprotobuf.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf.a(io_win32.cc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf.a(error_listener.cc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf.a(io_win32.cc.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libprotobuf.a(error_listener.cc.o) has no symbols | |
[116/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o | |
[117/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_extension.cc.o | |
[118/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_field.cc.o | |
[119/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_enum.cc.o | |
[120/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_generator.cc.o | |
[121/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/command_line_interface.cc.o | |
[122/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o | |
[123/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_file.cc.o | |
[124/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o | |
[125/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o | |
[126/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o | |
[127/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o | |
[128/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc.o | |
[129/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o | |
[130/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_service.cc.o | |
[131/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o | |
[132/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o | |
[133/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc.o | |
[134/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_generator.cc.o | |
[135/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_enum.cc.o | |
[136/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o | |
[137/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o | |
[138/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o | |
[139/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o | |
[140/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_message.cc.o | |
[141/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o | |
[142/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o | |
[143/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o | |
[144/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o | |
[145/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o | |
[146/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o | |
[147/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o | |
[148/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc.o | |
[149/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_context.cc.o | |
[150/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum.cc.o | |
[151/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_field.cc.o | |
[152/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o | |
[153/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_extension_lite.cc.o | |
[154/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_extension.cc.o | |
[155/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_enum_lite.cc.o | |
[156/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.cc:45: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
std::string GetBoxedType() const; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here | |
virtual std::string GetBoxedType() const = 0; | |
^ | |
1 warning generated. | |
[157/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void Generate(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here | |
virtual void Generate(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateInterface(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here | |
virtual void GenerateInterface(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator_factory.cc:42: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; | |
^ | |
5 warnings generated. | |
[158/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_generator.cc.o | |
[159/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_file.cc.o | |
[160/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc.o | |
[161/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.cc:31: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field.h:68:15: warning: 'GetBoxedType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
std::string GetBoxedType() const; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_field.h:92:23: note: overridden virtual function is here | |
virtual std::string GetBoxedType() const = 0; | |
^ | |
1 warning generated. | |
[162/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_kotlin_generator.cc.o | |
[163/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_map_field_lite.cc.o | |
[164/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_builder.cc.o | |
[165/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o | |
[166/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.cc.o | |
[167/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_field_lite.cc.o | |
[168/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_field.cc.o | |
[169/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/js/well_known_types_embed.cc.o | |
[170/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:53:16: warning: 'Generate' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void Generate(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:79:16: note: overridden virtual function is here | |
virtual void Generate(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:54:16: warning: 'GenerateInterface' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateInterface(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:83:16: note: overridden virtual function is here | |
virtual void GenerateInterface(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:55:16: warning: 'GenerateExtensionRegistrationCode' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:87:16: note: overridden virtual function is here | |
virtual void GenerateExtensionRegistrationCode(io::Printer* printer) = 0; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:56:16: warning: 'GenerateStaticVariables' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:71:16: note: overridden virtual function is here | |
virtual void GenerateStaticVariables(io::Printer* printer, | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.cc:35: | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message_lite.h:58:15: warning: 'GenerateStaticVariableInitializers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_message.h:76:15: note: overridden virtual function is here | |
virtual int GenerateStaticVariableInitializers(io::Printer* printer) = 0; | |
^ | |
5 warnings generated. | |
[171/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_name_resolver.cc.o | |
[172/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc.o | |
[173/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_service.cc.o | |
[174/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o | |
[175/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_string_field.cc.o | |
[176/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o | |
[177/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/java/java_string_field_lite.cc.o | |
[178/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o | |
[179/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o | |
[180/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o | |
[181/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o | |
[182/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o | |
[183/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o | |
[184/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o | |
[185/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/js/js_generator.cc.o | |
[186/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o | |
[187/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o | |
[188/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o | |
[189/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o | |
[190/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o | |
[191/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/plugin.cc.o | |
[192/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/zip_writer.cc.o | |
[193/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/subprocess.cc.o | |
[194/201] Building CXX object CMakeFiles/protoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/main.cc.o | |
[195/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/plugin.pb.cc.o | |
[196/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/ruby/ruby_generator.cc.o | |
[197/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/php/php_generator.cc.o | |
[198/201] Building CXX object CMakeFiles/libprotoc.dir/Users/pw/workspace/wukong/wukong-editor/third-party/protobuf/src/google/protobuf/compiler/python/python_generator.cc.o | |
[199/201] Linking CXX static library libprotoc.a | |
[200/201] Linking CXX executable protoc-3.17.3.0 | |
[201/201] Creating executable symlink protoc | |
cp ../wukong-server/wukong-server-common/src/main/proto/synergy_message.proto src/bridge/proto | |
out/protoc/protoc --cpp_out=src/bridge/proto src/bridge/proto/*.proto --proto_path=src/bridge/proto | |
rm -rf src/bridge/proto/synergy_message.proto | |
./scripts/gen-skia-native.sh | |
Done. Made 220 targets from 67 files in 245ms | |
ninja: Entering directory `/Users/pw/workspace/wukong/wukong-editor/out/skia/Native' | |
[1/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_spv-amd-shader-trinary-minmax(//gn/toolchain:gcc_like) | |
[2/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_spv-amd-shader-trinary-minmax.stamp | |
[3/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-draw.cc | |
[4/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-blob.cc | |
[5/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-common.cc | |
[6/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-buffer-serialize.cc | |
[7/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ms-feature-ranges.cc | |
[8/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-aat-map.cc | |
[9/1800] compile ../../../third-party/skia/src/opts/SkOpts_ssse3.cpp | |
[10/1800] stamp obj/ssse3.stamp | |
[11/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-buffer.cc | |
[12/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-map.cc | |
[13/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-number.cc | |
[14/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-font.cc | |
[15/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-cff1-table.cc | |
[16/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-map.cc | |
[17/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-face.cc | |
[18/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-color.cc | |
[19/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-meta.cc | |
[20/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-cff2-table.cc | |
[21/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-default.cc | |
[22/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-face.cc | |
[23/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-math.cc | |
[24/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-hangul.cc | |
[25/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-arabic.cc | |
[26/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-name.cc | |
[27/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-metrics.cc | |
[28/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-hebrew.cc | |
[29/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-myanmar.cc | |
[30/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-khmer.cc | |
[31/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-syllabic.cc | |
[32/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-aat-layout.cc | |
[33/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-thai.cc | |
[34/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-indic.cc | |
[35/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-indic-table.cc | |
[36/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-vowel-constraints.cc | |
[37/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-font.cc | |
[38/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-shape-plan.cc | |
[39/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-normalize.cc | |
[40/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-tag.cc | |
[41/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-shaper.cc | |
[42/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-shape.cc | |
[43/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape.cc | |
[44/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-unicode.cc | |
[45/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-var.cc | |
[46/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-complex-use.cc | |
[47/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset-cff-common.cc | |
[48/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-set.cc | |
[49/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-shape-fallback.cc | |
[50/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-static.cc | |
[51/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset-input.cc | |
[52/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ucd.cc | |
[53/1800] stamp obj/run_sksllex.stamp | |
[54/1800] compile ../../../third-party/skia/src/codec/SkIcoCodec.cpp | |
[55/1800] compile ../../../third-party/skia/src/codec/SkPngCodec.cpp | |
[56/1800] compile ../../../third-party/skia/src/images/SkPngEncoder.cpp | |
[57/1800] compile ../../../third-party/skia/src/codec/SkJpegUtility.cpp | |
[58/1800] compile ../../../third-party/skia/src/codec/SkRawCodec.cpp | |
[59/1800] compile ../../../third-party/skia/src/codec/SkJpegCodec.cpp | |
[60/1800] stamp obj/ndk_images.stamp | |
[61/1800] stamp obj/none.stamp | |
[62/1800] compile ../../../third-party/skia/src/codec/SkJpegDecoderMgr.cpp | |
[63/1800] compile ../../../third-party/skia/third_party/skcms/skcms.cc | |
[64/1800] stamp obj/skcms.stamp | |
[65/1800] compile ../../../third-party/skia/src/images/SkJPEGWriteUtility.cpp | |
[66/1800] compile ../../../third-party/skia/src/images/SkJpegEncoder.cpp | |
[67/1800] compile ../../../third-party/skia/src/pdf/SkPDFTypes.cpp | |
[68/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset-cff2.cc | |
[69/1800] compile ../../../third-party/skia/src/gpu/GrTexture.cpp | |
[70/1800] compile ../../../third-party/skia/src/pdf/SkPDFType1Font.cpp | |
[71/1800] compile ../../../third-party/skia/src/pdf/SkPDFUtils.cpp | |
[72/1800] compile ../../../third-party/skia/src/gpu/GrTextureProxy.cpp | |
[73/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset-cff1.cc | |
[74/1800] compile ../../../third-party/skia/src/gpu/GrThreadSafePipelineBuilder.cpp | |
[75/1800] compile ../../../third-party/skia/src/gpu/GrTextureRenderTargetProxy.cpp | |
[76/1800] compile ../../../third-party/skia/src/gpu/GrThreadSafeCache.cpp | |
[77/1800] compile ../../../third-party/skia/src/gpu/GrUniformDataManager.cpp | |
[78/1800] compile ../../../third-party/skia/src/gpu/GrUtil.cpp | |
[79/1800] compile ../../../third-party/skia/src/gpu/GrTextureResolveRenderTask.cpp | |
[80/1800] compile ../../../third-party/skia/src/gpu/GrTransferFromRenderTask.cpp | |
[81/1800] compile ../../../third-party/skia/src/gpu/GrYUVABackendTextures.cpp | |
[82/1800] compile ../../../third-party/skia/src/gpu/GrVertexChunkArray.cpp | |
[83/1800] compile ../../../third-party/skia/src/gpu/GrWaitRenderTask.cpp | |
[84/1800] compile ../../../third-party/skia/src/gpu/GrXferProcessor.cpp | |
[85/1800] compile ../../../third-party/skia/src/gpu/GrYUVATextureProxies.cpp | |
[86/1800] compile ../../../third-party/skia/src/gpu/GrWritePixelsRenderTask.cpp | |
[87/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-ot-layout.cc | |
[88/1800] compile ../../../third-party/skia/src/gpu/effects/GrModulateAtlasCoverageEffect.cpp | |
[89/1800] compile ../../../third-party/skia/src/gpu/SurfaceFillContext.cpp | |
[90/1800] compile ../../../third-party/skia/src/gpu/effects/GrBezierEffect.cpp | |
[91/1800] compile ../../../third-party/skia/src/gpu/SurfaceContext.cpp | |
[92/1800] compile ../../../third-party/skia/src/gpu/effects/GrBicubicEffect.cpp | |
[93/1800] compile ../../../third-party/skia/src/gpu/effects/GrBlendFragmentProcessor.cpp | |
[94/1800] compile ../../../third-party/skia/src/gpu/effects/GrBitmapTextGeoProc.cpp | |
[95/1800] compile ../../../third-party/skia/src/gpu/effects/GrConvexPolyEffect.cpp | |
[96/1800] compile ../../../third-party/skia/src/gpu/effects/GrCoverageSetOpXP.cpp | |
[97/1800] compile ../../../third-party/skia/src/gpu/effects/GrCustomXfermode.cpp | |
[98/1800] compile ../../../third-party/skia/src/gpu/effects/GrDisableColorXP.cpp | |
[99/1800] compile ../../../third-party/skia/src/gpu/effects/GrGaussianConvolutionFragmentProcessor.cpp | |
[100/1800] compile ../../../third-party/skia/src/gpu/effects/GrDistanceFieldGeoProc.cpp | |
[101/1800] compile ../../../third-party/skia/src/gpu/effects/GrOvalEffect.cpp | |
[102/1800] compile ../../../third-party/skia/src/gpu/effects/GrMatrixConvolutionEffect.cpp | |
[103/1800] compile ../../../third-party/skia/src/gpu/effects/GrMatrixEffect.cpp | |
[104/1800] compile ../../../third-party/skia/src/gpu/geometry/GrQuad.cpp | |
[105/1800] compile ../../../third-party/skia/src/gpu/effects/GrPorterDuffXferProcessor.cpp | |
[106/1800] compile ../../../third-party/skia/src/gpu/effects/GrRRectEffect.cpp | |
[107/1800] compile ../../../third-party/skia/src/gpu/effects/GrShadowGeoProc.cpp | |
[108/1800] compile ../../../third-party/skia/src/gpu/effects/GrSkSLFP.cpp | |
[109/1800] compile ../../../third-party/skia/src/gpu/geometry/GrShape.cpp | |
[110/1800] compile ../../../third-party/skia/src/gpu/geometry/GrAAConvexTessellator.cpp | |
[111/1800] compile ../../../third-party/skia/src/gpu/geometry/GrPathUtils.cpp | |
[112/1800] compile ../../../third-party/skia/src/gpu/geometry/GrStyledShape.cpp | |
[113/1800] compile ../../../third-party/skia/src/gpu/effects/GrTextureEffect.cpp | |
[114/1800] compile ../../../third-party/skia/src/gpu/geometry/GrAATriangulator.cpp | |
[115/1800] compile ../../../third-party/skia/src/gpu/effects/GrYUVtoRGBEffect.cpp | |
[116/1800] compile ../../../third-party/skia/src/gpu/geometry/GrQuadUtils.cpp | |
[117/1800] compile ../../../third-party/skia/src/gpu/gradients/GrGradientBitmapCache.cpp | |
[118/1800] compile ../../../third-party/skia/src/gpu/tessellate/StrokeHardwareTessellator.cpp | |
[119/1800] compile ../../../third-party/skia/src/gpu/geometry/GrTriangulator.cpp | |
[120/1800] compile ../../../third-party/skia/src/gpu/tessellate/PatchWriter.cpp | |
[121/1800] compile ../../../third-party/skia/src/gpu/tessellate/PathCurveTessellator.cpp | |
[122/1800] compile ../../../third-party/skia/src/gpu/gradients/GrGradientShader.cpp | |
[123/1800] compile ../../../third-party/skia/src/gpu/tessellate/PathWedgeTessellator.cpp | |
[124/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrStrokeTessellationShader_HardwareImpl.cpp | |
[125/1800] compile ../../../third-party/skia/src/gpu/tessellate/StrokeFixedCountTessellator.cpp | |
[126/1800] compile ../../../third-party/skia/src/gpu/text/GrSlug.cpp | |
[127/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrPathTessellationShader.cpp | |
[128/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrPathTessellationShader_Hardware.cpp | |
[129/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrPathTessellationShader_MiddleOut.cpp | |
[130/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrTessellationShader.cpp | |
[131/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrStrokeTessellationShader_InstancedImpl.cpp | |
[132/1800] compile ../../../third-party/skia/src/gpu/tessellate/shaders/GrStrokeTessellationShader.cpp | |
[133/1800] compile ../../../third-party/skia/src/gpu/text/GrDistanceFieldAdjustTable.cpp | |
[134/1800] compile ../../../third-party/skia/src/gpu/text/GrSDFMaskFilter.cpp | |
[135/1800] compile ../../../third-party/skia/src/gpu/text/GrSDFTControl.cpp | |
[136/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSL.cpp | |
[137/1800] compile ../../../third-party/skia/src/gpu/text/GrAtlasManager.cpp | |
[138/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLProgramDataManager.cpp | |
[139/1800] compile ../../../third-party/skia/src/gpu/text/GrStrikeCache.cpp | |
[140/1800] compile ../../../third-party/skia/src/gpu/mock/GrMockCaps.cpp | |
[141/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLBlend.cpp | |
[142/1800] compile ../../../third-party/skia/src/gpu/text/GrTextBlobCache.cpp | |
[143/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLUniformHandler.cpp | |
[144/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLFragmentShaderBuilder.cpp | |
[145/1800] compile ../../../third-party/skia/src/gpu/mock/GrMockTypes.cpp | |
[146/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLProgramBuilder.cpp | |
[147/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset-plan.cc | |
[148/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLShaderBuilder.cpp | |
[149/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLVarying.cpp | |
[150/1800] compile ../../../third-party/skia/src/gpu/glsl/GrGLSLVertexGeoBuilder.cpp | |
[151/1800] compile ../../../third-party/skia/src/gpu/mock/GrMockGpu.cpp | |
[152/1800] compile ../../../third-party/skia/src/gpu/BaseDevice.cpp | |
[153/1800] compile ../../../third-party/skia/src/gpu/text/GrTextBlob.cpp | |
[154/1800] compile ../../../third-party/skia/src/image/SkImage_GpuBase.cpp | |
[155/1800] compile ../../../third-party/skia/src/gpu/GrDrawOpTest.cpp | |
[156/1800] compile ../../../third-party/skia/src/image/SkImage_GpuYUVA.cpp | |
[157/1800] compile ../../../third-party/skia/src/gpu/SkGr.cpp | |
[158/1800] compile ../../../third-party/skia/src/gpu/GrAuditTrail.cpp | |
[159/1800] compile ../../../third-party/skia/src/image/SkSurface_Gpu.cpp | |
[160/1800] compile ../../../third-party/skia/src/image/SkImage_Gpu.cpp | |
[161/1800] compile ../../../third-party/skia/src/gpu/GrBlurUtils.cpp | |
[162/1800] compile ../../../third-party/skia/src/gpu/ops/AtlasInstancedHelper.cpp | |
[163/1800] compile ../../../third-party/skia/src/gpu/ops/AALinearizingConvexPathRenderer.cpp | |
[164/1800] compile ../../../third-party/skia/src/gpu/ops/ClearOp.cpp | |
[165/1800] compile ../../../third-party/skia/src/gpu/ops/AAHairLinePathRenderer.cpp | |
[166/1800] compile ../../../third-party/skia/src/gpu/ops/AAConvexPathRenderer.cpp | |
[167/1800] compile ../../../third-party/skia/src/gpu/ops/AtlasTextOp.cpp | |
[168/1800] compile ../../../third-party/skia/src/gpu/ops/AtlasRenderTask.cpp | |
[169/1800] compile ../../../third-party/skia/src/gpu/ops/AtlasPathRenderer.cpp | |
[170/1800] compile ../../../third-party/skia/src/gpu/ops/DrawAtlasOp.cpp | |
[171/1800] compile ../../../third-party/skia/src/gpu/ops/DashOp.cpp | |
[172/1800] compile ../../../third-party/skia/src/gpu/ops/DashLinePathRenderer.cpp | |
[173/1800] compile ../../../third-party/skia/src/gpu/ops/DrawableOp.cpp | |
[174/1800] compile ../../../third-party/skia/src/gpu/ops/DrawAtlasPathOp.cpp | |
[175/1800] compile ../../../third-party/skia/src/gpu/ops/DrawVerticesOp.cpp | |
[176/1800] compile ../../../third-party/skia/src/gpu/ops/DefaultPathRenderer.cpp | |
[177/1800] compile ../../../third-party/skia/src/gpu/ops/GrOp.cpp | |
[178/1800] compile ../../../third-party/skia/src/gpu/ops/GrMeshDrawOp.cpp | |
[179/1800] compile ../../../third-party/skia/src/gpu/ops/FillRRectOp.cpp | |
[180/1800] compile ../../../third-party/skia/src/gpu/ops/FillRectOp.cpp | |
[181/1800] compile ../../../third-party/skia/src/gpu/ops/LatticeOp.cpp | |
[182/1800] compile ../../../third-party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelperWithStencil.cpp | |
[183/1800] compile ../../../third-party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp | |
[184/1800] compile ../../../third-party/skia/src/gpu/ops/GrOvalOpFactory.cpp | |
[185/1800] compile ../../../third-party/skia/src/gpu/ops/QuadPerEdgeAA.cpp | |
[186/1800] compile ../../../third-party/skia/src/gpu/ops/OpsTask.cpp | |
[187/1800] compile ../../../third-party/skia/src/gpu/ops/RegionOp.cpp | |
[188/1800] compile ../../../third-party/skia/src/gpu/ops/PathInnerTriangulateOp.cpp | |
[189/1800] compile ../../../third-party/skia/src/gpu/ops/PathStencilCoverOp.cpp | |
[190/1800] compile ../../../third-party/skia/src/gpu/ops/SmallPathAtlasMgr.cpp | |
[191/1800] compile ../../../third-party/skia/src/gpu/ops/PathTessellateOp.cpp | |
[192/1800] compile ../../../third-party/skia/src/gpu/ops/ShadowRRectOp.cpp | |
[193/1800] compile ../../../third-party/skia/src/gpu/ops/StrokeRectOp.cpp | |
[194/1800] compile ../../../third-party/skia/src/gpu/ops/SmallPathShapeData.cpp | |
[195/1800] compile ../../../third-party/skia/src/gpu/ops/StrokeTessellateOp.cpp | |
[196/1800] compile ../../../third-party/skia/src/gpu/ops/SmallPathRenderer.cpp | |
[197/1800] compile ../../../third-party/skia/src/gpu/ops/TessellationPathRenderer.cpp | |
[198/1800] compile ../../../third-party/skia/src/gpu/ops/SoftwarePathRenderer.cpp | |
[199/1800] compile ../../../third-party/skia/src/gpu/ops/TextureOp.cpp | |
[200/1800] compile ../../../third-party/skia/src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp | |
[201/1800] compile ../../../third-party/skia/src/gpu/ops/TriangulatingPathRenderer.cpp | |
[202/1800] compile ../../../third-party/skia/src/gpu/v1/PathRenderer.cpp | |
[203/1800] compile ../../../third-party/skia/src/gpu/v1/ClipStack.cpp | |
[204/1800] compile ../../../third-party/skia/src/gpu/v1/Device.cpp | |
[205/1800] compile ../../../third-party/skia/src/gpu/v1/PathRendererChain.cpp | |
[206/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp | |
[207/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLGLSLCodeGenerator.cpp | |
[208/1800] compile ../../../third-party/skia/src/gpu/v1/Device_drawTexture.cpp | |
[209/1800] compile ../../../third-party/skia/src/gpu/v1/StencilMaskHelper.cpp | |
[210/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp | |
[211/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAssembleGLESInterfaceAutogen.cpp | |
[212/1800] compile ../../../third-party/skia/src/gpu/v1/SurfaceFillContext_v1.cpp | |
[213/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAssembleWebGLInterfaceAutogen.cpp | |
[214/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAssembleGLInterfaceAutogen.cpp | |
[215/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAssembleHelpers.cpp | |
[216/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLMetalCodeGenerator.cpp | |
[217/1800] compile ../../../third-party/skia/src/gpu/v1/SurfaceDrawContext.cpp | |
[218/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAssembleInterface.cpp | |
[219/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLGLSL.cpp | |
[220/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLExtensions.cpp | |
[221/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLAttachment.cpp | |
[222/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLContext.cpp | |
[223/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLBuffer.cpp | |
[224/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLCaps.cpp | |
[225/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLInterfaceAutogen.cpp | |
[226/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLProgram.cpp | |
[227/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp | |
[228/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLSemaphore.cpp | |
[229/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLProgramDataManager.cpp | |
[230/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLOpsRenderPass.cpp | |
[231/1800] compile ../../../third-party/skia/third_party/externals/harfbuzz/src/hb-subset.cc | |
[232/1800] link libharfbuzz.a | |
[233/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLGpuProgramCache.cpp | |
[234/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLTypesPriv.cpp | |
[235/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLRenderTarget.cpp | |
[236/1800] stamp obj/graphite.stamp | |
[237/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLTexture.cpp | |
[238/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLGpu.cpp | |
[239/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLUtil.cpp | |
[240/1800] compile ../../../third-party/skia/src/pdf/SkDeflate.cpp | |
[241/1800] compile ../../../third-party/skia/src/pdf/SkClusterator.cpp | |
[242/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp | |
[243/1800] compile ../../../third-party/skia/src/gpu/tessellate/Tessellation.cpp | |
[244/1800] stamp obj/gpu_shared.stamp | |
[245/1800] compile ../../../third-party/skia/src/pdf/SkJpegInfo.cpp | |
[246/1800] compile ../../../third-party/skia/src/codec/SkHeifCodec.cpp | |
[247/1800] stamp obj/heif.stamp | |
[248/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLVertexArray.cpp | |
[249/1800] compile ../../../third-party/skia/src/gpu/gl/GrGLUniformHandler.cpp | |
[250/1800] compile ../../../third-party/skia/src/gpu/gl/builders/GrGLShaderStringBuilder.cpp | |
[251/1800] compile ../../../third-party/skia/src/pdf/SkKeyedImage.cpp | |
[252/1800] compile ../../../third-party/skia/src/pdf/SkPDFBitmap.cpp | |
[253/1800] compile ../../../third-party/skia/src/pdf/SkPDFFormXObject.cpp | |
[254/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_debuginfo(//gn/toolchain:gcc_like) | |
[255/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_nonsemantic.clspvreflection(//gn/toolchain:gcc_like) | |
[256/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_debuginfo.stamp | |
[257/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_nonsemantic.clspvreflection.stamp | |
[258/1800] compile ../../../third-party/skia/src/gpu/gl/builders/GrGLProgramBuilder.cpp | |
[259/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_nonsemantic.shader.debuginfo.100(//gn/toolchain:gcc_like) | |
[260/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_nonsemantic.shader.debuginfo.100.stamp | |
[261/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_spv-amd-shader-explicit-vertex-parameter(//gn/toolchain:gcc_like) | |
[262/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_opencl.debuginfo.100(//gn/toolchain:gcc_like) | |
[263/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_spv-amd-gcn-shader(//gn/toolchain:gcc_like) | |
[264/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_opencl.debuginfo.100.stamp | |
[265/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_spv-amd-gcn-shader.stamp | |
[266/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_spv-amd-shader-explicit-vertex-parameter.stamp | |
[267/1800] stamp obj/fontmgr_fontconfig.stamp | |
[268/1800] stamp obj/fontmgr_fuchsia.stamp | |
[269/1800] ACTION //third_party/externals/spirv-tools:spvtools_vendor_tables_spv-amd-shader-ballot(//gn/toolchain:gcc_like) | |
[270/1800] stamp obj/third_party/externals/spirv-tools/spvtools_vendor_tables_spv-amd-shader-ballot.stamp | |
[271/1800] compile ../../../third-party/skia/src/pdf/SkPDFGraphicState.cpp | |
[272/1800] compile ../../../third-party/skia/src/pdf/SkPDFGraphicStackState.cpp | |
[273/1800] compile ../../../third-party/skia/src/gpu/GrAHardwareBufferUtils.cpp | |
[274/1800] compile ../../../third-party/skia/src/gpu/GrAHardwareBufferImageGenerator.cpp | |
[275/1800] compile ../../../third-party/skia/src/opts/SkOpts_hsw.cpp | |
[276/1800] stamp obj/hsw.stamp | |
[277/1800] compile ../../../third-party/skia/src/pdf/SkPDFFont.cpp | |
[278/1800] compile ../../../third-party/skia/src/pdf/SkPDFDocument.cpp | |
[279/1800] compile ../../../third-party/skia/src/gpu/GrBackendSemaphore.cpp | |
[280/1800] compile ../../../third-party/skia/src/gpu/GrBackendSurfaceMutableState.cpp | |
[281/1800] compile ../../../third-party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp | |
[282/1800] compile ../../../third-party/skia/src/pdf/SkPDFGradientShader.cpp | |
[283/1800] compile ../../../third-party/skia/src/ports/SkFontMgr_mac_ct.cpp | |
[284/1800] compile ../../../third-party/skia/src/gpu/GrAttachment.cpp | |
[285/1800] compile ../../../third-party/skia/src/gpu/GrBackendSurface.cpp | |
[286/1800] compile ../../../third-party/skia/src/pdf/SkPDFDevice.cpp | |
[287/1800] compile ../../../third-party/skia/src/gpu/GrBackendUtils.cpp | |
[288/1800] compile ../../../third-party/skia/src/ports/SkScalerContext_mac_ct.cpp | |
[289/1800] compile ../../../third-party/skia/src/gpu/GrCaps.cpp | |
[290/1800] compile ../../../third-party/skia/src/ports/SkTypeface_mac_ct.cpp | |
[291/1800] compile ../../../third-party/skia/src/gpu/GrColorInfo.cpp | |
[292/1800] stamp obj/fontmgr_mac_ct.stamp | |
[293/1800] compile ../../../third-party/skia/src/gpu/GrClientMappedBufferManager.cpp | |
[294/1800] compile ../../../third-party/skia/src/gpu/GrColorSpaceXform.cpp | |
[295/1800] compile ../../../third-party/skia/src/gpu/GrBufferAllocPool.cpp | |
[296/1800] compile ../../../third-party/skia/src/gpu/GrBackendTextureImageGenerator.cpp | |
[297/1800] compile ../../../third-party/skia/src/gpu/GrContext_Base.cpp | |
[298/1800] compile ../../../third-party/skia/src/gpu/GrDataUtils.cpp | |
[299/1800] compile ../../../third-party/skia/src/gpu/GrDDLTask.cpp | |
[300/1800] compile ../../../third-party/skia/src/gpu/GrCopyRenderTask.cpp | |
[301/1800] compile ../../../third-party/skia/src/gpu/GrContextThreadSafeProxy.cpp | |
[302/1800] compile ../../../third-party/skia/src/gpu/GrDriverBugWorkarounds.cpp | |
[303/1800] compile ../../../third-party/skia/src/gpu/GrDefaultGeoProcFactory.cpp | |
[304/1800] compile ../../../third-party/skia/src/gpu/GrDDLContext.cpp | |
[305/1800] compile ../../../third-party/skia/src/gpu/GrDistanceFieldGenFromVector.cpp | |
[306/1800] compile ../../../third-party/skia/src/gpu/GrDrawOpAtlas.cpp | |
[307/1800] compile ../../../third-party/skia/src/gpu/GrDynamicAtlas.cpp | |
[308/1800] compile ../../../third-party/skia/src/gpu/GrFinishCallbacks.cpp | |
[309/1800] compile ../../../third-party/skia/src/gpu/GrFixedClip.cpp | |
[310/1800] compile ../../../third-party/skia/src/gpu/GrEagerVertexAllocator.cpp | |
[311/1800] compile ../../../third-party/skia/src/gpu/GrDirectContext.cpp | |
[312/1800] compile ../../../third-party/skia/src/gpu/GrDirectContextPriv.cpp | |
[313/1800] compile ../../../third-party/skia/src/gpu/GrManagedResource.cpp | |
[314/1800] compile ../../../third-party/skia/src/gpu/GrDrawingManager.cpp | |
[315/1800] compile ../../../third-party/skia/src/gpu/GrMemoryPool.cpp | |
[316/1800] compile ../../../third-party/skia/src/gpu/GrGpuBuffer.cpp | |
[317/1800] compile ../../../third-party/skia/src/gpu/GrGpuResource.cpp | |
[318/1800] compile ../../../third-party/skia/src/gpu/GrGpu.cpp | |
[319/1800] compile ../../../third-party/skia/src/gpu/GrMeshDrawTarget.cpp | |
[320/1800] compile ../../../third-party/skia/src/gpu/GrGeometryProcessor.cpp | |
[321/1800] compile ../../../third-party/skia/src/gpu/GrImageContext.cpp | |
[322/1800] compile ../../../third-party/skia/src/gpu/GrOnFlushResourceProvider.cpp | |
[323/1800] compile ../../../third-party/skia/src/gpu/GrFragmentProcessor.cpp | |
[324/1800] compile ../../../third-party/skia/src/gpu/GrPaint.cpp | |
[325/1800] compile ../../../third-party/skia/src/gpu/GrOpsRenderPass.cpp | |
[326/1800] compile ../../../third-party/skia/src/gpu/GrOpFlushState.cpp | |
[327/1800] compile ../../../third-party/skia/src/gpu/GrPipeline.cpp | |
[328/1800] compile ../../../third-party/skia/src/gpu/GrRectanizerPow2.cpp | |
[329/1800] compile ../../../third-party/skia/src/gpu/GrProcessor.cpp | |
[330/1800] compile ../../../third-party/skia/src/gpu/GrProcessorSet.cpp | |
[331/1800] compile ../../../third-party/skia/src/gpu/GrPersistentCacheUtils.cpp | |
[332/1800] compile ../../../third-party/skia/src/gpu/GrProcessorAnalysis.cpp | |
[333/1800] compile ../../../third-party/skia/src/gpu/GrRectanizerSkyline.cpp | |
[334/1800] compile ../../../third-party/skia/src/gpu/GrProgramDesc.cpp | |
[335/1800] compile ../../../third-party/skia/src/gpu/GrProcessorUnitTest.cpp | |
[336/1800] compile ../../../third-party/skia/src/gpu/GrProgramInfo.cpp | |
[337/1800] compile ../../../third-party/skia/src/gpu/GrRenderTarget.cpp | |
[338/1800] compile ../../../third-party/skia/src/gpu/GrRenderTask.cpp | |
[339/1800] compile ../../../third-party/skia/src/gpu/GrRenderTargetProxy.cpp | |
[340/1800] compile ../../../third-party/skia/src/gpu/GrRenderTaskCluster.cpp | |
[341/1800] compile ../../../third-party/skia/src/gpu/GrProxyProvider.cpp | |
[342/1800] compile ../../../third-party/skia/src/gpu/GrRecordingContextPriv.cpp | |
[343/1800] compile ../../../third-party/skia/src/gpu/GrResourceCache.cpp | |
[344/1800] compile ../../../third-party/skia/src/gpu/GrResourceAllocator.cpp | |
[345/1800] compile ../../../third-party/skia/src/gpu/GrRecordingContext.cpp | |
[346/1800] compile ../../../third-party/skia/src/gpu/GrRingBuffer.cpp | |
[347/1800] compile ../../../third-party/skia/src/gpu/GrSPIRVVaryingHandler.cpp | |
[348/1800] compile ../../../third-party/skia/src/gpu/GrResourceProvider.cpp | |
[349/1800] compile ../../../third-party/skia/src/gpu/GrShaderCaps.cpp | |
[350/1800] compile ../../../third-party/skia/src/gpu/GrSubRunAllocator.cpp | |
[351/1800] compile ../../../third-party/skia/src/gpu/GrStyle.cpp | |
[352/1800] compile ../../../third-party/skia/src/gpu/GrShaderVar.cpp | |
[353/1800] compile ../../../third-party/skia/src/gpu/GrShaderUtils.cpp | |
[354/1800] compile ../../../third-party/skia/src/gpu/GrStencilSettings.cpp | |
[355/1800] stamp obj/fontmgr_win.stamp | |
[356/1800] stamp obj/fontmgr_win_gdi.stamp | |
[357/1800] compile ../../../third-party/skia/src/gpu/GrSPIRVUniformHandler.cpp | |
[358/1800] compile ../../../third-party/skia/src/gpu/GrSurfaceInfo.cpp | |
[359/1800] compile ../../../third-party/skia/src/gpu/GrSwizzle.cpp | |
[360/1800] compile ../../../third-party/skia/src/gpu/GrSWMaskHelper.cpp | |
[361/1800] compile ../../../third-party/skia/src/gpu/GrStagingBufferManager.cpp | |
[362/1800] compile ../../../third-party/skia/src/gpu/GrSurface.cpp | |
[363/1800] compile ../../../third-party/skia/src/gpu/GrTestUtils.cpp | |
[364/1800] compile ../../../third-party/skia/src/ports/SkFontMgr_mac_ct_factory.cpp | |
[365/1800] compile ../../../third-party/skia/third_party/externals/libgifcodec/SkGifImageReader.cpp | |
[366/1800] stamp obj/fontmgr_mac_ct_factory.stamp | |
[367/1800] stamp obj/armv7.stamp | |
[368/1800] stamp obj/fontmgr_factory.stamp | |
[369/1800] stamp obj/arm64.stamp | |
[370/1800] compile ../../../third-party/skia/src/pdf/SkPDFMetadata.cpp | |
[371/1800] compile ../../../third-party/skia/third_party/externals/libgifcodec/SkLibGifCodec.cpp | |
[372/1800] stamp obj/gif.stamp | |
[373/1800] stamp obj/compile_sksl_glsl_nosettings_tests.stamp | |
[374/1800] stamp obj/compile_sksl_glsl_tests.stamp | |
[375/1800] stamp obj/compile_sksl_metal_tests.stamp | |
[376/1800] stamp obj/compile_sksl_skvm_tests.stamp | |
[377/1800] stamp obj/compile_sksl_spirv_tests.stamp | |
[378/1800] stamp obj/crc32.stamp | |
[379/1800] stamp obj/dehydrate_sksl.stamp | |
[380/1800] stamp obj/fontmgr_FontConfigInterface.stamp | |
[381/1800] stamp obj/fontmgr_android.stamp | |
[382/1800] stamp obj/fontmgr_custom_directory.stamp | |
[383/1800] stamp obj/fontmgr_custom_embedded.stamp | |
[384/1800] stamp obj/fontmgr_custom_empty.stamp | |
[385/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/utils.c | |
[386/1800] compile ../../../third-party/skia/src/gpu/GrSurfaceProxy.cpp | |
[387/1800] stamp obj/gpu.stamp | |
[388/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/thread_utils.c | |
[389/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/random_utils.c | |
[390/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/rescaler_utils.c | |
[391/1800] compile ../../../third-party/skia/src/pdf/SkPDFSubsetFont.cpp | |
[392/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/quant_levels_utils.c | |
[393/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/huffman_utils.c | |
[394/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/filters_utils.c | |
[395/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/color_cache_utils.c | |
[396/1800] compile ../../../third-party/skia/src/opts/SkOpts_avx.cpp | |
[397/1800] stamp obj/avx.stamp | |
[398/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/quant_levels_dec_utils.c | |
[399/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/bit_reader_utils.c | |
[400/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/bit_writer_utils.c | |
[401/1800] compile ../../../third-party/skia/client_utils/android/FrontBufferedStream.cpp | |
[402/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/mux/muxread.c | |
[403/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/webp_enc.c | |
[404/1800] compile ../../../third-party/skia/client_utils/android/BitmapRegionDecoder.cpp | |
[405/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/mux/muxinternal.c | |
[406/1800] stamp obj/android_utils.stamp | |
[407/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/mux/muxedit.c | |
[408/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/tree_enc.c | |
[409/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/syntax_enc.c | |
[410/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/token_enc.c | |
[411/1800] compile ../../../third-party/skia/src/pdf/SkPDFResourceDict.cpp | |
[412/1800] compile ../../../third-party/skia/src/pdf/SkPDFMakeToUnicodeCmap.cpp | |
[413/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/picture_rescale_enc.c | |
[414/1800] compile ../../../third-party/skia/src/pdf/SkPDFTag.cpp | |
[415/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/picture_psnr_enc.c | |
[416/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/mux/anim_encode.c | |
[417/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/picture_enc.c | |
[418/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/near_lossless_enc.c | |
[419/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/filter_enc.c | |
[420/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/predictor_enc.c | |
[421/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/config_enc.c | |
[422/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/iterator_enc.c | |
[423/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/cost_enc.c | |
[424/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/quant_enc.c | |
[425/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/utils/huffman_encode_utils.c | |
[426/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/frame_enc.c | |
[427/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/alpha_enc.c | |
[428/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv_neon.c | |
[429/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/analysis_enc.c | |
[430/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv_mips_dsp_r2.c | |
[431/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv_mips32.c | |
[432/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling_neon.c | |
[433/1800] compile ../../../third-party/skia/src/pdf/SkPDFShader.cpp | |
[434/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling_msa.c | |
[435/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/picture_csp_enc.c | |
[436/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/vp8l_enc.c | |
[437/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/histogram_enc.c | |
[438/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling_mips_dsp_r2.c | |
[439/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/ssim.c | |
[440/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/picture_tools_enc.c | |
[441/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler_neon.c | |
[442/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler_msa.c | |
[443/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler_mips32.c | |
[444/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/ssim_sse2.c | |
[445/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler.c | |
[446/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler_sse2.c | |
[447/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_neon.c | |
[448/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_msa.c | |
[449/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/rescaler_mips_dsp_r2.c | |
[450/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_neon.c | |
[451/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_msa.c | |
[452/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_mips_dsp_r2.c | |
[453/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv.c | |
[454/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/backward_references_enc.c | |
[455/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv_sse2.c | |
[456/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/enc/backward_references_cost_enc.c | |
[457/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_mips32.c | |
[458/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling_sse2.c | |
[459/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/filters_neon.c | |
[460/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/filters_msa.c | |
[461/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/filters_mips_dsp_r2.c | |
[462/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c | |
[463/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_sse2.c | |
[464/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_pthread.cpp | |
[465/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_sse2.c | |
[466/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling.c | |
[467/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc.c | |
[468/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless.c | |
[469/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/filters_sse2.c | |
[470/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_orientation.cpp | |
[471/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_rational.cpp | |
[472/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_rect.cpp | |
[473/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_point.cpp | |
[474/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_mutex.cpp | |
[475/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_parse_utils.cpp | |
[476/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_preview.cpp | |
[477/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_opcodes.cpp | |
[478/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_opcode_list.cpp | |
[479/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_memory_stream.cpp | |
[480/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_pixel_buffer.cpp | |
[481/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_ref_counted_block.cpp | |
[482/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_memory.cpp | |
[483/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_misc_opcodes.cpp | |
[484/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_read_image.cpp | |
[485/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_jpeg_image.cpp | |
[486/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_matrix.cpp | |
[487/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_iptc.cpp | |
[488/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_linearization_info.cpp | |
[489/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_info.cpp | |
[490/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_lossless_jpeg.cpp | |
[491/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_globals.cpp | |
[492/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_lens_correction.cpp | |
[493/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_hue_sat_map.cpp | |
[494/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_mosaic_info.cpp | |
[495/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_image.cpp | |
[496/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_negative.cpp | |
[497/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_host.cpp | |
[498/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_exceptions.cpp | |
[499/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_ifd.cpp | |
[500/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_file_stream.cpp | |
[501/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_gain_map.cpp | |
[502/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_jpeg_memory_source.cpp | |
[503/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_filter_task.cpp | |
[504/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_bottlenecks.cpp | |
[505/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_fingerprint.cpp | |
[506/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_abort_sniffer.cpp | |
[507/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_color_space.cpp | |
[508/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_color_spec.cpp | |
[509/1800] ACTION //third_party/externals/spirv-tools:spvtools_language_header_vkdebuginfo100(//gn/toolchain:gcc_like) | |
[510/1800] stamp obj/third_party/externals/spirv-tools/spvtools_language_header_vkdebuginfo100.stamp | |
[511/1800] stamp obj/third_party/externals/spirv-tools/spvtools_headers.stamp | |
[512/1800] ACTION //third_party/externals/spirv-tools:spvtools_opencl_tables_opencl1-0(//gn/toolchain:gcc_like) | |
[513/1800] stamp obj/third_party/externals/spirv-tools/spvtools_opencl_tables_opencl1-0.stamp | |
[514/1800] ACTION //third_party/externals/spirv-tools:spvtools_generators_inc(//gn/toolchain:gcc_like) | |
[515/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_exif.cpp | |
[516/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_area_task.cpp | |
[517/1800] stamp obj/third_party/externals/spirv-tools/spvtools_generators_inc.stamp | |
[518/1800] ACTION //third_party/externals/spirv-tools:spvtools_language_header_debuginfo(//gn/toolchain:gcc_like) | |
[519/1800] stamp obj/third_party/externals/spirv-tools/spvtools_language_header_debuginfo.stamp | |
[520/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_1d_function.cpp | |
[521/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_1d_table.cpp | |
[522/1800] ACTION //third_party/externals/spirv-tools:spvtools_core_enums_unified1(//gn/toolchain:gcc_like) | |
[523/1800] stamp obj/third_party/externals/spirv-tools/spvtools_core_enums_unified1.stamp | |
[524/1800] ACTION //third_party/externals/spirv-tools:spvtools_glsl_tables_glsl1-0(//gn/toolchain:gcc_like) | |
[525/1800] stamp obj/third_party/externals/spirv-tools/spvtools_glsl_tables_glsl1-0.stamp | |
[526/1800] stamp obj/third_party/externals/spirv-headers/spv_headers.stamp | |
[527/1800] ACTION //third_party/externals/spirv-tools:spvtools_language_header_cldebuginfo100(//gn/toolchain:gcc_like) | |
[528/1800] stamp obj/third_party/externals/spirv-tools/spvtools_language_header_cldebuginfo100.stamp | |
[529/1800] ACTION //third_party/externals/spirv-tools:spvtools_core_tables_unified1(//gn/toolchain:gcc_like) | |
[530/1800] stamp obj/third_party/externals/spirv-tools/spvtools_core_tables_unified1.stamp | |
[531/1800] stamp obj/skia.inputdeps.stamp | |
[532/1800] compile ../../../third-party/skia/third_party/externals/expat/expat/lib/xmlrole.c | |
[533/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_date_time.cpp | |
[534/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_xy_coord.cpp | |
[535/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_camera_profile.cpp | |
[536/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_bad_pixels.cpp | |
[537/1800] compile ../../../third-party/skia/src/effects/SkEmbossMask.cpp | |
[538/1800] compile ../../../third-party/skia/src/codec/SkAndroidCodec.cpp | |
[539/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_utils.cpp | |
[540/1800] compile ../../../third-party/skia/src/effects/SkHighContrastFilter.cpp | |
[541/1800] compile ../../../third-party/skia/src/effects/SkEmbossMaskFilter.cpp | |
[542/1800] compile ../../../third-party/skia/third_party/externals/expat/expat/lib/xmltok.c | |
[543/1800] compile ../../../third-party/skia/src/effects/SkLumaColorFilter.cpp | |
[544/1800] compile ../../../third-party/skia/src/effects/SkLayerDrawLooper.cpp | |
[545/1800] compile ../../../third-party/skia/src/effects/SkOverdrawColorFilter.cpp | |
[546/1800] compile ../../../third-party/skia/third_party/externals/expat/expat/lib/xmlparse.c | |
[547/1800] compile ../../../third-party/skia/src/effects/SkOpPathEffect.cpp | |
[548/1800] compile ../../../third-party/skia/src/effects/SkShaderMaskFilter.cpp | |
[549/1800] compile ../../../third-party/skia/src/effects/SkTableMaskFilter.cpp | |
[550/1800] compile ../../../third-party/skia/src/effects/SkTrimPathEffect.cpp | |
[551/1800] compile ../../../third-party/skia/src/shaders/gradients/Sk4fGradientBase.cpp | |
[552/1800] compile ../../../third-party/skia/src/shaders/gradients/Sk4fLinearGradient.cpp | |
[553/1800] compile ../../../third-party/skia/src/effects/SkTableColorFilter.cpp | |
[554/1800] compile ../../../third-party/skia/src/shaders/gradients/SkLinearGradient.cpp | |
[555/1800] compile ../../../third-party/skia/src/shaders/SkPerlinNoiseShader.cpp | |
[556/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_image_writer.cpp | |
[557/1800] compile ../../../third-party/skia/src/shaders/gradients/SkRadialGradient.cpp | |
[558/1800] compile ../../../third-party/skia/src/shaders/gradients/SkGradientShader.cpp | |
[559/1800] compile ../../../third-party/skia/src/shaders/gradients/SkSweepGradient.cpp | |
[560/1800] compile ../../../third-party/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp | |
[561/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkColorFilterImageFilter.cpp | |
[562/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp | |
[563/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkCropImageFilter.cpp | |
[564/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkBlendImageFilter.cpp | |
[565/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp | |
[566/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkArithmeticImageFilter.cpp | |
[567/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkImageImageFilter.cpp | |
[568/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp | |
[569/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp | |
[570/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp | |
[571/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkMergeImageFilter.cpp | |
[572/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkMatrixConvolutionImageFilter.cpp | |
[573/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkOffsetImageFilter.cpp | |
[574/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkPictureImageFilter.cpp | |
[575/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkMagnifierImageFilter.cpp | |
[576/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp | |
[577/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkLightingImageFilter.cpp | |
[578/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkShaderImageFilter.cpp | |
[579/1800] compile ../../../third-party/skia/src/android/SkAndroidFrameworkUtils.cpp | |
[580/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkTileImageFilter.cpp | |
[581/1800] compile ../../../third-party/skia/src/codec/SkAndroidCodecAdapter.cpp | |
[582/1800] compile ../../../third-party/skia/src/codec/SkBmpBaseCodec.cpp | |
[583/1800] compile ../../../third-party/skia/src/android/SkAnimatedImage.cpp | |
[584/1800] compile ../../../third-party/skia/src/effects/imagefilters/SkMorphologyImageFilter.cpp | |
[585/1800] compile ../../../third-party/skia/src/codec/SkBmpCodec.cpp | |
[586/1800] compile ../../../third-party/skia/src/codec/SkColorTable.cpp | |
[587/1800] compile ../../../third-party/skia/src/codec/SkBmpMaskCodec.cpp | |
[588/1800] compile ../../../third-party/skia/src/codec/SkEncodedInfo.cpp | |
[589/1800] compile ../../../third-party/skia/src/codec/SkBmpRLECodec.cpp | |
[590/1800] compile ../../../third-party/skia/src/codec/SkMasks.cpp | |
[591/1800] compile ../../../third-party/skia/src/codec/SkCodecImageGenerator.cpp | |
[592/1800] compile ../../../third-party/skia/src/codec/SkBmpStandardCodec.cpp | |
[593/1800] compile ../../../third-party/skia/src/codec/SkCodec.cpp | |
[594/1800] compile ../../../third-party/skia/src/ports/SkMemory_malloc.cpp | |
[595/1800] compile ../../../third-party/skia/src/codec/SkParseEncodedOrigin.cpp | |
[596/1800] compile ../../../third-party/skia/src/codec/SkMaskSwizzler.cpp | |
[597/1800] compile ../../../third-party/skia/src/codec/SkStreamBuffer.cpp | |
[598/1800] compile ../../../third-party/skia/src/codec/SkSampler.cpp | |
[599/1800] compile ../../../third-party/skia/src/codec/SkSampledCodec.cpp | |
[600/1800] compile ../../../third-party/skia/src/ports/SkDiscardableMemory_none.cpp | |
[601/1800] compile ../../../third-party/skia/src/images/SkImageEncoder.cpp | |
[602/1800] compile ../../../third-party/skia/src/ports/SkOSFile_stdio.cpp | |
[603/1800] compile ../../../third-party/skia/src/codec/SkSwizzler.cpp | |
[604/1800] compile ../../../third-party/skia/src/ports/SkImageGenerator_skia.cpp | |
[605/1800] compile ../../../third-party/skia/src/sfnt/SkOTTable_name.cpp | |
[606/1800] compile ../../../third-party/skia/src/codec/SkWbmpCodec.cpp | |
[607/1800] compile ../../../third-party/skia/src/sfnt/SkOTUtils.cpp | |
[608/1800] compile ../../../third-party/skia/src/ports/SkGlobalInitialization_default.cpp | |
[609/1800] compile ../../../third-party/skia/src/sksl/SkSLContext.cpp | |
[610/1800] compile ../../../third-party/skia/src/sksl/SkSLBuiltinTypes.cpp | |
[611/1800] compile ../../../third-party/skia/src/sksl/SkSLConstantFolder.cpp | |
[612/1800] compile ../../../third-party/skia/src/sksl/SkSLLexer.cpp | |
[613/1800] compile ../../../third-party/skia/src/sksl/SkSLDehydrator.cpp | |
[614/1800] compile ../../../third-party/skia/src/sksl/SkSLAnalysis.cpp | |
[615/1800] compile ../../../third-party/skia/src/sksl/SkSLIntrinsicMap.cpp | |
[616/1800] compile ../../../third-party/skia/src/sksl/SkSLMangler.cpp | |
[617/1800] compile ../../../third-party/skia/src/sksl/SkSLOutputStream.cpp | |
[618/1800] compile ../../../third-party/skia/src/sksl/SkSLErrorReporter.cpp | |
[619/1800] compile ../../../third-party/skia/src/sksl/SkSLSampleUsage.cpp | |
[620/1800] compile ../../../third-party/skia/src/sksl/SkSLPool.cpp | |
[621/1800] compile ../../../third-party/skia/src/sksl/SkSLOperators.cpp | |
[622/1800] compile ../../../third-party/skia/src/sksl/SkSLDSLParser.cpp | |
[623/1800] compile ../../../third-party/skia/src/sksl/SkSLString.cpp | |
[624/1800] compile ../../../third-party/skia/src/sksl/SkSLUtil.cpp | |
[625/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLBlock.cpp | |
[626/1800] compile ../../../third-party/skia/src/sksl/SkSLSharedCompiler.cpp | |
[627/1800] compile ../../../third-party/skia/src/sksl/SkSLInliner.cpp | |
[628/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLCanExitWithoutReturningValue.cpp | |
[629/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLSwitchCaseContainsExit.cpp | |
[630/1800] compile ../../../third-party/skia/src/sksl/SkSLCompiler.cpp | |
[631/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLCheckProgramUnrolledSize.cpp | |
[632/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLGetLoopUnrollInfo.cpp | |
[633/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLIsConstantExpression.cpp | |
[634/1800] compile ../../../third-party/skia/src/sksl/SkSLRehydrator.cpp | |
[635/1800] compile ../../../third-party/skia/src/sksl/SkSLThreadContext.cpp | |
[636/1800] compile ../../../third-party/skia/src/sksl/analysis/SkSLProgramUsage.cpp | |
[637/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLCase.cpp | |
[638/1800] compile ../../../third-party/skia/src/sksl/codegen/SkVMDebugTrace.cpp | |
[639/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLLayout.cpp | |
[640/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLStatement.cpp | |
[641/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLRuntimeEffects.cpp | |
[642/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLExpression.cpp | |
[643/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLFunction.cpp | |
[644/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLSymbols.cpp | |
[645/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLCore.cpp | |
[646/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLType.cpp | |
[647/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLBlock.cpp | |
[648/1800] compile ../../../third-party/skia/src/sksl/dsl/DSLVar.cpp | |
[649/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLModifiers.cpp | |
[650/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLChildCall.cpp | |
[651/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLBinaryExpression.cpp | |
[652/1800] compile ../../../third-party/skia/src/sksl/dsl/priv/DSLFPs.cpp | |
[653/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorArray.cpp | |
[654/1800] compile ../../../third-party/skia/src/sksl/dsl/priv/DSLWriter.cpp | |
[655/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructor.cpp | |
[656/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorArrayCast.cpp | |
[657/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorCompound.cpp | |
[658/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorDiagonalMatrix.cpp | |
[659/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorMatrixResize.cpp | |
[660/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorCompoundCast.cpp | |
[661/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorScalarCast.cpp | |
[662/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorSplat.cpp | |
[663/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLDoStatement.cpp | |
[664/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLConstructorStruct.cpp | |
[665/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLExpression.cpp | |
[666/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLExpressionStatement.cpp | |
[667/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLFieldAccess.cpp | |
[668/1800] compile ../../../third-party/skia/src/sksl/codegen/SkSLVMCodeGenerator.cpp | |
[669/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLForStatement.cpp | |
[670/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLIfStatement.cpp | |
[671/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLIndexExpression.cpp | |
[672/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp | |
[673/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLPostfixExpression.cpp | |
[674/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLFunctionCall.cpp | |
[675/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLSetting.cpp | |
[676/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLPrefixExpression.cpp | |
[677/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLSwizzle.cpp | |
[678/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLFunctionDefinition.cpp | |
[679/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLSwitchStatement.cpp | |
[680/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLTypeReference.cpp | |
[681/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLTernaryExpression.cpp | |
[682/1800] compile ../../../third-party/skia/src/ports/SkOSFile_posix.cpp | |
[683/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLSymbolTable.cpp | |
[684/1800] compile ../../../third-party/skia/src/ports/SkDebug_stdio.cpp | |
[685/1800] compile ../../../third-party/skia/src/ports/SkOSLibrary_posix.cpp | |
[686/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLType.cpp | |
[687/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLVariableReference.cpp | |
[688/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLVariable.cpp | |
[689/1800] compile ../../../third-party/skia/src/sksl/ir/SkSLVarDeclarations.cpp | |
[690/1800] compile ../../../third-party/skia/src/sksl/transform/SkSLEliminateDeadFunctions.cpp | |
[691/1800] compile ../../../third-party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariables.cpp | |
[692/1800] compile ../../../third-party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp | |
[693/1800] compile ../../../third-party/skia/src/core/SkScan_Antihair.cpp | |
[694/1800] compile ../../../third-party/skia/src/sksl/transform/SkSLBuiltinVariableScanner.cpp | |
[695/1800] compile ../../../third-party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp | |
[696/1800] compile ../../../third-party/skia/src/core/SkTSearch.cpp | |
[697/1800] compile ../../../third-party/skia/src/core/SkSemaphore.cpp | |
[698/1800] compile ../../../third-party/skia/src/ports/SkImageEncoder_CG.cpp | |
[699/1800] compile ../../../third-party/skia/src/core/SkScan_Hairline.cpp | |
[700/1800] compile ../../../third-party/skia/src/core/SkSharedMutex.cpp | |
[701/1800] compile ../../../third-party/skia/src/core/SkScan_Path.cpp | |
[702/1800] compile ../../../third-party/skia/src/core/SkThreadID.cpp | |
[703/1800] compile ../../../third-party/skia/src/ports/SkImageGeneratorCG.cpp | |
[704/1800] compile ../../../third-party/skia/src/core/SkSwizzle.cpp | |
[705/1800] compile ../../../third-party/skia/src/core/SkTaskGroup.cpp | |
[706/1800] compile ../../../third-party/skia/src/core/SkUtils.cpp | |
[707/1800] compile ../../../third-party/skia/src/core/SkTime.cpp | |
[708/1800] compile ../../../third-party/skia/src/core/SkTypefaceCache.cpp | |
[709/1800] compile ../../../third-party/skia/src/core/SkUnPreMultiply.cpp | |
[710/1800] compile ../../../third-party/skia/src/core/SkVertState.cpp | |
[711/1800] compile ../../../third-party/skia/src/core/SkSpecialImage.cpp | |
[712/1800] compile ../../../third-party/skia/src/core/SkTextBlobTrace.cpp | |
[713/1800] compile ../../../third-party/skia/src/core/SkTypeface.cpp | |
[714/1800] compile ../../../third-party/skia/src/core/SkSurfaceCharacterization.cpp | |
[715/1800] compile ../../../third-party/skia/src/core/SkWriter32.cpp | |
[716/1800] compile ../../../third-party/skia/src/core/SkVertices.cpp | |
[717/1800] compile ../../../third-party/skia/src/core/SkTypeface_remote.cpp | |
[718/1800] compile ../../../third-party/skia/src/core/SkYUVAInfo.cpp | |
[719/1800] compile ../../../third-party/skia/src/core/SkVMBlitter.cpp | |
[720/1800] compile ../../../third-party/skia/src/core/SkXfermodeInterpretation.cpp | |
[721/1800] compile ../../../third-party/skia/src/core/SkWriteBuffer.cpp | |
[722/1800] compile ../../../third-party/skia/src/core/SkYUVMath.cpp | |
[723/1800] compile ../../../third-party/skia/src/core/SkTextBlob.cpp | |
[724/1800] compile ../../../third-party/skia/src/core/SkVM.cpp | |
[725/1800] compile ../../../third-party/skia/src/core/SkYUVPlanesCache.cpp | |
[726/1800] compile ../../../third-party/skia/src/core/SkXfermode.cpp | |
[727/1800] compile ../../../third-party/skia/src/core/SkYUVAPixmaps.cpp | |
[728/1800] compile ../../../third-party/skia/src/lazy/SkDiscardableMemoryPool.cpp | |
[729/1800] compile ../../../third-party/skia/src/image/SkRescaleAndReadPixels.cpp | |
[730/1800] compile ../../../third-party/skia/src/shaders/SkBitmapProcShader.cpp | |
[731/1800] compile ../../../third-party/skia/src/image/SkSurface.cpp | |
[732/1800] compile ../../../third-party/skia/src/image/SkSurface_Raster.cpp | |
[733/1800] compile ../../../third-party/skia/src/image/SkImage_Raster.cpp | |
[734/1800] compile ../../../third-party/skia/src/shaders/SkColorShader.cpp | |
[735/1800] compile ../../../third-party/skia/src/image/SkImage_Lazy.cpp | |
[736/1800] compile ../../../third-party/skia/src/image/SkImage.cpp | |
[737/1800] compile ../../../third-party/skia/src/shaders/SkColorFilterShader.cpp | |
[738/1800] compile ../../../third-party/skia/src/pathops/SkDConicLineIntersection.cpp | |
[739/1800] compile ../../../third-party/skia/src/pathops/SkAddIntersections.cpp | |
[740/1800] compile ../../../third-party/skia/src/pathops/SkOpAngle.cpp | |
[741/1800] compile ../../../third-party/skia/src/shaders/SkTransformShader.cpp | |
[742/1800] compile ../../../third-party/skia/src/shaders/SkComposeShader.cpp | |
[743/1800] compile ../../../third-party/skia/src/pathops/SkDCubicLineIntersection.cpp | |
[744/1800] compile ../../../third-party/skia/src/shaders/SkImageShader.cpp | |
[745/1800] compile ../../../third-party/skia/src/shaders/SkShader.cpp | |
[746/1800] compile ../../../third-party/skia/src/pathops/SkDCubicToQuads.cpp | |
[747/1800] compile ../../../third-party/skia/src/shaders/SkLocalMatrixShader.cpp | |
[748/1800] compile ../../../third-party/skia/src/pathops/SkDLineIntersection.cpp | |
[749/1800] compile ../../../third-party/skia/src/pathops/SkIntersections.cpp | |
[750/1800] compile ../../../third-party/skia/src/pathops/SkDQuadLineIntersection.cpp | |
[751/1800] compile ../../../third-party/skia/src/pathops/SkOpCubicHull.cpp | |
[752/1800] compile ../../../third-party/skia/src/pathops/SkOpContour.cpp | |
[753/1800] compile ../../../third-party/skia/src/pathops/SkOpBuilder.cpp | |
[754/1800] compile ../../../third-party/skia/src/pathops/SkOpCoincidence.cpp | |
[755/1800] compile ../../../third-party/skia/src/pathops/SkOpSegment.cpp | |
[756/1800] compile ../../../third-party/skia/src/pathops/SkOpSpan.cpp | |
[757/1800] compile ../../../third-party/skia/src/pathops/SkOpEdgeBuilder.cpp | |
[758/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsLine.cpp | |
[759/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsConic.cpp | |
[760/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsCommon.cpp | |
[761/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsCurve.cpp | |
[762/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsAsWinding.cpp | |
[763/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsCubic.cpp | |
[764/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsRect.cpp | |
[765/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsDebug.cpp | |
[766/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsQuad.cpp | |
[767/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsOp.cpp | |
[768/1800] compile ../../../third-party/skia/src/pathops/SkPathWriter.cpp | |
[769/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsSimplify.cpp | |
[770/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsTypes.cpp | |
[771/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsTightBounds.cpp | |
[772/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsTSect.cpp | |
[773/1800] compile ../../../third-party/skia/src/pathops/SkPathOpsWinding.cpp | |
[774/1800] compile ../../../third-party/skia/src/pathops/SkReduceOrder.cpp | |
[775/1800] compile ../../../third-party/skia/src/core/SkBigPicture.cpp | |
[776/1800] compile ../../../third-party/skia/src/utils/SkBase64.cpp | |
[777/1800] compile ../../../third-party/skia/src/core/SkPictureFlat.cpp | |
[778/1800] compile ../../../third-party/skia/src/core/SkPicture.cpp | |
[779/1800] compile ../../../third-party/skia/src/core/SkPictureRecorder.cpp | |
[780/1800] compile ../../../third-party/skia/src/core/SkPictureData.cpp | |
[781/1800] compile ../../../third-party/skia/src/core/SkPictureImageGenerator.cpp | |
[782/1800] compile ../../../third-party/skia/src/core/SkPicturePlayback.cpp | |
[783/1800] compile ../../../third-party/skia/src/core/SkRecorder.cpp | |
[784/1800] compile ../../../third-party/skia/src/core/SkPictureRecord.cpp | |
[785/1800] compile ../../../third-party/skia/src/utils/SkCamera.cpp | |
[786/1800] compile ../../../third-party/skia/src/core/SkRecordedDrawable.cpp | |
[787/1800] compile ../../../third-party/skia/src/utils/SkDashPath.cpp | |
[788/1800] compile ../../../third-party/skia/src/utils/SkCharToGlyphCache.cpp | |
[789/1800] compile ../../../third-party/skia/src/utils/SkFloatToDecimal.cpp | |
[790/1800] compile ../../../third-party/skia/src/utils/SkCanvasStack.cpp | |
[791/1800] compile ../../../third-party/skia/src/utils/SkEventTracer.cpp | |
[792/1800] compile ../../../third-party/skia/src/utils/SkAnimCodecPlayer.cpp | |
[793/1800] compile ../../../third-party/skia/src/utils/SkJSONWriter.cpp | |
[794/1800] compile ../../../third-party/skia/src/utils/SkClipStackUtils.cpp | |
[795/1800] compile ../../../third-party/skia/src/utils/SkMatrix22.cpp | |
[796/1800] compile ../../../third-party/skia/src/utils/SkCanvasStateUtils.cpp | |
[797/1800] compile ../../../third-party/skia/src/shaders/SkPictureShader.cpp | |
[798/1800] compile ../../../third-party/skia/src/utils/SkNWayCanvas.cpp | |
[799/1800] compile ../../../third-party/skia/src/utils/SkNullCanvas.cpp | |
[800/1800] compile ../../../third-party/skia/src/utils/SkParse.cpp | |
[801/1800] compile ../../../third-party/skia/src/utils/SkJSON.cpp | |
[802/1800] compile ../../../third-party/skia/src/utils/SkMultiPictureDocument.cpp | |
[803/1800] compile ../../../third-party/skia/src/utils/SkOSPath.cpp | |
[804/1800] compile ../../../third-party/skia/src/utils/SkParseColor.cpp | |
[805/1800] compile ../../../third-party/skia/src/utils/SkOrderedFontMgr.cpp | |
[806/1800] compile ../../../third-party/skia/src/utils/SkCustomTypeface.cpp | |
[807/1800] compile ../../../third-party/skia/src/utils/SkThreadUtils_pthread.cpp | |
[808/1800] compile ../../../third-party/skia/src/utils/SkPaintFilterCanvas.cpp | |
[809/1800] compile ../../../third-party/skia/src/utils/SkThreadUtils_win.cpp | |
[810/1800] compile ../../../third-party/skia/src/utils/win/SkDWrite.cpp | |
[811/1800] compile ../../../third-party/skia/src/utils/SkUTF.cpp | |
[812/1800] compile ../../../third-party/skia/src/utils/win/SkAutoCoInitialize.cpp | |
[813/1800] compile ../../../third-party/skia/src/utils/win/SkHRESULT.cpp | |
[814/1800] compile ../../../third-party/skia/src/utils/SkPatchUtils.cpp | |
[815/1800] compile ../../../third-party/skia/src/utils/win/SkDWriteFontFileStream.cpp | |
[816/1800] compile ../../../third-party/skia/src/utils/win/SkDWriteGeometrySink.cpp | |
[817/1800] compile ../../../third-party/skia/src/utils/win/SkIStream.cpp | |
[818/1800] compile ../../../third-party/skia/src/utils/win/SkWGL_win.cpp | |
[819/1800] compile ../../../third-party/skia/src/utils/SkParsePath.cpp | |
[820/1800] compile ../../../third-party/skia/src/utils/SkPolyUtils.cpp | |
[821/1800] compile ../../../third-party/skia/src/utils/SkTextUtils.cpp | |
[822/1800] compile ../../../third-party/skia/src/c/sk_effects.cpp | |
[823/1800] compile ../../../third-party/skia/src/utils/SkShadowTessellator.cpp | |
[824/1800] compile ../../../third-party/skia/src/effects/SkColorMatrix.cpp | |
[825/1800] compile ../../../third-party/skia/src/utils/SkShaperJSONWriter.cpp | |
[826/1800] compile ../../../third-party/skia/src/effects/SkBlenders.cpp | |
[827/1800] compile ../../../third-party/skia/src/effects/SkColorMatrixFilter.cpp | |
[828/1800] compile ../../../third-party/skia/src/utils/mac/SkCTFont.cpp | |
[829/1800] compile ../../../third-party/skia/src/c/sk_imageinfo.cpp | |
[830/1800] compile ../../../third-party/skia/src/utils/mac/SkCreateCGImageRef.cpp | |
[831/1800] compile ../../../third-party/skia/src/effects/Sk2DPathEffect.cpp | |
[832/1800] compile ../../../third-party/skia/src/effects/Sk1DPathEffect.cpp | |
[833/1800] compile ../../../third-party/skia/src/core/SkATrace.cpp | |
[834/1800] compile ../../../third-party/skia/src/c/sk_paint.cpp | |
[835/1800] compile ../../../third-party/skia/src/utils/SkShadowUtils.cpp | |
[836/1800] compile ../../../third-party/skia/src/effects/SkDiscretePathEffect.cpp | |
[837/1800] compile ../../../third-party/skia/src/core/SkAnalyticEdge.cpp | |
[838/1800] compile ../../../third-party/skia/src/effects/SkCornerPathEffect.cpp | |
[839/1800] compile ../../../third-party/skia/src/core/SkArenaAlloc.cpp | |
[840/1800] compile ../../../third-party/skia/src/c/sk_surface.cpp | |
[841/1800] compile ../../../third-party/skia/src/core/SkBBHFactory.cpp | |
[842/1800] compile ../../../third-party/skia/src/effects/SkDashPathEffect.cpp | |
[843/1800] compile ../../../third-party/skia/src/core/SkAlphaRuns.cpp | |
[844/1800] compile ../../../third-party/skia/src/core/SkAnnotation.cpp | |
[845/1800] compile ../../../third-party/skia/src/core/SkAAClip.cpp | |
[846/1800] compile ../../../third-party/skia/src/core/SkAutoPixmapStorage.cpp | |
[847/1800] compile ../../../third-party/skia/src/core/SkBlitRow_D32.cpp | |
[848/1800] compile ../../../third-party/skia/src/core/SkBitmapProcState_matrixProcs.cpp | |
[849/1800] compile ../../../third-party/skia/src/core/SkBitmapProcState.cpp | |
[850/1800] compile ../../../third-party/skia/src/core/SkBlitter_A8.cpp | |
[851/1800] compile ../../../third-party/skia/src/core/SkBlendMode.cpp | |
[852/1800] compile ../../../third-party/skia/src/core/SkBitmapCache.cpp | |
[853/1800] compile ../../../third-party/skia/src/core/SkBitmap.cpp | |
[854/1800] compile ../../../third-party/skia/src/core/SkBuffer.cpp | |
[855/1800] compile ../../../third-party/skia/src/core/SkBlendModeBlender.cpp | |
[856/1800] compile ../../../third-party/skia/src/core/SkBlockAllocator.cpp | |
[857/1800] compile ../../../third-party/skia/src/core/SkBlitter_RGB565.cpp | |
[858/1800] compile ../../../third-party/skia/src/core/SkCachedData.cpp | |
[859/1800] compile ../../../third-party/skia/src/core/SkBlurMask.cpp | |
[860/1800] compile ../../../third-party/skia/src/core/SkBlitter.cpp | |
[861/1800] compile ../../../third-party/skia/src/core/SkBlitter_Sprite.cpp | |
[862/1800] compile ../../../third-party/skia/src/core/SkBlitter_ARGB32.cpp | |
[863/1800] compile ../../../third-party/skia/src/core/SkBitmapDevice.cpp | |
[864/1800] compile ../../../third-party/skia/src/core/SkColor.cpp | |
[865/1800] compile ../../../third-party/skia/src/core/SkColorSpace.cpp | |
[866/1800] compile ../../../third-party/skia/src/core/SkClipStack.cpp | |
[867/1800] compile ../../../third-party/skia/src/core/SkCanvasPriv.cpp | |
[868/1800] compile ../../../third-party/skia/src/core/SkContourMeasure.cpp | |
[869/1800] compile ../../../third-party/skia/src/core/SkColorSpaceXformSteps.cpp | |
[870/1800] compile ../../../third-party/skia/src/core/SkCompressedDataUtils.cpp | |
[871/1800] compile ../../../third-party/skia/src/core/SkConvertPixels.cpp | |
[872/1800] compile ../../../third-party/skia/src/core/SkColorFilter.cpp | |
[873/1800] compile ../../../third-party/skia/src/core/SkDebug.cpp | |
[874/1800] compile ../../../third-party/skia/src/core/SkCpu.cpp | |
[875/1800] compile ../../../third-party/skia/src/core/SkCubicClipper.cpp | |
[876/1800] compile ../../../third-party/skia/src/core/SkClipStackDevice.cpp | |
[877/1800] compile ../../../third-party/skia/src/core/SkDeque.cpp | |
[878/1800] compile ../../../third-party/skia/src/core/SkCubicMap.cpp | |
[879/1800] compile ../../../third-party/skia/src/core/SkDataTable.cpp | |
[880/1800] compile ../../../third-party/skia/src/core/SkColorFilter_Matrix.cpp | |
[881/1800] compile ../../../third-party/skia/src/core/SkBlurMF.cpp | |
[882/1800] compile ../../../third-party/skia/src/core/SkDistanceFieldGen.cpp | |
[883/1800] compile ../../../third-party/skia/src/core/SkDocument.cpp | |
[884/1800] compile ../../../third-party/skia/src/core/SkCanvas.cpp | |
[885/1800] compile ../../../third-party/skia/src/core/SkData.cpp | |
[886/1800] compile ../../../third-party/skia/src/core/SkDescriptor.cpp | |
[887/1800] compile ../../../third-party/skia/src/core/SkDrawShadowInfo.cpp | |
[888/1800] compile ../../../third-party/skia/src/core/SkDeferredDisplayList.cpp | |
[889/1800] compile ../../../third-party/skia/src/core/SkDrawLooper.cpp | |
[890/1800] compile ../../../third-party/skia/src/core/SkDeferredDisplayListRecorder.cpp | |
[891/1800] compile ../../../third-party/skia/src/core/SkEdge.cpp | |
[892/1800] compile ../../../third-party/skia/src/core/SkDrawable.cpp | |
[893/1800] compile ../../../third-party/skia/src/core/SkEdgeClipper.cpp | |
[894/1800] compile ../../../third-party/skia/src/core/SkEdgeBuilder.cpp | |
[895/1800] compile ../../../third-party/skia/src/core/SkDevice.cpp | |
[896/1800] compile ../../../third-party/skia/src/core/SkExecutor.cpp | |
[897/1800] compile ../../../third-party/skia/src/core/SkDraw_text.cpp | |
[898/1800] compile ../../../third-party/skia/src/core/SkDraw.cpp | |
[899/1800] compile ../../../third-party/skia/src/core/SkGaussFilter.cpp | |
[900/1800] compile ../../../third-party/skia/src/core/SkFontDescriptor.cpp | |
[901/1800] compile ../../../third-party/skia/src/core/SkFontMgr.cpp | |
[902/1800] compile ../../../third-party/skia/src/core/SkFontStream.cpp | |
[903/1800] compile ../../../third-party/skia/src/core/SkDraw_atlas.cpp | |
[904/1800] compile ../../../third-party/skia/src/core/SkDraw_vertices.cpp | |
[905/1800] compile ../../../third-party/skia/src/core/SkGlobalInitialization_core.cpp | |
[906/1800] compile ../../../third-party/skia/src/core/SkFlattenable.cpp | |
[907/1800] compile ../../../third-party/skia/src/core/SkHalf.cpp | |
[908/1800] compile ../../../third-party/skia/src/core/SkFont_serial.cpp | |
[909/1800] compile ../../../third-party/skia/src/core/SkFont.cpp | |
[910/1800] compile ../../../third-party/skia/src/core/SkGeometry.cpp | |
[911/1800] compile ../../../third-party/skia/src/core/SkICC.cpp | |
[912/1800] compile ../../../third-party/skia/src/core/SkGlyph.cpp | |
[913/1800] compile ../../../third-party/skia/src/core/SkIDChangeListener.cpp | |
[914/1800] compile ../../../third-party/skia/src/core/SkGlyphBuffer.cpp | |
[915/1800] compile ../../../third-party/skia/src/core/SkGraphics.cpp | |
[916/1800] compile ../../../third-party/skia/src/core/SkImageGenerator.cpp | |
[917/1800] compile ../../../third-party/skia/src/core/SkGlyphRun.cpp | |
[918/1800] compile ../../../third-party/skia/src/core/SkImageFilterTypes.cpp | |
[919/1800] compile ../../../third-party/skia/src/core/SkLatticeIter.cpp | |
[920/1800] compile ../../../third-party/skia/src/core/SkLineClipper.cpp | |
[921/1800] compile ../../../third-party/skia/src/core/SkMalloc.cpp | |
[922/1800] compile ../../../third-party/skia/src/core/SkImageFilterCache.cpp | |
[923/1800] compile ../../../third-party/skia/src/core/SkImageInfo.cpp | |
[924/1800] compile ../../../third-party/skia/src/core/SkImageFilter.cpp | |
[925/1800] compile ../../../third-party/skia/src/core/SkMD5.cpp | |
[926/1800] compile ../../../third-party/skia/src/core/SkGpuBlurUtils.cpp | |
[927/1800] compile ../../../third-party/skia/src/core/SkMallocPixelRef.cpp | |
[928/1800] compile ../../../third-party/skia/src/core/SkGlyphRunPainter.cpp | |
[929/1800] compile ../../../third-party/skia/src/core/SkMask.cpp | |
[930/1800] compile ../../../third-party/skia/src/core/SkMatrixInvert.cpp | |
[931/1800] compile ../../../third-party/skia/src/core/SkMath.cpp | |
[932/1800] compile ../../../third-party/skia/src/core/SkMaskCache.cpp | |
[933/1800] compile ../../../third-party/skia/src/core/SkMaskGamma.cpp | |
[934/1800] compile ../../../third-party/skia/src/core/SkMaskBlurFilter.cpp | |
[935/1800] compile ../../../third-party/skia/src/core/SkM44.cpp | |
[936/1800] compile ../../../third-party/skia/src/core/SkLocalMatrixImageFilter.cpp | |
[937/1800] compile ../../../third-party/skia/src/core/SkOpts_erms.cpp | |
[938/1800] compile ../../../third-party/skia/src/core/SkMatrix.cpp | |
[939/1800] compile ../../../third-party/skia/src/core/SkMiniRecorder.cpp | |
[940/1800] compile ../../../third-party/skia/src/core/SkMatrixImageFilter.cpp | |
[941/1800] compile ../../../third-party/skia/src/core/SkMipmapAccessor.cpp | |
[942/1800] compile ../../../third-party/skia/src/core/SkPaintPriv.cpp | |
[943/1800] compile ../../../third-party/skia/src/core/SkMaskFilter.cpp | |
[944/1800] compile ../../../third-party/skia/src/core/SkModeColorFilter.cpp | |
[945/1800] compile ../../../third-party/skia/src/core/SkPathMeasure.cpp | |
[946/1800] compile ../../../third-party/skia/src/core/SkMipmap.cpp | |
[947/1800] compile ../../../third-party/skia/src/core/SkPath_serial.cpp | |
[948/1800] compile ../../../third-party/skia/src/core/SkPath.cpp | |
[949/1800] compile ../../../third-party/skia/src/core/SkPathBuilder.cpp | |
[950/1800] compile ../../../third-party/skia/src/core/SkPoint3.cpp | |
[951/1800] compile ../../../third-party/skia/src/core/SkOverdrawCanvas.cpp | |
[952/1800] compile ../../../third-party/skia/src/core/SkPathRef.cpp | |
[953/1800] compile ../../../third-party/skia/src/core/SkPixelRef.cpp | |
[954/1800] compile ../../../third-party/skia/src/core/SkPathEffect.cpp | |
[955/1800] compile ../../../third-party/skia/src/core/SkPtrRecorder.cpp | |
[956/1800] compile ../../../third-party/skia/src/core/SkPoint.cpp | |
[957/1800] compile ../../../third-party/skia/src/core/SkPaint.cpp | |
[958/1800] compile ../../../third-party/skia/src/core/SkQuadClipper.cpp | |
[959/1800] compile ../../../third-party/skia/src/core/SkRRect.cpp | |
[960/1800] compile ../../../third-party/skia/src/core/SkRTree.cpp | |
[961/1800] compile ../../../third-party/skia/src/core/SkPromiseImageTexture.cpp | |
[962/1800] compile ../../../third-party/skia/src/core/SkRasterClip.cpp | |
[963/1800] compile ../../../third-party/skia/src/core/SkRasterPipeline.cpp | |
[964/1800] compile ../../../third-party/skia/src/core/SkOpts.cpp | |
[965/1800] compile ../../../third-party/skia/src/core/SkPixmap.cpp | |
[966/1800] compile ../../../third-party/skia/src/core/SkRecord.cpp | |
[967/1800] compile ../../../third-party/skia/src/core/SkRecords.cpp | |
[968/1800] compile ../../../third-party/skia/src/core/SkRasterPipelineBlitter.cpp | |
[969/1800] compile ../../../third-party/skia/src/core/SkReadBuffer.cpp | |
[970/1800] compile ../../../third-party/skia/src/core/SkRect.cpp | |
[971/1800] compile ../../../third-party/skia/src/core/SkScalar.cpp | |
[972/1800] compile ../../../third-party/skia/src/core/SkRegion.cpp | |
[973/1800] compile ../../../third-party/skia/src/core/SkRecordOpts.cpp | |
[974/1800] compile ../../../third-party/skia/src/core/SkRecordDraw.cpp | |
[975/1800] stamp obj/gpu_tool_utils.inputdeps.stamp | |
[976/1800] compile ../../../third-party/skia/src/core/SkRegion_path.cpp | |
[977/1800] compile ../../../third-party/skia/src/core/SkScan.cpp | |
[978/1800] compile ../../../third-party/skia/src/core/SkResourceCache.cpp | |
[979/1800] compile ../../../third-party/skia/src/core/SkScan_AAAPath.cpp | |
[980/1800] compile ../../../third-party/skia/src/core/SkScan_AntiPath.cpp | |
[981/1800] compile ../../../third-party/skia/tools/gpu/BackendTextureImageFactory.cpp | |
[982/1800] compile ../../../third-party/skia/src/core/SkScalerCache.cpp | |
[983/1800] compile ../../../third-party/skia/tools/gpu/FlushFinishTracker.cpp | |
[984/1800] compile ../../../third-party/skia/src/core/SkScalerContext.cpp | |
[985/1800] compile ../../../third-party/skia/tools/gpu/BackendSurfaceFactory.cpp | |
[986/1800] compile ../../../third-party/skia/tools/gpu/ManagedBackendTexture.cpp | |
[987/1800] compile ../../../third-party/skia/tools/gpu/GrContextFactory.cpp | |
[988/1800] compile ../../../third-party/skia/src/core/SkRemoteGlyphCache.cpp | |
[989/1800] compile ../../../third-party/skia/tools/gpu/TestContext.cpp | |
[990/1800] compile ../../../third-party/skia/tools/gpu/GrTest.cpp | |
[991/1800] compile ../../../third-party/skia/tools/gpu/MemoryCache.cpp | |
[992/1800] compile ../../../third-party/skia/src/core/SkSpinlock.cpp | |
[993/1800] compile ../../../third-party/skia/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp | |
[994/1800] compile ../../../third-party/skia/tools/gpu/gl/GLTestContext.cpp | |
[995/1800] compile ../../../third-party/skia/tools/gpu/ProxyUtils.cpp | |
[996/1800] compile ../../../third-party/skia/tools/gpu/YUVUtils.cpp | |
[997/1800] compile ../../../third-party/skia/tools/gpu/gl/mac/CreatePlatformGLTestContext_mac.cpp | |
[998/1800] compile ../../../third-party/skia/tools/gpu/mock/MockTestContext.cpp | |
[999/1800] compile ../../../third-party/skia/src/core/SkStream.cpp | |
[1000/1800] compile ../../../third-party/skia/tools/gpu/TestOps.cpp | |
[1001/1800] compile ../../../third-party/skia/src/core/SkSpriteBlitter_ARGB32.cpp | |
[1002/1800] compile ../../../third-party/skia/src/core/SkSpecialSurface.cpp | |
[1003/1800] compile ../../../third-party/skia/src/core/SkSpriteBlitter_RGB565.cpp | |
[1004/1800] compile ../../../third-party/skia/src/core/SkStringView.cpp | |
[1005/1800] stamp obj/third_party/externals/spirv-tools/spvtools_val.inputdeps.stamp | |
[1006/1800] compile ../../../third-party/skia/src/core/SkString.cpp | |
[1007/1800] compile ../../../third-party/skia/src/core/SkStringUtils.cpp | |
[1008/1800] compile ../../../third-party/skia/src/core/SkStrokeRec.cpp | |
[1009/1800] compile ../../../third-party/skia/src/core/SkStroke.cpp | |
[1010/1800] compile ../../../third-party/skia/src/core/SkStrokerPriv.cpp | |
[1011/1800] compile ../../../third-party/skia/src/core/SkRuntimeEffect.cpp | |
[1012/1800] compile ../../../third-party/skia/src/core/SkStrikeForGPU.cpp | |
[1013/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/basic_block.cpp | |
[1014/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/instruction.cpp | |
[1015/1800] compile ../../../third-party/skia/src/core/SkStrikeSpec.cpp | |
[1016/1800] compile ../../../third-party/skia/src/core/SkStrikeCache.cpp | |
[1017/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/construct.cpp | |
[1018/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_adjacency.cpp | |
[1019/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_arithmetics.cpp | |
[1020/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_annotation.cpp | |
[1021/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_atomics.cpp | |
[1022/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_barriers.cpp | |
[1023/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_bitwise.cpp | |
[1024/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate.cpp | |
[1025/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/function.cpp | |
[1026/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_capability.cpp | |
[1027/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_composites.cpp | |
[1028/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_constants.cpp | |
[1029/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_conversion.cpp | |
[1030/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_debug.cpp | |
[1031/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_execution_limitations.cpp | |
[1032/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_derivatives.cpp | |
[1033/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_decorations.cpp | |
[1034/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_cfg.cpp | |
[1035/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_function.cpp | |
[1036/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_id.cpp | |
[1037/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_instruction.cpp | |
[1038/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_image.cpp | |
[1039/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_layout.cpp | |
[1040/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_interfaces.cpp | |
[1041/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_extensions.cpp | |
[1042/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_literals.cpp | |
[1043/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_logicals.cpp | |
[1044/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_memory_semantics.cpp | |
[1045/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_memory.cpp | |
[1046/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_misc.cpp | |
[1047/1800] link libexpat.a | |
[1048/1800] stamp obj/third_party/externals/spirv-tools/spvtools.inputdeps.stamp | |
[1049/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/util/timer.cpp | |
[1050/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_non_uniform.cpp | |
[1051/1800] compile ../../../third-party/skia/tools/flags/CommandLineFlags.cpp | |
[1052/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_mode_setting.cpp | |
[1053/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_primitives.cpp | |
[1054/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_small_type_uses.cpp | |
[1055/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_validator_options.cpp | |
[1056/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/util/string_utils.cpp | |
[1057/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/table.cpp | |
[1058/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_type.cpp | |
[1059/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/util/parse_number.cpp | |
[1060/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_scopes.cpp | |
[1061/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/enum_string_mapping.cpp | |
[1062/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/util/bit_vector.cpp | |
[1063/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/text.cpp | |
[1064/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/assembly_grammar.cpp | |
[1065/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/text_handler.cpp | |
[1066/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/diagnostic.cpp | |
[1067/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/parsed_operand.cpp | |
[1068/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/ext_inst.cpp | |
[1069/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/disassemble.cpp | |
[1070/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_endian.cpp | |
[1071/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/libspirv.cpp | |
[1072/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/binary.cpp | |
[1073/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_optimizer_options.cpp | |
[1074/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/extensions.cpp | |
[1075/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/opcode.cpp | |
[1076/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/print.cpp | |
[1077/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validate_builtins.cpp | |
[1078/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_fuzzer_options.cpp | |
[1079/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_temperature.cpp | |
[1080/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_tag_types.cpp | |
[1081/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_reducer_options.cpp | |
[1082/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_tile_iterator.cpp | |
[1083/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_tone_curve.cpp | |
[1084/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_string_list.cpp | |
[1085/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/name_mapper.cpp | |
[1086/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_spline.cpp | |
[1087/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_stream.cpp | |
[1088/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_simple_image.cpp | |
[1089/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/spirv_target_env.cpp | |
[1090/1800] stamp obj/experimental/ffmpeg/video_decoder.stamp | |
[1091/1800] stamp obj/xps.stamp | |
[1092/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_safe_arithmetic.cpp | |
[1093/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_resample.cpp | |
[1094/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_shared.cpp | |
[1095/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_string.cpp | |
[1096/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_render.cpp | |
[1097/1800] stamp obj/wuffs.stamp | |
[1098/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/val/validation_state.cpp | |
[1099/1800] compile ../../../third-party/skia/src/xml/SkXMLWriter.cpp | |
[1100/1800] compile ../../../third-party/skia/src/xml/SkXMLParser.cpp | |
[1101/1800] compile ../../../third-party/skia/src/opts/SkOpts_sse41.cpp | |
[1102/1800] stamp obj/sse41.stamp | |
[1103/1800] stamp obj/sse2.stamp | |
[1104/1800] compile ../../../third-party/skia/modules/skresources/src/SkResources.cpp | |
[1105/1800] stamp obj/skvm_jit.stamp | |
[1106/1800] compile ../../../third-party/skia/third_party/externals/zlib/gzwrite.c | |
[1107/1800] compile ../../../third-party/skia/third_party/externals/zlib/gzread.c | |
[1108/1800] compile ../../../third-party/skia/third_party/externals/dng_sdk/source/dng_reference.cpp | |
[1109/1800] compile ../../../third-party/skia/src/xml/SkDOM.cpp | |
[1110/1800] compile ../../../third-party/skia/third_party/externals/spirv-tools/source/operand.cpp | |
[1111/1800] compile ../../../third-party/skia/third_party/externals/zlib/gzlib.c | |
[1112/1800] compile ../../../third-party/skia/third_party/externals/zlib/gzclose.c | |
[1113/1800] compile ../../../third-party/skia/src/images/SkWebpEncoder.cpp | |
[1114/1800] link libspvtools.a | |
[1115/1800] compile ../../../third-party/skia/third_party/externals/zlib/compress.c | |
[1116/1800] compile ../../../third-party/skia/third_party/externals/zlib/cpu_features.c | |
[1117/1800] compile ../../../third-party/skia/third_party/externals/zlib/crc32.c | |
[1118/1800] link libspvtools_val.a | |
[1119/1800] compile ../../../third-party/skia/third_party/externals/zlib/adler32.c | |
[1120/1800] compile ../../../third-party/skia/src/svg/SkSVGCanvas.cpp | |
[1121/1800] compile ../../../third-party/skia/src/opts/SkOpts_sse42.cpp | |
[1122/1800] stamp obj/sse42.stamp | |
[1123/1800] compile ../../../third-party/skia/src/codec/SkWebpCodec.cpp | |
[1124/1800] compile ../../../third-party/skia/third_party/externals/zlib/deflate.c | |
[1125/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/upsampling_sse41.c | |
[1126/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/yuv_sse41.c | |
[1127/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_sse41.c | |
[1128/1800] compile ../../../third-party/skia/third_party/externals/piex/src/binary_parse/cached_paged_byte_array.cc | |
[1129/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_sse41.c | |
[1130/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_sse41.c | |
[1131/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/alpha_processing_sse41.c | |
[1132/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/lossless_enc_sse41.c | |
[1133/1800] compile ../../../third-party/skia/src/opts/SkOpts_skx.cpp | |
[1134/1800] link libwebp_sse41.a | |
[1135/1800] stamp obj/skx.stamp | |
[1136/1800] compile ../../../third-party/skia/third_party/externals/zlib/inftrees.c | |
[1137/1800] compile ../../../third-party/skia/third_party/externals/zlib/inffast.c | |
[1138/1800] compile ../../../third-party/skia/third_party/externals/zlib/uncompr.c | |
[1139/1800] compile ../../../third-party/skia/third_party/externals/zlib/zutil.c | |
[1140/1800] compile ../../../third-party/skia/third_party/externals/zlib/infback.c | |
[1141/1800] compile ../../../third-party/skia/third_party/externals/zlib/adler32_simd.c | |
[1142/1800] stamp obj/third_party/zlib/zlib_adler32_simd.stamp | |
[1143/1800] compile ../../../third-party/skia/third_party/externals/zlib/contrib/optimizations/inffast_chunk.c | |
[1144/1800] compile ../../../third-party/skia/third_party/externals/zlib/crc32_simd.c | |
[1145/1800] stamp obj/third_party/zlib/zlib_crc32_simd.stamp | |
[1146/1800] compile ../../../third-party/skia/third_party/externals/piex/src/binary_parse/range_checked_byte_ptr.cc | |
[1147/1800] compile ../../../third-party/skia/third_party/externals/zlib/contrib/optimizations/inflate.c | |
[1148/1800] stamp obj/third_party/zlib/zlib_inflate_chunk_simd.stamp | |
[1149/1800] compile ../../../third-party/skia/third_party/externals/zlib/trees.c | |
[1150/1800] compile ../../../third-party/skia/third_party/externals/piex/src/piex.cc | |
[1151/1800] compile ../../../third-party/skia/third_party/externals/zlib/fill_window_sse.c | |
[1152/1800] compile ../../../third-party/skia/third_party/externals/zlib/crc_folding.c | |
[1153/1800] stamp obj/third_party/zlib/zlib_x86_x64_simd.stamp | |
[1154/1800] link libzlib.a | |
[1155/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jquant1.c | |
[1156/1800] compile ../../../third-party/skia/src/svg/SkSVGDevice.cpp | |
[1157/1800] stamp obj/xml.stamp | |
[1158/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jpeg_nbits_table.c | |
[1159/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jsimd_none.c | |
[1160/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/frame_dec.c | |
[1161/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jidctfst.c | |
[1162/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jidctred.c | |
[1163/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jidctflt.c | |
[1164/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jfdctint.c | |
[1165/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jquant2.c | |
[1166/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jfdctfst.c | |
[1167/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jmemnobs.c | |
[1168/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jerror.c | |
[1169/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jmemmgr.c | |
[1170/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdpostct.c | |
[1171/1800] compile ../../../third-party/skia/third_party/externals/piex/src/tiff_parser.cc | |
[1172/1800] compile ../../../third-party/skia/third_party/externals/piex/src/tiff_directory/tiff_directory.cc | |
[1173/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdsample.c | |
[1174/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdmaster.c | |
[1175/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdinput.c | |
[1176/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdphuff.c | |
[1177/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jfdctflt.c | |
[1178/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdmainct.c | |
[1179/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jddctmgr.c | |
[1180/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdapimin.c | |
[1181/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdarith.c | |
[1182/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdapistd.c | |
[1183/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcsample.c | |
[1184/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdmerge.c | |
[1185/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdmarker.c | |
[1186/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcomapi.c | |
[1187/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcparam.c | |
[1188/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcphuff.c | |
[1189/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdhuff.c | |
[1190/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcinit.c | |
[1191/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcmainct.c | |
[1192/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcprepct.c | |
[1193/1800] compile ../../../third-party/skia/third_party/externals/piex/src/image_type_recognition/image_type_recognition_lite.cc | |
[1194/1800] link libpiex.a | |
[1195/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jidctint.c | |
[1196/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcmaster.c | |
[1197/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcapistd.c | |
[1198/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jaricom.c | |
[1199/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcmarker.c | |
[1200/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcarith.c | |
[1201/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcapimin.c | |
[1202/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdcolor.c | |
[1203/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jdcoefct.c | |
[1204/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c | |
[1205/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jcdctmgr.c | |
[1206/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jutils.c | |
[1207/1800] compile ../../../third-party/skia/third_party/externals/libpng/intel/intel_init.c | |
[1208/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/buffer_dec.c | |
[1209/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jccoefct.c | |
[1210/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngwio.c | |
[1211/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jccolor.c | |
[1212/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngwtran.c | |
[1213/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngtrans.c | |
[1214/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngrio.c | |
[1215/1800] compile ../../../third-party/skia/third_party/externals/libpng/intel/filter_sse2_intrinsics.c | |
[1216/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngset.c | |
[1217/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngwrite.c | |
[1218/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngmem.c | |
[1219/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngpread.c | |
[1220/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngget.c | |
[1221/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/alpha_dec.c | |
[1222/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngerror.c | |
[1223/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/quant_dec.c | |
[1224/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngwutil.c | |
[1225/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/idec_dec.c | |
[1226/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/io_dec.c | |
[1227/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngread.c | |
[1228/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/tree_dec.c | |
[1229/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngrutil.c | |
[1230/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/demux/anim_decode.c | |
[1231/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/alpha_processing_neon.c | |
[1232/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/webp_dec.c | |
[1233/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/vp8_dec.c | |
[1234/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cost_mips32.c | |
[1235/1800] compile ../../../third-party/skia/third_party/externals/libpng/png.c | |
[1236/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cost_mips_dsp_r2.c | |
[1237/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/alpha_processing.c | |
[1238/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cost_neon.c | |
[1239/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cost.c | |
[1240/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/demux/demux.c | |
[1241/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cpu.c | |
[1242/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_clip_tables.c | |
[1243/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_mips32.c | |
[1244/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_mips_dsp_r2.c | |
[1245/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/cost_sse2.c | |
[1246/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_msa.c | |
[1247/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_neon.c | |
[1248/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_mips32.c | |
[1249/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_mips_dsp_r2.c | |
[1250/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/alpha_processing_sse2.c | |
[1251/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_msa.c | |
[1252/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_neon.c | |
[1253/1800] compile ../../../third-party/skia/third_party/externals/libpng/pngrtran.c | |
[1254/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/filters.c | |
[1255/1800] link libpng.a | |
[1256/1800] stamp obj/png_decode.stamp | |
[1257/1800] stamp obj/png_encode.stamp | |
[1258/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec.c | |
[1259/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/dec_sse2.c | |
[1260/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc_sse2.c | |
[1261/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dec/vp8l_dec.c | |
[1262/1800] compile ../../../third-party/skia/third_party/externals/libwebp/src/dsp/enc.c | |
[1263/1800] link libwebp.a | |
[1264/1800] stamp obj/webp_encode.stamp | |
[1265/1800] stamp obj/webp_decode.stamp | |
[1266/1800] compile ../../../third-party/skia/third_party/externals/libjpeg-turbo/jchuff.c | |
[1267/1800] link libjpeg.a | |
[1268/1800] stamp obj/jpeg_decode.stamp | |
[1269/1800] stamp obj/jpeg_encode.stamp | |
[1270/1800] stamp obj/pdf.stamp | |
[1271/1800] link libdng_sdk.a | |
[1272/1800] stamp obj/raw.stamp | |
[1273/1800] link libskia.a | |
[1274/1800] link libflags.a | |
[1275/1800] link libskresources.a | |
[1276/1800] link libgpu_tool_utils.a | |
[1277/1800] ACTION //third_party/icu:make_data_assembly(//gn/toolchain:gcc_like) | |
Generated gen/third_party/icu/icudtl_dat.S | |
[1278/1800] stamp obj/third_party/icu/make_data_assembly.stamp | |
[1279/1800] stamp obj/sk_app.inputdeps.stamp | |
[1280/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uobject.cpp | |
[1281/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ures_cnv.cpp | |
[1282/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uset_props.cpp | |
[1283/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/usetiter.cpp | |
[1284/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uset.cpp | |
[1285/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustr_titlecase_brkiter.cpp | |
[1286/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unormcmp.cpp | |
[1287/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uprops.cpp | |
[1288/1800] compile ../../../third-party/skia/tools/sk_app/WindowContext.cpp | |
[1289/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uresbund.cpp | |
[1290/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ushape.cpp | |
[1291/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustack.cpp | |
[1292/1800] compile ../../../third-party/skia/tools/sk_app/CommandSet.cpp | |
[1293/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustr_wcs.cpp | |
[1294/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/usprep.cpp | |
[1295/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustr_cnv.cpp | |
[1296/1800] compile ../../../third-party/skia/tools/sk_app/GLWindowContext.cpp | |
[1297/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustrfmt.cpp | |
[1298/1800] compile ../../../third-party/skia/tools/sk_app/mac/Window_mac.mm | |
[1299/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustrcase_locale.cpp | |
[1300/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utf_impl.cpp | |
[1301/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustrenum.cpp | |
[1302/1800] compile ../../../third-party/skia/tools/sk_app/mac/main_mac.mm | |
[1303/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustrcase.cpp | |
[1304/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustring.cpp | |
[1305/1800] compile ../../../third-party/skia/tools/sk_app/Window.cpp | |
[1306/1800] compile ../../../third-party/skia/tools/sk_app/mac/GLWindowContext_mac.mm | |
[1307/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ustrtrns.cpp | |
[1308/1800] compile ../../../third-party/skia/tools/sk_app/mac/RasterWindowContext_mac.mm | |
[1309/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utypes.cpp | |
[1310/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/util.cpp | |
[1311/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/util_props.cpp | |
[1312/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utext.cpp | |
[1313/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utrie_swap.cpp | |
[1314/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/wintz.cpp | |
[1315/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utrie2.cpp | |
[1316/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utrie.cpp | |
[1317/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uvectr32.cpp | |
[1318/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uvectr64.cpp | |
[1319/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utrace.cpp | |
[1320/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uvector.cpp | |
[1321/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/bocsu.cpp | |
[1322/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uts46.cpp | |
[1323/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/utrie2_builder.cpp | |
[1324/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/anytrans.cpp | |
[1325/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/basictz.cpp | |
[1326/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/buddhcal.cpp | |
[1327/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/brktrans.cpp | |
[1328/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/astro.cpp | |
[1329/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/alphaindex.cpp | |
[1330/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/cecal.cpp | |
[1331/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collation.cpp | |
[1332/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/casetrn.cpp | |
[1333/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/choicfmt.cpp | |
[1334/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/chnsecal.cpp | |
[1335/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/coleitr.cpp | |
[1336/1800] compile ../../../third-party/skia/example/HelloWorld.cpp | |
[1337/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationfastlatinbuilder.cpp | |
[1338/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/coll.cpp | |
[1339/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationfcd.cpp | |
[1340/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationcompare.cpp | |
[1341/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationrootelements.cpp | |
[1342/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationdata.cpp | |
[1343/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/calendar.cpp | |
[1344/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/double-conversion-bignum-dtoa.cpp | |
[1345/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationdatareader.cpp | |
[1346/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationdatawriter.cpp | |
[1347/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationbuilder.cpp | |
[1348/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationroot.cpp | |
[1349/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationdatabuilder.cpp | |
[1350/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationfastlatin.cpp | |
[1351/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationkeys.cpp | |
[1352/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationweights.cpp | |
[1353/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationsettings.cpp | |
[1354/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationsets.cpp | |
[1355/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationiterator.cpp | |
[1356/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csrecog.cpp | |
[1357/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationtailoring.cpp | |
[1358/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csrucode.cpp | |
[1359/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/collationruleparser.cpp | |
[1360/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csrutf8.cpp | |
[1361/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/coptccal.cpp | |
[1362/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/compactdecimalformat.cpp | |
[1363/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csr2022.cpp | |
[1364/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csmatch.cpp | |
[1365/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csrmbcs.cpp | |
[1366/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/cpdtrans.cpp | |
[1367/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csrsbcs.cpp | |
[1368/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/csdetect.cpp | |
[1369/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/decContext.cpp | |
[1370/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/curramt.cpp | |
[1371/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/currfmt.cpp | |
[1372/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/currunit.cpp | |
[1373/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/double-conversion-cached-powers.cpp | |
[1374/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dangical.cpp | |
[1375/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/currpinf.cpp | |
[1376/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/double-conversion-strtod.cpp | |
[1377/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/double-conversion-fast-dtoa.cpp | |
[1378/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dayperiodrules.cpp | |
[1379/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/datefmt.cpp | |
[1380/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dcfmtsym.cpp | |
[1381/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dtrule.cpp | |
[1382/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/double-conversion-bignum.cpp | |
[1383/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/nfrs.cpp | |
[1384/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dtitvinf.cpp | |
[1385/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/erarules.cpp | |
[1386/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/esctrn.cpp | |
[1387/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ethpccal.cpp | |
[1388/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/decimfmt.cpp | |
[1389/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dtitvfmt.cpp | |
[1390/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/fmtable_cnv.cpp | |
[1391/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/fpositer.cpp | |
[1392/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/format.cpp | |
[1393/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/fphdlimp.cpp | |
[1394/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/funcrepl.cpp | |
[1395/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/fmtable.cpp | |
[1396/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/decNumber.cpp | |
[1397/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/gender.cpp | |
[1398/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/gregoimp.cpp | |
[1399/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/inputext.cpp | |
[1400/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/gregocal.cpp | |
[1401/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/indiancal.cpp | |
[1402/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/hebrwcal.cpp | |
[1403/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/japancal.cpp | |
[1404/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/islamcal.cpp | |
[1405/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dtptngen.cpp | |
[1406/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/measure.cpp | |
[1407/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/name2uni.cpp | |
[1408/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/dtfmtsym.cpp | |
[1409/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/listformatter.cpp | |
[1410/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_currencysymbols.cpp | |
[1411/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/measfmt.cpp | |
[1412/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/nortrans.cpp | |
[1413/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/nultrans.cpp | |
[1414/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/measunit.cpp | |
[1415/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/nfrule.cpp | |
[1416/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/nfsubs.cpp | |
[1417/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_affixutils.cpp | |
[1418/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/msgfmt.cpp | |
[1419/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_asformat.cpp | |
[1420/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_capi.cpp | |
[1421/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_compact.cpp | |
[1422/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_patternmodifier.cpp | |
[1423/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_decimfmtprops.cpp | |
[1424/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_grouping.cpp | |
[1425/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_integerwidth.cpp | |
[1426/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_decimalquantity.cpp | |
[1427/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_formatimpl.cpp | |
[1428/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_mapper.cpp | |
[1429/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_notation.cpp | |
[1430/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_modifiers.cpp | |
[1431/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_padding.cpp | |
[1432/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_multiplier.cpp | |
[1433/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_compositions.cpp | |
[1434/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_fluent.cpp | |
[1435/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_longnames.cpp | |
[1436/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_scientific.cpp | |
[1437/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_rounding.cpp | |
[1438/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_parsednumber.cpp | |
[1439/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_utils.cpp | |
[1440/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_currency.cpp | |
[1441/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_patternstring.cpp | |
[1442/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_affixes.cpp | |
[1443/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_decimal.cpp | |
[1444/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numfmt.cpp | |
[1445/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/number_skeletons.cpp | |
[1446/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_scientific.cpp | |
[1447/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_validators.cpp | |
[1448/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_symbols.cpp | |
[1449/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numparse_impl.cpp | |
[1450/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numsys.cpp | |
[1451/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/persncal.cpp | |
[1452/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numrange_impl.cpp | |
[1453/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/quant.cpp | |
[1454/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbnf.cpp | |
[1455/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/numrange_fluent.cpp | |
[1456/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/olsontz.cpp | |
[1457/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/plurfmt.cpp | |
[1458/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/quantityformatter.cpp | |
[1459/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbt.cpp | |
[1460/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbt_data.cpp | |
[1461/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbt_rule.cpp | |
[1462/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbt_set.cpp | |
[1463/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbtz.cpp | |
[1464/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/scientificnumberformatter.cpp | |
[1465/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/regeximp.cpp | |
[1466/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/regextxt.cpp | |
[1467/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/regexst.cpp | |
[1468/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/plurrule.cpp | |
[1469/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rbt_pars.cpp | |
[1470/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/reldtfmt.cpp | |
[1471/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/remtrans.cpp | |
[1472/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/region.cpp | |
[1473/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/repattrn.cpp | |
[1474/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/scriptset.cpp | |
[1475/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/reldatefmt.cpp | |
[1476/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/regexcmp.cpp | |
[1477/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/sharedbreakiterator.cpp | |
[1478/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/search.cpp | |
[1479/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/selfmt.cpp | |
[1480/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tznames_impl.cpp | |
[1481/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rulebasedcollator.cpp | |
[1482/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/smpdtfst.cpp | |
[1483/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/standardplural.cpp | |
[1484/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/sortkey.cpp | |
[1485/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/simpletz.cpp | |
[1486/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/strmatch.cpp | |
[1487/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/strrepl.cpp | |
[1488/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/stsearch.cpp | |
[1489/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/taiwncal.cpp | |
[1490/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tmunit.cpp | |
[1491/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tmutamt.cpp | |
[1492/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/titletrn.cpp | |
[1493/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tolowtrn.cpp | |
[1494/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/rematch.cpp | |
[1495/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/toupptrn.cpp | |
[1496/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tmutfmt.cpp | |
[1497/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/timezone.cpp | |
[1498/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tridpars.cpp | |
[1499/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/smpdtfmt.cpp | |
[1500/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/transreg.cpp | |
[1501/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/translit.cpp | |
[1502/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tztrans.cpp | |
[1503/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tzgnames.cpp | |
[1504/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tznames.cpp | |
[1505/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucal.cpp | |
[1506/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tzrule.cpp | |
[1507/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucln_in.cpp | |
[1508/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucsdet.cpp | |
[1509/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucol.cpp | |
[1510/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/tzfmt.cpp | |
[1511/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ufieldpositer.cpp | |
[1512/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucoleitr.cpp | |
[1513/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucol_sit.cpp | |
[1514/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/udat.cpp | |
[1515/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ucol_res.cpp | |
[1516/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/udateintervalformat.cpp | |
[1517/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uitercollationiterator.cpp | |
[1518/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/udatpg.cpp | |
[1519/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/umsg.cpp | |
[1520/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ulistformatter.cpp | |
[1521/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ulocdata.cpp | |
[1522/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uni2name.cpp | |
[1523/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/unesctrn.cpp | |
[1524/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/unumsys.cpp | |
[1525/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/utf16collationiterator.cpp | |
[1526/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/unum.cpp | |
[1527/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uregexc.cpp | |
[1528/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/upluralrules.cpp | |
[1529/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uregion.cpp | |
[1530/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/utmscale.cpp | |
[1531/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uregex.cpp | |
[1532/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uspoof_build.cpp | |
[1533/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/windtfmt.cpp | |
[1534/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/winnmfmt.cpp | |
[1535/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uspoof.cpp | |
[1536/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/wintzimpl.cpp | |
[1537/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uspoof_conf.cpp | |
[1538/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/utrans.cpp | |
[1539/1800] stamp obj/modules/svg/svg.inputdeps.stamp | |
[1540/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/usearch.cpp | |
[1541/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/ztrans.cpp | |
[1542/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/utf8collationiterator.cpp | |
[1543/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/uspoof_impl.cpp | |
[1544/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/vzone.cpp | |
[1545/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/zrule.cpp | |
[1546/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/zonemeta.cpp | |
[1547/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGAttribute.cpp | |
[1548/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGContainer.cpp | |
[1549/1800] compile ../../../third-party/skia/third_party/externals/icu/source/i18n/vtzone.cpp | |
[1550/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGClipPath.cpp | |
[1551/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGCircle.cpp | |
[1552/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGAttributeParser.cpp | |
[1553/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFe.cpp | |
[1554/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGEllipse.cpp | |
[1555/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGDOM.cpp | |
[1556/1800] assemble gen/third_party/icu/icudtl_dat.S | |
[1557/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGLine.cpp | |
[1558/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeBlend.cpp | |
[1559/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeComposite.cpp | |
[1560/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeDisplacementMap.cpp | |
[1561/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeColorMatrix.cpp | |
[1562/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeFlood.cpp | |
[1563/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeGaussianBlur.cpp | |
[1564/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeLightSource.cpp | |
[1565/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeImage.cpp | |
[1566/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeMorphology.cpp | |
[1567/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeLighting.cpp | |
[1568/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeOffset.cpp | |
[1569/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFeTurbulence.cpp | |
[1570/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGGradient.cpp | |
[1571/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFilter.cpp | |
[1572/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGFilterContext.cpp | |
[1573/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGMask.cpp | |
[1574/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGLinearGradient.cpp | |
[1575/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGImage.cpp | |
[1576/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGPath.cpp | |
[1577/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGPoly.cpp | |
[1578/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGPattern.cpp | |
[1579/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGRect.cpp | |
[1580/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGRadialGradient.cpp | |
[1581/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr_titlecase_brkiter.cpp | |
[1582/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGSVG.cpp | |
[1583/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGNode.cpp | |
[1584/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGShape.cpp | |
[1585/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_u16.cpp | |
[1586/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_u32.cpp | |
[1587/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvbocu.cpp | |
[1588/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_u7.cpp | |
[1589/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvhz.cpp | |
[1590/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvdisp.cpp | |
[1591/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGRenderContext.cpp | |
[1592/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_u8.cpp | |
[1593/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvlat1.cpp | |
[1594/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvisci.cpp | |
[1595/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/udatamem.cpp | |
[1596/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucptrie.cpp | |
[1597/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/udataswp.cpp | |
[1598/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucol_swp.cpp | |
[1599/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uenum.cpp | |
[1600/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvscsu.cpp | |
[1601/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvsel.cpp | |
[1602/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/udata.cpp | |
[1603/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uhash_us.cpp | |
[1604/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uhash.cpp | |
[1605/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uidna.cpp | |
[1606/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uinit.cpp | |
[1607/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/umath.cpp | |
[1608/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ulist.cpp | |
[1609/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uinvchar.cpp | |
[1610/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucurr.cpp | |
[1611/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/umapfile.cpp | |
[1612/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unifilt.cpp | |
[1613/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unifunct.cpp | |
[1614/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uiter.cpp | |
[1615/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnvmbcs.cpp | |
[1616/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/umutex.cpp | |
[1617/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uloc_keytype.cpp | |
[1618/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uloc.cpp | |
[1619/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unifiedcache.cpp | |
[1620/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uniset_closure.cpp | |
[1621/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unames.cpp | |
[1622/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uniset_props.cpp | |
[1623/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr_case_locale.cpp | |
[1624/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr_case.cpp | |
[1625/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/umutablecptrie.cpp | |
[1626/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uloc_tag.cpp | |
[1627/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unisetspan.cpp | |
[1628/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGValue.cpp | |
[1629/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr_cnv.cpp | |
[1630/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uniset.cpp | |
[1631/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr_props.cpp | |
[1632/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/usc_impl.cpp | |
[1633/1800] stamp obj/modules/skshaper/skshaper.inputdeps.stamp | |
[1634/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unistr.cpp | |
[1635/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/unorm.cpp | |
[1636/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uscript_props.cpp | |
[1637/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uscript.cpp | |
[1638/1800] stamp obj/modules/skunicode/skunicode.inputdeps.stamp | |
[1639/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uresdata.cpp | |
[1640/1800] compile ../../../third-party/skia/modules/skunicode/src/SkUnicode_icu_builtin.cpp | |
[1641/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGTransformableNode.cpp | |
[1642/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/appendable.cpp | |
[1643/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGUse.cpp | |
[1644/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGStop.cpp | |
[1645/1800] compile ../../../third-party/skia/modules/skshaper/src/SkShaper_primitive.cpp | |
[1646/1800] compile ../../../third-party/skia/modules/skshaper/src/SkShaper.cpp | |
[1647/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/characterproperties.cpp | |
[1648/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/brkeng.cpp | |
[1649/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bytesinkutil.cpp | |
[1650/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bmpset.cpp | |
[1651/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bytestream.cpp | |
[1652/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/brkiter.cpp | |
[1653/1800] compile ../../../third-party/skia/modules/skshaper/src/SkShaper_harfbuzz.cpp | |
[1654/1800] compile ../../../third-party/skia/modules/svg/src/SkSVGText.cpp | |
[1655/1800] compile ../../../third-party/skia/modules/skshaper/src/SkShaper_coretext.cpp | |
[1656/1800] compile ../../../third-party/skia/modules/skunicode/src/SkUnicode_icu.cpp | |
[1657/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bytestrie.cpp | |
[1658/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/cwchar.cpp | |
[1659/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/chariter.cpp | |
[1660/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/cmemory.cpp | |
[1661/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bytestrieiterator.cpp | |
[1662/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/dtintrv.cpp | |
[1663/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/errorcode.cpp | |
[1664/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/bytestriebuilder.cpp | |
[1665/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/filterednormalizer2.cpp | |
[1666/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/cstring.cpp | |
[1667/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/icuplug.cpp | |
[1668/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/charstr.cpp | |
[1669/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/caniter.cpp | |
[1670/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/cstr.cpp | |
[1671/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/dictionarydata.cpp | |
[1672/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/icudataver.cpp | |
[1673/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/edits.cpp | |
[1674/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locbased.cpp | |
[1675/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/loadednormalizer2impl.cpp | |
[1676/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/static_unicode_sets.cpp | |
[1677/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locavailable.cpp | |
[1678/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/localebuilder.cpp | |
[1679/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/filteredbrk.cpp | |
[1680/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/dictbe.cpp | |
[1681/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locmap.cpp | |
[1682/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locdispnames.cpp | |
[1683/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locresdata.cpp | |
[1684/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/parsepos.cpp | |
[1685/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/loclikely.cpp | |
[1686/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locutil.cpp | |
[1687/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locdspnm.cpp | |
[1688/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/pluralmap.cpp | |
[1689/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/patternprops.cpp | |
[1690/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/normalizer2.cpp | |
[1691/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/punycode.cpp | |
[1692/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/normlzr.cpp | |
[1693/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/messagepattern.cpp | |
[1694/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/propsvec.cpp | |
[1695/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/propname.cpp | |
[1696/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/locid.cpp | |
[1697/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbidata.cpp | |
[1698/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbinode.cpp | |
[1699/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/putil.cpp | |
[1700/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbi_cache.cpp | |
[1701/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbirb.cpp | |
[1702/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbistbl.cpp | |
[1703/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbisetb.cpp | |
[1704/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbi.cpp | |
[1705/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/normalizer2impl.cpp | |
[1706/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbiscan.cpp | |
[1707/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/resbund_cnv.cpp | |
[1708/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/resource.cpp | |
[1709/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/resbund.cpp | |
[1710/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ruleiter.cpp | |
[1711/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/schriter.cpp | |
[1712/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servlkf.cpp | |
[1713/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servlk.cpp | |
[1714/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/rbbitblb.cpp | |
[1715/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servls.cpp | |
[1716/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servnotf.cpp | |
[1717/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/serv.cpp | |
[1718/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/sharedobject.cpp | |
[1719/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servrbf.cpp | |
[1720/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/servslkf.cpp | |
[1721/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/simpleformatter.cpp | |
[1722/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/stringpiece.cpp | |
[1723/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uarrsort.cpp | |
[1724/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucasemap_titlecase_brkiter.cpp | |
[1725/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/stringtriebuilder.cpp | |
[1726/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubiditransform.cpp | |
[1727/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubidiwrt.cpp | |
[1728/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubidi_props.cpp | |
[1729/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubrk.cpp | |
[1730/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucat.cpp | |
[1731/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubidiln.cpp | |
[1732/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucharstrie.cpp | |
[1733/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucase.cpp | |
[1734/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucmndata.cpp | |
[1735/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucharstrieiterator.cpp | |
[1736/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucasemap.cpp | |
[1737/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ubidi.cpp | |
[1738/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucharstriebuilder.cpp | |
[1739/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uchar.cpp | |
[1740/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucln_cmn.cpp | |
[1741/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/uchriter.cpp | |
[1742/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_cb.cpp | |
[1743/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_cnv.cpp | |
[1744/1800] stamp obj/modules/skparagraph/skparagraph.inputdeps.stamp | |
[1745/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_err.cpp | |
[1746/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_ct.cpp | |
[1747/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_set.cpp | |
[1748/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv.cpp | |
[1749/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_ext.cpp | |
[1750/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_bld.cpp | |
[1751/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_lmb.cpp | |
[1752/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv2022.cpp | |
[1753/1800] compile ../../../third-party/skia/third_party/externals/icu/source/common/ucnv_io.cpp | |
[1754/1800] compile ../../../third-party/skia/modules/skparagraph/src/ParagraphStyle.cpp | |
[1755/1800] compile ../../../third-party/skia/modules/skparagraph/src/TypefaceFontProvider.cpp | |
[1756/1800] compile ../../../third-party/skia/modules/skparagraph/src/TextShadow.cpp | |
[1757/1800] compile ../../../third-party/skia/modules/skparagraph/src/Decorations.cpp | |
[1758/1800] compile ../../../third-party/skia/modules/skparagraph/src/Run.cpp | |
[1759/1800] stamp obj/tool_utils.inputdeps.stamp | |
[1760/1800] compile ../../../third-party/skia/tools/CrashHandler.cpp | |
[1761/1800] compile ../../../third-party/skia/modules/skparagraph/src/FontCollection.cpp | |
[1762/1800] compile ../../../third-party/skia/modules/skparagraph/src/ParagraphCache.cpp | |
[1763/1800] compile ../../../third-party/skia/modules/skparagraph/src/ParagraphBuilderImpl.cpp | |
[1764/1800] compile ../../../third-party/skia/modules/skparagraph/src/TextStyle.cpp | |
[1765/1800] compile ../../../third-party/skia/tools/timer/Timer.cpp | |
[1766/1800] compile ../../../third-party/skia/tools/random_parse_path.cpp | |
[1767/1800] compile ../../../third-party/skia/modules/skparagraph/src/TextWrapper.cpp | |
[1768/1800] compile ../../../third-party/skia/modules/skparagraph/src/ParagraphImpl.cpp | |
[1769/1800] compile ../../../third-party/skia/modules/skparagraph/src/OneLineShaper.cpp | |
[1770/1800] compile ../../../third-party/skia/tools/fonts/ToolUtilsFont.cpp | |
[1771/1800] compile ../../../third-party/skia/modules/skparagraph/utils/TestFontCollection.cpp | |
[1772/1800] compile ../../../third-party/skia/tools/debugger/JsonWriteBuffer.cpp | |
[1773/1800] compile ../../../third-party/skia/tools/fonts/TestTypeface.cpp | |
[1774/1800] compile ../../../third-party/skia/tools/fonts/RandomScalerContext.cpp | |
[1775/1800] compile ../../../third-party/skia/tools/UrlDataManager.cpp | |
[1776/1800] compile ../../../third-party/skia/tools/SkMetaData.cpp | |
[1777/1800] compile ../../../third-party/skia/tools/debugger/DebugLayerManager.cpp | |
[1778/1800] compile ../../../third-party/skia/tools/fonts/TestSVGTypeface.cpp | |
[1779/1800] compile ../../../third-party/skia/tools/ProcStats.cpp | |
[1780/1800] compile ../../../third-party/skia/tools/LsanSuppressions.cpp | |
[1781/1800] compile ../../../third-party/skia/tools/fonts/TestFontMgr.cpp | |
[1782/1800] compile ../../../third-party/skia/tools/AndroidSkDebugToStdOut.cpp | |
[1783/1800] compile ../../../third-party/skia/tools/RuntimeBlendUtils.cpp | |
[1784/1800] compile ../../../third-party/skia/tools/debugger/DrawCommand.cpp | |
[1785/1800] compile ../../../third-party/skia/tools/SkSharingProc.cpp | |
[1786/1800] compile ../../../third-party/skia/tools/debugger/DebugCanvas.cpp | |
[1787/1800] compile ../../../third-party/skia/tools/ToolUtils.cpp | |
[1788/1800] compile ../../../third-party/skia/tools/Resources.cpp | |
[1789/1800] link libicu.a | |
[1790/1800] compile ../../../third-party/skia/modules/skparagraph/src/TextLine.cpp | |
[1791/1800] link libskunicode.a | |
[1792/1800] link libskshaper.a | |
[1793/1800] link libskparagraph.a | |
[1794/1800] link libsvg.a | |
[1795/1800] compile ../../../third-party/skia/tools/MSKPPlayer.cpp | |
[1796/1800] compile ../../../third-party/skia/tools/DDLPromiseImageHelper.cpp | |
[1797/1800] compile ../../../third-party/skia/tools/DDLTileHelper.cpp | |
[1798/1800] link libtool_utils.a | |
[1799/1800] link libsk_app.a | |
[1800/1800] link HelloWorld | |
-- /Users/pw/workspace/wukong/wukong-editor/src/App.cpp;/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp;/Users/pw/workspace/wukong/wukong-editor/src/event/WkEventResponder.cpp;/Users/pw/workspace/wukong/wukong-editor/src/event/InputEventManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/event/EventResponder.cpp;/Users/pw/workspace/wukong/wukong-editor/src/event/HitTester.cpp;/Users/pw/workspace/wukong/wukong-editor/src/event/EventCapturer.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/DocumentManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/NodeProtoWrapper.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/DomUpdateCenter.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/CursorManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/EditorModeManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/ImageService.cpp;/Users/pw/workspace/wukong/wukong-editor/src/service/DocumentStore.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsRotationHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsSegmentHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsVertexHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/RectangleControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/RectangleRadiusHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/MultiSelectBoundsControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/MultiSelectionTarget.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/keyboardMovementControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/EditorModeControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseHoleHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseStartAngleHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseSweepHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/BaseControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/base/BaseControl2.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/base/BaseControlNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/base/SegmentHandleNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/base/CircleHandleNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/base/SquareHandleNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControl2.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControlNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsRotationHandleNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsSizeTipNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/selection/SelectionControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/selection/SelectionControlNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControlNode.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageBoundsControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeSegmentHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeVertexHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeRotationHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageHandleHelper.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImagePositionHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageSegmentHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageVertexHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageRotationHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileNodeControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageSegmentHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageVertexHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/DrawControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/HandToolControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/star/StarControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/star/StarHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/polygon/PolygonControl.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/polygon/PolygonHandle.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/ControlHelper.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/popup/PopupManager.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/CursorIcon.cpp;/Users/pw/workspace/wukong/wukong-editor/src/control/MovementCalculator.cpp;/Users/pw/workspace/wukong/wukong-editor/src/sync/SyncActivityView.cpp;/Users/pw/workspace/wukong/wukong-editor/src/sync/StateStore.cpp | |
-- RxCpp=/Users/pw/workspace/wukong/wukong-editor/third-party/RxCpp | |
-- The C compiler identification is AppleClang 13.0.0.13000029 | |
-- The CXX compiler identification is AppleClang 13.0.0.13000029 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Object files will be output to: /Users/pw/workspace/wukong/wukong-editor/out/Test/CMakeFiles/WukongEditorTest.dir/src | |
-- Found Python: /usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9 (found version "3.9.9") found components: Interpreter | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success | |
-- Found Threads: TRUE | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /Users/pw/workspace/wukong/wukong-editor/out/Test | |
[1/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/event/EventResponder.o | |
[2/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/event/HitTester.o | |
[3/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/event/EventCapturer.o | |
[4/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/NodeProtoWrapper.o | |
[5/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/event/WkEventResponder.o | |
[6/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/event/InputEventManager.o | |
[7/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/DomUpdateCenter.o | |
[8/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsRotationHandle.o | |
[9/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/CursorManager.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/CursorManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/CursorManager.h:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/CursorManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/CursorManager.h:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/CursorManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/CursorManager.h:6: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[10/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/App.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/App.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/App.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/App.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/App.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:19: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:45:26: warning: unused variable 'node' [-Wunused-variable] | |
auto node = documentManager_->getCurrentDocument()->activateNodes.front(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
6 warnings generated. | |
[11/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.h:5: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.h:5: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[12/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/DocumentStore.o | |
[13/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/ImageService.o | |
[14/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsSegmentHandle.o | |
[15/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsVertexHandle.o | |
[16/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/BoundsControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/BoundsControl.cpp:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/BoundsControl.cpp:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/BoundsControl.cpp:6: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[17/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/RectangleRadiusHandle.o | |
[18/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/RectangleControl.o | |
[19/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/MultiSelectionTarget.o | |
[20/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/DocumentManager.o | |
[21/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/MultiSelectBoundsControl.o | |
/Users/pw/workspace/wukong/wukong-editor/src/control/MultiSelectBoundsControl.cpp:9:7: warning: field 'documentManager_' will be initialized after base 'Wukong::BoundsControl' [-Wreorder-ctor] | |
: documentManager_(documentManager), BoundsControl() { | |
^ | |
1 warning generated. | |
[22/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/base/BaseControl2.o | |
[23/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:4: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:4: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:4: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:4: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:19: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:45:26: warning: unused variable 'node' [-Wunused-variable] | |
auto node = documentManager_->getCurrentDocument()->activateNodes.front(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/ApplicationContext.h:2: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/core/../common.h:2: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:670: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/typeinfo:61: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/exception:81: | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>>>::destroy<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::InputEventManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>>, Wukong::ConstructorFactory<Wukong::InputEventManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::InputEventManager, Wukong::ConstructorFactory<Wukong::InputEventManager>>, Wukong::ConstructorFactory<Wukong::InputEventManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::InputEventManager>::to<Wukong::InputEventManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:32:47: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::InputEventManager>::toSelf' requested here | |
this->container.bind<InputEventManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>>>::destroy<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::DocumentManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>>, Wukong::ConstructorFactory<Wukong::DocumentManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::DocumentManager, Wukong::ConstructorFactory<Wukong::DocumentManager>>, Wukong::ConstructorFactory<Wukong::DocumentManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::DocumentManager>::to<Wukong::DocumentManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:33:45: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::DocumentManager>::toSelf' requested here | |
this->container.bind<DocumentManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>>>::destroy<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>>, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::BridgeProtoManager, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>>, Wukong::ConstructorFactory<Wukong::BridgeProtoManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::BridgeProtoManager>::to<Wukong::BridgeProtoManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:34:48: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::BridgeProtoManager>::toSelf' requested here | |
this->container.bind<BridgeProtoManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>>>::destroy<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::ServerProtoManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>>, Wukong::ConstructorFactory<Wukong::ServerProtoManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::ServerProtoManager, Wukong::ConstructorFactory<Wukong::ServerProtoManager>>, Wukong::ConstructorFactory<Wukong::ServerProtoManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::ServerProtoManager>::to<Wukong::ServerProtoManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:35:48: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::ServerProtoManager>::toSelf' requested here | |
this->container.bind<ServerProtoManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>>>::destroy<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>, std::allocator<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>, std::allocator<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::StateStore>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>, std::allocator<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>>, Wukong::ConstructorFactory<Wukong::StateStore>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::StateStore, Wukong::ConstructorFactory<Wukong::StateStore>>, Wukong::ConstructorFactory<Wukong::StateStore>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::StateStore>::to<Wukong::StateStore>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:36:40: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::StateStore>::toSelf' requested here | |
this->container.bind<StateStore>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>>>::destroy<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::ControlManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>, std::allocator<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>>, Wukong::ConstructorFactory<Wukong::ControlManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::ControlManager, Wukong::ConstructorFactory<Wukong::ControlManager>>, Wukong::ConstructorFactory<Wukong::ControlManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::ControlManager>::to<Wukong::ControlManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:37:44: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::ControlManager>::toSelf' requested here | |
this->container.bind<ControlManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>>>::destroy<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>, std::allocator<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>, std::allocator<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::PopupManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>, std::allocator<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>>, Wukong::ConstructorFactory<Wukong::PopupManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::PopupManager, Wukong::ConstructorFactory<Wukong::PopupManager>>, Wukong::ConstructorFactory<Wukong::PopupManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::PopupManager>::to<Wukong::PopupManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:38:42: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::PopupManager>::toSelf' requested here | |
this->container.bind<PopupManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::DomUpdateCenter' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::DomUpdateCenter>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::DomUpdateCenter>>::destroy<Wukong::DomUpdateCenter, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::DomUpdateCenter, std::allocator<Wukong::DomUpdateCenter>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::DomUpdateCenter, std::allocator<Wukong::DomUpdateCenter>>::__shared_ptr_emplace<Wukong::ctor_arg_resolver_1st<Wukong::DomUpdateCenter> &>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::DomUpdateCenter, std::allocator<Wukong::DomUpdateCenter>, Wukong::ctor_arg_resolver_1st<Wukong::DomUpdateCenter> &, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:500:21: note: (skipping 15 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all) | |
return std::make_shared<TInstance>(arg); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::DomUpdateCenter>::to<Wukong::DomUpdateCenter>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:39:45: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::DomUpdateCenter>::toSelf' requested here | |
this->container.bind<DomUpdateCenter>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>>::destroy<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>>, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::DomUpdateCenter, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>>, Wukong::ConstructorFactory<Wukong::DomUpdateCenter>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::DomUpdateCenter>::to<Wukong::DomUpdateCenter>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:39:45: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::DomUpdateCenter>::toSelf' requested here | |
this->container.bind<DomUpdateCenter>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>>>::destroy<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>, std::allocator<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>, std::allocator<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::App>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>, std::allocator<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>>, Wukong::ConstructorFactory<Wukong::App>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::App, Wukong::ConstructorFactory<Wukong::App>>, Wukong::ConstructorFactory<Wukong::App>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::App>::to<Wukong::App>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:40:33: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::App>::toSelf' requested here | |
this->container.bind<App>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>>>::destroy<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>, std::allocator<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>, std::allocator<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::CursorManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>, std::allocator<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>>, Wukong::ConstructorFactory<Wukong::CursorManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::CursorManager, Wukong::ConstructorFactory<Wukong::CursorManager>>, Wukong::ConstructorFactory<Wukong::CursorManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::CursorManager>::to<Wukong::CursorManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:41:43: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::CursorManager>::toSelf' requested here | |
this->container.bind<CursorManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>>>::destroy<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::EditorModeManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>>, Wukong::ConstructorFactory<Wukong::EditorModeManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::EditorModeManager, Wukong::ConstructorFactory<Wukong::EditorModeManager>>, Wukong::ConstructorFactory<Wukong::EditorModeManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::EditorModeManager>::to<Wukong::EditorModeManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:42:47: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::EditorModeManager>::toSelf' requested here | |
this->container.bind<EditorModeManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>>>::destroy<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::EditorBasicOps>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>, std::allocator<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>>, Wukong::ConstructorFactory<Wukong::EditorBasicOps>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::EditorBasicOps, Wukong::ConstructorFactory<Wukong::EditorBasicOps>>, Wukong::ConstructorFactory<Wukong::EditorBasicOps>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::EditorBasicOps>::to<Wukong::EditorBasicOps>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:43:44: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::EditorBasicOps>::toSelf' requested here | |
this->container.bind<EditorBasicOps>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>>>::destroy<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::EventCenter>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>, std::allocator<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>>, Wukong::ConstructorFactory<Wukong::EventCenter>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::EventCenter, Wukong::ConstructorFactory<Wukong::EventCenter>>, Wukong::ConstructorFactory<Wukong::EventCenter>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::EventCenter>::to<Wukong::EventCenter>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:44:41: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::EventCenter>::toSelf' requested here | |
this->container.bind<EventCenter>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>>>::destroy<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::MouseEventManager>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>, std::allocator<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>>, Wukong::ConstructorFactory<Wukong::MouseEventManager>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::MouseEventManager, Wukong::ConstructorFactory<Wukong::MouseEventManager>>, Wukong::ConstructorFactory<Wukong::MouseEventManager>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::MouseEventManager>::to<Wukong::MouseEventManager>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:45:47: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::MouseEventManager>::toSelf' requested here | |
this->container.bind<MouseEventManager>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>>>::destroy<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>, std::allocator<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>, std::allocator<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::ImageService>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>, std::allocator<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>>, Wukong::ConstructorFactory<Wukong::ImageService>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::ImageService, Wukong::ConstructorFactory<Wukong::ImageService>>, Wukong::ConstructorFactory<Wukong::ImageService>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::ImageService>::to<Wukong::ImageService>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:46:42: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::ImageService>::toSelf' requested here | |
this->container.bind<ImageService>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>>>::destroy<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>, std::allocator<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>, std::allocator<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::SyncActivityView>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>, std::allocator<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>>, Wukong::ConstructorFactory<Wukong::SyncActivityView>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::SyncActivityView, Wukong::ConstructorFactory<Wukong::SyncActivityView>>, Wukong::ConstructorFactory<Wukong::SyncActivityView>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::SyncActivityView>::to<Wukong::SyncActivityView>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:47:46: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::SyncActivityView>::toSelf' requested here | |
this->container.bind<SyncActivityView>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>>>::destroy<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>>>::__shared_ptr_emplace<Wukong::ConstructorFactory<Wukong::DocumentStore>>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>, std::allocator<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>>, Wukong::ConstructorFactory<Wukong::DocumentStore>, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:707:37: note: in instantiation of function template specialization 'std::make_shared<Wukong::InstanceStorage<Wukong::DocumentStore, Wukong::ConstructorFactory<Wukong::DocumentStore>>, Wukong::ConstructorFactory<Wukong::DocumentStore>, void>' requested here | |
auto instanceStorage = std::make_shared<InstanceStorageType>(ConstructorFactory<TImplementation>()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/container.h:810:59: note: in instantiation of function template specialization 'Wukong::ComponentBuilderBase<Wukong::DocumentStore>::to<Wukong::DocumentStore>' requested here | |
return ComponentBuilderBase<TComponent>::template to<TComponent>(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/ApplicationContext.cpp:48:43: note: in instantiation of member function 'Wukong::ComponentBuilder<Wukong::DocumentStore>::toSelf' requested here | |
this->container.bind<DocumentStore>().toSelf().inSingletonScope(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
24 warnings generated. | |
[24/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/base/BaseControlNode.o | |
[25/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/keyboardMovementControl.o | |
[26/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseHoleHandle.o | |
[27/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseStartAngleHandle.o | |
[28/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:1: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:6: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/bounds/BoundsControl2.h:17:1: warning: class 'Document' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/bounds/BoundsControl2.h:17:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:275:10: warning: unused variable 'result' [-Wunused-variable] | |
auto result = EventCapturer::dispatchMouseDown(event); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:283:10: warning: unused variable 'result' [-Wunused-variable] | |
auto result = EventCapturer::dispatchDoubleClick(event); | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:3: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:670: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/typeinfo:61: | |
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/exception:81: | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::SelectionControl' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::SelectionControl>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::SelectionControl>>::destroy<Wukong::SelectionControl, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::SelectionControl, std::allocator<Wukong::SelectionControl>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::SelectionControl, std::allocator<Wukong::SelectionControl>>::__shared_ptr_emplace<std::shared_ptr<Wukong::DocumentManager> &>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::SelectionControl, std::allocator<Wukong::SelectionControl>, std::shared_ptr<Wukong::DocumentManager> &, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:50:30: note: in instantiation of function template specialization 'std::make_shared<Wukong::SelectionControl, std::shared_ptr<Wukong::DocumentManager> &, void>' requested here | |
selectionControl2 = std::make_shared<SelectionControl>(documentManager); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:5: warning: destructor called on non-final 'Wukong::HighlightControl' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor] | |
__loc->~_Tp(); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/allocator_traits.h:315:16: note: in instantiation of function template specialization 'std::destroy_at<Wukong::HighlightControl>' requested here | |
_VSTD::destroy_at(__p); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2642:37: note: in instantiation of function template specialization 'std::allocator_traits<std::allocator<Wukong::HighlightControl>>::destroy<Wukong::HighlightControl, void, void>' requested here | |
allocator_traits<_TpAlloc>::destroy(__tmp, __get_elem()); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:2619:14: note: in instantiation of member function 'std::__shared_ptr_emplace<Wukong::HighlightControl, std::allocator<Wukong::HighlightControl>>::__on_zero_shared' requested here | |
explicit __shared_ptr_emplace(_Alloc __a, _Args&& ...__args) | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3385:55: note: in instantiation of function template specialization 'std::__shared_ptr_emplace<Wukong::HighlightControl, std::allocator<Wukong::HighlightControl>>::__shared_ptr_emplace<std::shared_ptr<Wukong::DocumentManager> &>' requested here | |
::new ((void*)_VSTD::addressof(*__guard.__get())) _ControlBlock(__a, _VSTD::forward<_Args>(__args)...); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/memory:3394:19: note: in instantiation of function template specialization 'std::allocate_shared<Wukong::HighlightControl, std::allocator<Wukong::HighlightControl>, std::shared_ptr<Wukong::DocumentManager> &, void>' requested here | |
return _VSTD::allocate_shared<_Tp>(allocator<_Tp>(), _VSTD::forward<_Args>(__args)...); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.cpp:51:29: note: in instantiation of function template specialization 'std::make_shared<Wukong::HighlightControl, std::shared_ptr<Wukong::DocumentManager> &, void>' requested here | |
highlightControl = std::make_shared<HighlightControl>(documentManager); | |
^ | |
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/usr/include/c++/v1/__memory/base.h:118:13: note: qualify call to silence this warning | |
__loc->~_Tp(); | |
^ | |
8 warnings generated. | |
[29/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/base/SegmentHandleNode.o | |
[30/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseSweepHandle.o | |
[31/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/EditorModeControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/EditorModeControl.cpp:3: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/EditorModeControl.cpp:3: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/EditorModeControl.cpp:3: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[32/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/base/CircleHandleNode.o | |
[33/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/base/SquareHandleNode.o | |
[34/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsRotationHandleNode.o | |
[35/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/BaseControl.o | |
[36/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControlNode.o | |
[37/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsSizeTipNode.o | |
[38/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/selection/SelectionControlNode.o | |
[39/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/EllipseControl.o | |
[40/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/selection/SelectionControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/selection/SelectionControl.cpp:10: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:1: warning: 'Document' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
1 warning generated. | |
[41/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControl.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControl.h:7: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
1 warning generated. | |
[42/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/highlight/HighlightControlNode.o | |
[43/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageBoundsControl.o | |
[44/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.h:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/DocumentManager.h:16: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:1: warning: 'Document' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.cpp:7: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/editor_mode/EditorModeControl2.cpp:7: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[45/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeSegmentHandle.o | |
[46/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageHandleHelper.o | |
[47/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropControl.o | |
[48/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/EditorModeManager.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/EditorModeManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/EditorModeManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/service/EditorModeManager.cpp:1: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[49/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControl2.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControl2.cpp:10: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:1: warning: 'Document' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/bounds/BoundsControl2.h:17:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
1 warning generated. | |
[50/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageControl.cpp:9: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageControl.cpp:9: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageControl.cpp:9: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[51/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeRotationHandle.o | |
[52/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropNodeVertexHandle.o | |
[53/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImagePositionHandle.o | |
[54/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageSegmentHandle.o | |
[55/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageVertexHandle.o | |
[56/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileNodeControl.o | |
[57/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageCropImageRotationHandle.o | |
[58/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileControl.o | |
[59/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.cpp:5: | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageSegmentHandle.h:9:1: warning: 'ImageTileImageSegmentHandle' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ImageTileImageSegmentHandle final : public BoundsSegmentHandle { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.h:10:1: note: did you mean struct here? | |
class ImageTileImageSegmentHandle; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.cpp:6: | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageVertexHandle.h:9:1: warning: 'ImageTileImageVertexHandle' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ImageTileImageVertexHandle : public BoundsVertexHandle { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageControl.h:11:1: note: did you mean struct here? | |
class ImageTileImageVertexHandle; | |
^~~~~ | |
struct | |
2 warnings generated. | |
[60/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageSegmentHandle.o | |
[61/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/image/ImageTileImageVertexHandle.o | |
[62/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/HandToolControl.o | |
[63/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/star/StarControl.o | |
[64/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/star/StarHandle.o | |
[65/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/popup/PopupManager.o | |
[66/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:9: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:9: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:9: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:194:64: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
this->target->vectorNetwork.addVertex(VectorVertex{this->startPoint.fX, this->startPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:195:64: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
this->target->vectorNetwork.addVertex(VectorVertex{this->endPoint.fX, this->endPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:357:14: warning: unused variable 'segment' [-Wunused-variable] | |
let &segment = getSegment(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:494:41: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (targetEdge.isTangentInverse && t2 != nullptr || (!targetEdge.isTangentInverse && t1 != nullptr)) { | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ ~~ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:494:41: note: place parentheses around the '&&' expression to silence this warning | |
if (targetEdge.isTangentInverse && t2 != nullptr || (!targetEdge.isTangentInverse && t1 != nullptr)) { | |
^ | |
( ) | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorHandle.cpp:1: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/vector/VectorHandle.h:118:13: warning: private field 'mouseDownPosition' is not used [-Wunused-private-field] | |
SkPoint mouseDownPosition; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/vector/VectorHandle.h:119:13: warning: private field 'startPoint' is not used [-Wunused-private-field] | |
SkPoint startPoint; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/vector/VectorHandle.h:120:13: warning: private field 'endPoint' is not used [-Wunused-private-field] | |
SkPoint endPoint; | |
^ | |
10 warnings generated. | |
[67/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/polygon/PolygonControl.o | |
[68/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/ControlHelper.o | |
[69/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/DrawControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/DrawControl.cpp:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/DrawControl.cpp:6: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/DrawControl.cpp:6: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
3 warnings generated. | |
[70/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/MovementCalculator.o | |
[71/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/main.o | |
[72/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/StringUtilsTest.o | |
[73/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/CursorIcon.o | |
[74/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/polygon/PolygonHandle.o | |
[75/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/BaseNodeTest.o | |
[76/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/ShapeTest.o | |
[77/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/sync/SyncActivityView.o | |
[78/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/UtilTest.o | |
[79/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/SceneNodeTest.o | |
[80/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:11: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:11: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:11: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:303:13: warning: loop variable '[_, tangentHandles]' creates a copy from type 'const std::pair<const unsigned int, std::tuple<std::shared_ptr<Wukong::VectorTangentHandle>, std::shared_ptr<Wukong::VectorTangentHandle>>>' [-Wrange-loop-construct] | |
for (let[_, tangentHandles] : this->tangentHandles) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:303:10: note: use reference type 'const std::pair<const unsigned int, std::tuple<std::shared_ptr<Wukong::VectorTangentHandle>, std::shared_ptr<Wukong::VectorTangentHandle>>> &' to prevent copying | |
for (let[_, tangentHandles] : this->tangentHandles) { | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
& | |
/Users/pw/workspace/wukong/wukong-editor/src/core/../common.h:18:13: note: expanded from macro 'let' | |
#define let const auto | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:432:63: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto vertexIndex = this->target->vectorNetwork.addVertex({midiumPoint.fX, midiumPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:468:11: warning: unused variable 'toVertex' [-Wunused-variable] | |
auto &toVertex = target->vectorNetwork.vertices[to]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:467:11: warning: unused variable 'fromVertex' [-Wunused-variable] | |
auto &fromVertex = target->vectorNetwork.vertices[from]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:511:11: warning: unused variable 'fromSegment' [-Wunused-variable] | |
auto &fromSegment = target->vectorNetwork.segments[from]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:967:71: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
startVertexIndex = this->target->vectorNetwork.addVertex({p1.fX, p1.fY}); | |
^~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:992:55: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
return this->target->vectorNetwork.addVertex({endPoint.fX, endPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:1037:71: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
startVertexIndex = this->target->vectorNetwork.addVertex({startPoint.fX, startPoint.fY}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:1301:15: warning: unused variable 'segment' [-Wunused-variable] | |
auto &segment = this->target->vectorNetwork.segments[segmentHandle->segmentIndex]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:1383:15: warning: unused variable 'segment' [-Wunused-variable] | |
auto &segment = this->target->vectorNetwork.segments[targetEdge.segmentIndex]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/vector/VectorControl.cpp:1340:9: warning: unused variable 'targetVector' [-Wunused-variable] | |
let targetVector = event.nodePoint - this->mouseDownPosition; | |
^ | |
14 warnings generated. | |
[81/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/CanvasPointTest.o | |
[82/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.cpp:5: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.h:13: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:1: warning: struct 'ControlManager' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.h:16:7: note: previous use is here | |
class ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.cpp:5: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.cpp:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/src/control/PlaceImageControl.cpp:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/App.h:19: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:45:26: warning: unused variable 'node' [-Wunused-variable] | |
auto node = documentManager_->getCurrentDocument()->activateNodes.front(); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:211:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:29: warning: loop variable 'id' creates a copy from type 'const std::string' [-Wrange-loop-construct] | |
for (const auto id : proto->ids()) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorBasicOps.h:243:18: note: use reference type 'const std::string &' to prevent copying | |
for (const auto id : proto->ids()) { | |
^~~~~~~~~~~~~~~ | |
& | |
6 warnings generated. | |
[83/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/NumberUtilsTest.o | |
[84/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/GeometryUtilsTest.o | |
[85/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/NodeProtoWrapperTest.o | |
[86/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/VectorNetworkTest.o | |
[87/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/ParagraphUtilsTest.o | |
[88/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/ControlHelperTest.o | |
[89/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/ControlTest.o | |
[90/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/vector-network-libs/FitCurveTest.o | |
[91/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/TextNodeTest.o | |
[92/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/service/EventCenterTest.o | |
[93/150] Building CXX object CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/sync/StateStore.o | |
[94/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/KeyboardMovementControlTest.o | |
[95/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/event/MouseEventRecorder.o | |
[96/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/vector-network-libs/VectorNetworkLibTest.o | |
/Users/pw/workspace/wukong/wukong-editor/test/src/vector-network-libs/VectorNetworkLibTest.cpp:11:10: warning: unused variable 'cmp' [-Wunused-variable] | |
auto cmp = [&](const Vector &a, const Vector &b) { return a.fX == b.fX ? a.fY < b.fY : a.fX < b.fX; }; | |
^ | |
1 warning generated. | |
[97/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/event/EventResponderTest.o | |
[98/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/VectorControlTest.o | |
[99/150] Building CXX object google-test-build/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.o | |
[100/150] Building CXX object google-test-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.o | |
[101/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/event/WkEventResponderTest.o | |
[102/150] Building CXX object google-test-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.o | |
[103/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/EditorModeControl.o | |
/Users/pw/workspace/wukong/wukong-editor/test/src/control/EditorModeControl.cpp:1:9: warning: #pragma once in main file [-Wpragma-once-outside-header] | |
#pragma once | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/src/control/EditorModeControl.cpp:8: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:18: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: warning: class 'ControlManager' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class ControlManager; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/DrawControl.h:10:8: note: previous use is here | |
struct ControlManager; | |
^ | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/src/control/EditorModeControl.cpp:8: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:20: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/editor_mode/EditorModeControl2.h:5: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/src/control/EditorModeControl.cpp:8: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/service/EditorModeManager.h:12: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/ControlManager.h:43:1: warning: 'ControlManager' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
struct ControlManager final : std::enable_shared_from_this<ControlManager>, public EventCapturer { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/PlaceImageControl.h:16:1: note: did you mean struct here? | |
class ControlManager; | |
^~~~~ | |
struct | |
4 warnings generated. | |
[104/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/SkiaWkCanvas.o | |
[105/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/shape/RectangleNode.o | |
[106/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/BoundsSegmentHandleTest.o | |
[107/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/shape/PolygonNode.o | |
[108/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/SceneNode.o | |
[109/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/shape/StarNode.o | |
[110/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/HighlightControlTest.o | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/src/control/HighlightControlTest.cpp:5: | |
In file included from /Users/pw/workspace/wukong/wukong-editor/test/../src/control/highlight/HighlightControl.h:7: | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: warning: class 'Document' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags] | |
class Document; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/core/Document.h:15:8: note: previous use is here | |
struct Document { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/test/../src/control/base/BaseControl2.h:9:1: note: did you mean struct here? | |
class Document; | |
^~~~~ | |
struct | |
1 warning generated. | |
[111/150] Building CXX object CMakeFiles/wukong-editor-test.dir/src/control/BoundsControlTest.o | |
/Users/pw/workspace/wukong/wukong-editor/test/src/control/BoundsControlTest.cpp:1:9: warning: #pragma once in main file [-Wpragma-once-outside-header] | |
#pragma once | |
^ | |
1 warning generated. | |
[112/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/shape/EllipseNode.o | |
[113/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/shape/LineNode.o | |
[114/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/vectorNetwork/libs/FitCurve.o | |
[115/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/vectorNetwork/libs/VectorNetworkLib.o | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:422:27: warning: unused variable 's1' [-Wunused-variable] | |
VectorSegment s1 = vectorNetwork.segments[i]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:423:27: warning: unused variable 's2' [-Wunused-variable] | |
VectorSegment s2 = vectorNetwork.segments[j]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:407:9: warning: unused variable 'nVertices' [-Wunused-variable] | |
let nVertices = static_cast<int>(vectorNetwork.vertices.size()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:467:27: warning: unused variable 's1' [-Wunused-variable] | |
VectorSegment s1 = vectorNetwork.segments[i]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:468:27: warning: unused variable 's2' [-Wunused-variable] | |
VectorSegment s2 = vectorNetwork.segments[j]; | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/libs/VectorNetworkLib.cpp:710:9: warning: unused variable 'nVertex' [-Wunused-variable] | |
let nVertex = vectorNetwork.vertices.size(); | |
^ | |
6 warnings generated. | |
[116/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/SkiaConvertor.o | |
[117/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/vectorNetwork/libs/BezierLib.o | |
[118/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/util/ParagraphUtils.o | |
[119/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/paint/SolidPaint.o | |
[120/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/paint/Paint.o | |
[121/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/vectorNetwork/VectorNode.o | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:52:62: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:53:60: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto end = this->tryAddVertex(VectorVertex{pts[1].fX, pts[1].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:58:62: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:59:60: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto end = this->tryAddVertex(VectorVertex{pts[2].fX, pts[2].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:65:62: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto start = this->tryAddVertex(VectorVertex{pts[0].fX, pts[0].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNode.cpp:66:60: warning: suggest braces around initialization of subobject [-Wmissing-braces] | |
auto end = this->tryAddVertex(VectorVertex{pts[3].fX, pts[3].fY}); | |
^~~~~~~~~~~~~~~~~~~~ | |
{ } | |
6 warnings generated. | |
[122/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/paint/GradientPaint.o | |
[123/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/vectorNetwork/VectorNetwork.o | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNetwork.cpp:163:16: warning: unused variable 'vertex' [-Wunused-variable] | |
for (auto &vertex : vertices) { | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNetwork.cpp:378:9: warning: unused variable 'nSegments' [-Wunused-variable] | |
int nSegments = static_cast<int>(this->segments.size()); | |
^ | |
/Users/pw/workspace/wukong/wukong-editor/src/core/vectorNetwork/VectorNetwork.cpp:377:9: warning: unused variable 'nVertices' [-Wunused-variable] | |
int nVertices = static_cast<int>(this->vertices.size()); | |
^ | |
3 warnings generated. | |
[124/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/TextStyle.o | |
[125/150] Building CXX object google-test-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.o | |
[126/150] Linking CXX static library lib/libgtest.a | |
[127/150] Linking CXX static library lib/libgmock.a | |
[128/150] Linking CXX static library lib/libgmock_main.a | |
[129/150] Linking CXX static library lib/libgtest_main.a | |
[130/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/ControlNode.o | |
[131/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/CanvasPoint.o | |
[132/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/BaseNode.o | |
[133/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/NumberUtils.o | |
[134/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/PageNode.o | |
[135/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/StringUtils.o | |
[136/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/DocumentNode.o | |
[137/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/GeometryUtils.o | |
[138/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/paint/ImagePaint.o | |
[139/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/WkFontMgr.o | |
[140/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/LayoutUtils.o | |
[141/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/ProtobufParser.o | |
[142/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/proto/common.pb.o | |
[143/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/proto/synergy_message.pb.o | |
[144/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/BridgeProtoManager.o | |
[145/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/ProtoTypeMap.o | |
[146/150] Building CXX object wkcore-build/CMakeFiles/WkCore.dir/TextNode.o | |
[147/150] Building CXX object bridge-proto/CMakeFiles/bridge-proto.dir/proto/bridge.pb.o | |
[148/150] Linking CXX static library wkcore-build/libWkCore.a | |
[149/150] Linking CXX static library bridge-proto/libbridge-proto.a | |
[150/150] Linking CXX executable wukong-editor-test | |
ld: warning: direct access in function 'SkTArray<SkString, false>::initWithPreallocatedStorage(int, void*, int)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(gpu.GrGLSLShaderBuilder.o)' to global weak symbol 'SkTArray<SkString, false>::kMinHeapAllocCount' from file 'wkcore-build/libWkCore.a(WkFontMgr.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Parser::parseModule()' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.binary.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'spvtools::DiagnosticStream::~DiagnosticStream()' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.diagnostic.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'spvtools::DiagnosticStream::~DiagnosticStream()' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.diagnostic.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function '(anonymous namespace)::Disassembler::HandleInstruction(spv_parsed_instruction_t const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.disassemble.o)' to global weak symbol 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& std::__1::endl<char, std::__1::char_traits<char> >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&)' from file 'CMakeFiles/wukong-editor-test.dir/Users/pw/workspace/wukong/wukong-editor/src/service/MouseEventManager.o' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& spvtools::utils::operator<<<spvtools::utils::FloatProxy<spvtools::utils::Float16>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<spvtools::utils::Float16> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, spvtools::utils::HexFloat<spvtools::utils::FloatProxy<spvtools::utils::Float16>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<spvtools::utils::Float16> > > const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.parsed_operand.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& spvtools::utils::operator<<<spvtools::utils::FloatProxy<float>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<float> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, spvtools::utils::HexFloat<spvtools::utils::FloatProxy<float>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<float> > > const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.parsed_operand.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'std::__1::basic_ostream<char, std::__1::char_traits<char> >& spvtools::utils::operator<<<spvtools::utils::FloatProxy<double>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<double> > >(std::__1::basic_ostream<char, std::__1::char_traits<char> >&, spvtools::utils::HexFloat<spvtools::utils::FloatProxy<double>, spvtools::utils::HexFloatTraits<spvtools::utils::FloatProxy<double> > > const&)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.parsed_operand.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'spvtools::utils::ParseAndEncodeIntegerNumber(char const*, spvtools::utils::NumberType const&, std::__1::function<void (unsigned int)>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.parse_number.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
ld: warning: direct access in function 'spvtools::utils::ParseAndEncodeIntegerNumber(char const*, spvtools::utils::NumberType const&, std::__1::function<void (unsigned int)>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*)' from file '/Users/pw/workspace/wukong/wukong-editor/out/skia/Native/libskia.a(libspvtools.parse_number.o)' to global weak symbol 'std::__1::hex(std::__1::ios_base&)' from file 'lib/libgtest.a(gtest-all.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings. | |
Test project /Users/pw/workspace/wukong/wukong-editor/out/Test | |
Start 1: RectangleNode.BasicAsStrokeGeometry | |
1/115 Test #1: RectangleNode.BasicAsStrokeGeometry ...................................... Passed 0.18 sec | |
Start 2: LineNode.BasicAsStrokeGeometry | |
2/115 Test #2: LineNode.BasicAsStrokeGeometry ........................................... Passed 0.19 sec | |
Start 3: StarNode.BasicAsStrokeGeometry | |
3/115 Test #3: StarNode.BasicAsStrokeGeometry ........................................... Passed 0.18 sec | |
Start 4: StarNode.buildSkeletonTest | |
4/115 Test #4: StarNode.buildSkeletonTest ............................................... Passed 0.19 sec | |
Start 5: Ellipse.BasicAsStrokeGeometry | |
5/115 Test #5: Ellipse.BasicAsStrokeGeometry ............................................ Passed 0.18 sec | |
Start 6: SceneNode.UpdateRelativeTransform | |
6/115 Test #6: SceneNode.UpdateRelativeTransform ........................................ Passed 0.17 sec | |
Start 7: SceneNode.UpdateRelativeTransformWithFlip | |
7/115 Test #7: SceneNode.UpdateRelativeTransformWithFlip ................................ Passed 0.18 sec | |
Start 8: SceneNode.updateLayoutTest | |
8/115 Test #8: SceneNode.updateLayoutTest ............................................... Passed 0.17 sec | |
Start 9: SceneNode.regionTest | |
9/115 Test #9: SceneNode.regionTest ..................................................... Passed 0.18 sec | |
Start 10: SceneNode.setRotationAtCenter | |
10/115 Test #10: SceneNode.setRotationAtCenter ............................................ Passed 0.18 sec | |
Start 11: SceneNode.StrokeFillsCorrect | |
11/115 Test #11: SceneNode.StrokeFillsCorrect ............................................. Passed 0.18 sec | |
Start 12: RectNode.BasicHitTest | |
12/115 Test #12: RectNode.BasicHitTest .................................................... Passed 0.18 sec | |
Start 13: PolygonNode.buildSkeletonTest | |
13/115 Test #13: PolygonNode.buildSkeletonTest ............................................ Passed 0.18 sec | |
Start 14: VectorNetworkTest.BasicAssertions | |
14/115 Test #14: VectorNetworkTest.BasicAssertions ........................................ Passed 0.20 sec | |
Start 15: VectorNetworkTest.GenerateVectorNodeFromShape | |
15/115 Test #15: VectorNetworkTest.GenerateVectorNodeFromShape ............................ Passed 0.18 sec | |
Start 16: VectorNetworkTest.DeleteAndHealVertexAndSegments | |
16/115 Test #16: VectorNetworkTest.DeleteAndHealVertexAndSegments ......................... Passed 0.19 sec | |
Start 17: VectorControlTest.RegsionsPathsAndFillAreaPathsCorrect | |
17/115 Test #17: VectorControlTest.RegsionsPathsAndFillAreaPathsCorrect ................... Passed 0.19 sec | |
Start 18: VectorControlTest.copyRegion | |
18/115 Test #18: VectorControlTest.copyRegion ............................................. Passed 0.19 sec | |
Start 19: VectorControlTest.mergeVertex | |
19/115 Test #19: VectorControlTest.mergeVertex ............................................ Passed 0.19 sec | |
Start 20: VectorControlTest.childCountCorrect | |
20/115 Test #20: VectorControlTest.childCountCorrect ...................................... Passed 0.18 sec | |
Start 21: VectorControlTest.insertVertexInSegment | |
21/115 Test #21: VectorControlTest.insertVertexInSegment .................................. Passed 0.19 sec | |
Start 22: VectorControlTest.GetPreferredTargetLocation | |
22/115 Test #22: VectorControlTest.GetPreferredTargetLocation ............................. Passed 0.19 sec | |
Start 23: BaseNodeTest.InsertAndRemoveWorks | |
23/115 Test #23: BaseNodeTest.InsertAndRemoveWorks ........................................ Passed 0.19 sec | |
Start 24: BaseNodeTest.FindRelatedMethodWorks | |
24/115 Test #24: BaseNodeTest.FindRelatedMethodWorks ...................................... Passed 0.19 sec | |
Start 25: BaseNodeTest.orderIndex | |
25/115 Test #25: BaseNodeTest.orderIndex .................................................. Passed 0.19 sec | |
Start 26: BaseNodeTest.bringAndSendChild | |
26/115 Test #26: BaseNodeTest.bringAndSendChild ........................................... Passed 0.18 sec | |
Start 27: BoundsContrlTest.TopLeftCornerScaleShrink | |
27/115 Test #27: BoundsContrlTest.TopLeftCornerScaleShrink ................................ Passed 0.19 sec | |
Start 28: UtilTest.SerializeAndDeserialize | |
28/115 Test #28: UtilTest.SerializeAndDeserialize ......................................... Passed 0.19 sec | |
Start 29: NodeProtoWrapperTest.SerializeAndDeserialize | |
29/115 Test #29: NodeProtoWrapperTest.SerializeAndDeserialize ............................. Passed 0.19 sec | |
Start 30: NodeProtoWrapperTest.UpdatePropForPaintGroup | |
30/115 Test #30: NodeProtoWrapperTest.UpdatePropForPaintGroup ............................. Passed 0.18 sec | |
Start 31: NodeProtoWrapperTest.UpdateNodeProps | |
31/115 Test #31: NodeProtoWrapperTest.UpdateNodeProps ..................................... Passed 0.24 sec | |
Start 32: NodeProtoWrapperTest.ApplyRectangleNodeProperties | |
32/115 Test #32: NodeProtoWrapperTest.ApplyRectangleNodeProperties ........................ Passed 0.23 sec | |
Start 33: CanvasPoint.OperatorPlus | |
33/115 Test #33: CanvasPoint.OperatorPlus ................................................. Passed 0.20 sec | |
Start 34: GeometryUtils.canonicalizeRadian | |
34/115 Test #34: GeometryUtils.canonicalizeRadian ......................................... Passed 0.19 sec | |
Start 35: GeometryUtils.lerp | |
35/115 Test #35: GeometryUtils.lerp ....................................................... Passed 0.18 sec | |
Start 36: GeometryUtils.includedRadian | |
36/115 Test #36: GeometryUtils.includedRadian ............................................. Passed 0.18 sec | |
Start 37: GeometryUtils.strictIncludedRadian | |
37/115 Test #37: GeometryUtils.strictIncludedRadian ....................................... Passed 0.18 sec | |
Start 38: GeometryUtils.isIntersected | |
38/115 Test #38: GeometryUtils.isIntersected .............................................. Passed 0.18 sec | |
Start 39: GeometryUtils.isContained | |
39/115 Test #39: GeometryUtils.isContained ................................................ Passed 0.18 sec | |
Start 40: GeometryUtils.buildPath | |
40/115 Test #40: GeometryUtils.buildPath .................................................. Passed 0.18 sec | |
Start 41: GeometryUtils.buildCornerPath | |
41/115 Test #41: GeometryUtils.buildCornerPath ............................................ Passed 0.18 sec | |
Start 42: GeometryUtils.interactPointBetweenEllipseAndLine_tangen | |
42/115 Test #42: GeometryUtils.interactPointBetweenEllipseAndLine_tangen .................. Passed 0.18 sec | |
Start 43: GeometryUtils.interactPointBetweenEllipseAndLine_leave | |
43/115 Test #43: GeometryUtils.interactPointBetweenEllipseAndLine_leave ................... Passed 0.18 sec | |
Start 44: GeometryUtils.getPointOnEllipseWithRadian_1 | |
44/115 Test #44: GeometryUtils.getPointOnEllipseWithRadian_1 .............................. Passed 0.18 sec | |
Start 45: GeometryUtils.getPointOnEllipseWithRadian_2 | |
45/115 Test #45: GeometryUtils.getPointOnEllipseWithRadian_2 .............................. Passed 0.19 sec | |
Start 46: GeometryUtils.getPointOnEllipseWithRadian_3 | |
46/115 Test #46: GeometryUtils.getPointOnEllipseWithRadian_3 .............................. Passed 0.18 sec | |
Start 47: GeometryUtils.getPointOnEllipseWithRadian_4 | |
47/115 Test #47: GeometryUtils.getPointOnEllipseWithRadian_4 .............................. Passed 0.18 sec | |
Start 48: GeometryUtils.getPointOnEllipseWithRadian_5 | |
48/115 Test #48: GeometryUtils.getPointOnEllipseWithRadian_5 .............................. Passed 0.18 sec | |
Start 49: GeometryUtils.getPointOnEllipseWithRadian_6 | |
49/115 Test #49: GeometryUtils.getPointOnEllipseWithRadian_6 .............................. Passed 0.18 sec | |
Start 50: GeometryUtils.getPointOnEllipseWithRadian_7 | |
50/115 Test #50: GeometryUtils.getPointOnEllipseWithRadian_7 .............................. Passed 0.18 sec | |
Start 51: GeometryUtils.getPointOnEllipseWithRadian_zero | |
51/115 Test #51: GeometryUtils.getPointOnEllipseWithRadian_zero ........................... Passed 0.18 sec | |
Start 52: GeometryUtils.CubicIntersectRect | |
52/115 Test #52: GeometryUtils.CubicIntersectRect ......................................... Passed 0.18 sec | |
Start 53: GeometryUtils.IsRectContainsRect | |
53/115 Test #53: GeometryUtils.IsRectContainsRect ......................................... Passed 0.17 sec | |
Start 54: GeometryUtils.GetBoundsForCurve | |
54/115 Test #54: GeometryUtils.GetBoundsForCurve .......................................... Passed 0.18 sec | |
Start 55: GeometryUtils.VectorIsParallel | |
55/115 Test #55: GeometryUtils.VectorIsParallel ........................................... Passed 0.17 sec | |
Start 56: GeomtryUtils.interactPointBetweenEllipseAndLine_through | |
56/115 Test #56: GeomtryUtils.interactPointBetweenEllipseAndLine_through .................. Passed 0.17 sec | |
Start 57: StringUtils.format | |
57/115 Test #57: StringUtils.format ....................................................... Passed 0.18 sec | |
Start 58: NumberUtils.canonicalizeToLoop | |
58/115 Test #58: NumberUtils.canonicalizeToLoop ........................................... Passed 0.18 sec | |
Start 59: EventCenter.POST_AND_ON | |
59/115 Test #59: EventCenter.POST_AND_ON .................................................. Passed 0.17 sec | |
Start 60: ParagraphUtils.buildSkiaTextAlignHorizontal | |
60/115 Test #60: ParagraphUtils.buildSkiaTextAlignHorizontal .............................. Passed 0.17 sec | |
Start 61: ParagraphUtils.parseSkiaTextAlignHorizontal | |
61/115 Test #61: ParagraphUtils.parseSkiaTextAlignHorizontal .............................. Passed 0.22 sec | |
Start 62: ParagraphUtils.buildTextStyle | |
62/115 Test #62: ParagraphUtils.buildTextStyle ............................................ Passed 0.18 sec | |
Start 63: ParagraphUtils.parseFontStyle | |
63/115 Test #63: ParagraphUtils.parseFontStyle ............................................ Passed 0.17 sec | |
Start 64: ParagraphUtils.buildTextWithTextCase | |
64/115 Test #64: ParagraphUtils.buildTextWithTextCase ..................................... Passed 0.18 sec | |
Start 65: TextNodeTest.buildSkeleton | |
65/115 Test #65: TextNodeTest.buildSkeleton ............................................... Passed 0.25 sec | |
Start 66: TextNodeTest.buildTextCasedCharacters | |
66/115 Test #66: TextNodeTest.buildTextCasedCharacters .................................... Passed 0.18 sec | |
Start 67: TextNode.insertCharacters | |
67/115 Test #67: TextNode.insertCharacters ................................................ Passed 0.17 sec | |
Start 68: TextNode.deleteCharacters | |
68/115 Test #68: TextNode.deleteCharacters ................................................ Passed 0.19 sec | |
Start 69: TextNode.mergeTextRangesIfNeeded | |
69/115 Test #69: TextNode.mergeTextRangesIfNeeded ......................................... Passed 0.18 sec | |
Start 70: TextNode.setRangeFontSize | |
70/115 Test #70: TextNode.setRangeFontSize ................................................ Passed 0.18 sec | |
Start 71: TextNode.setTextAlignHorizontal | |
71/115 Test #71: TextNode.setTextAlignHorizontal .......................................... Passed 0.19 sec | |
Start 72: TextNode.setRangeTextDecoration | |
72/115 Test #72: TextNode.setRangeTextDecoration .......................................... Passed 0.19 sec | |
Start 73: TextNode.setRangeLetterSpacing | |
73/115 Test #73: TextNode.setRangeLetterSpacing ........................................... Passed 0.18 sec | |
Start 74: TextNode.setRangeLetterSpacingWithUnit | |
74/115 Test #74: TextNode.setRangeLetterSpacingWithUnit ................................... Passed 0.22 sec | |
Start 75: TextNode.setRangeLineHeight | |
75/115 Test #75: TextNode.setRangeLineHeight .............................................. Passed 0.21 sec | |
Start 76: TextNode.setRangeLineHeightWithUnit | |
76/115 Test #76: TextNode.setRangeLineHeightWithUnit ...................................... Passed 0.21 sec | |
Start 77: TextNode.setRangeFontNameForFontName | |
77/115 Test #77: TextNode.setRangeFontNameForFontName ..................................... Passed 0.22 sec | |
Start 78: TextNode.setRangeFontNameForFontStyle | |
78/115 Test #78: TextNode.setRangeFontNameForFontStyle .................................... Passed 0.21 sec | |
Start 79: TextNode.getRangeStyle | |
79/115 Test #79: TextNode.getRangeStyle ................................................... Passed 0.22 sec | |
Start 80: TextNode.setRangeTextCase | |
80/115 Test #80: TextNode.setRangeTextCase ................................................ Passed 0.18 sec | |
Start 81: ControlHelperTest.CalculatePolygonNumberOfPoints | |
81/115 Test #81: ControlHelperTest.CalculatePolygonNumberOfPoints ......................... Passed 0.18 sec | |
Start 82: ControlHelperTest.CalculatePolygonCornerRadius | |
82/115 Test #82: ControlHelperTest.CalculatePolygonCornerRadius ........................... Passed 0.22 sec | |
Start 83: BoundsSegmentHandle.drawSizeLabel | |
83/115 Test #83: BoundsSegmentHandle.drawSizeLabel ........................................ Passed 0.19 sec | |
Start 84: HighlightControlTest.WithoutHoveredNode | |
84/115 Test #84: HighlightControlTest.WithoutHoveredNode .................................. Passed 0.19 sec | |
Start 85: HighlightControlTest.WithHoveredNode | |
85/115 Test #85: HighlightControlTest.WithHoveredNode ..................................... Passed 0.19 sec | |
Start 86: HighlightControlTest.WithOneActiveNode | |
86/115 Test #86: HighlightControlTest.WithOneActiveNode ................................... Passed 0.20 sec | |
Start 87: HighlightControlTest.WithTwoActiveNode | |
87/115 Test #87: HighlightControlTest.WithTwoActiveNode ................................... Passed 0.23 sec | |
Start 88: HighlightControlTest.WithActiveNodeShouldDrawOnePixelStroke | |
88/115 Test #88: HighlightControlTest.WithActiveNodeShouldDrawOnePixelStroke .............. Passed 0.19 sec | |
Start 89: KeyboardMovementControlTest.shouldMoveLeftWhenPressLeftKey | |
89/115 Test #89: KeyboardMovementControlTest.shouldMoveLeftWhenPressLeftKey ............... Passed 0.18 sec | |
Start 90: KeyboardMovementControlTest.shouldMoveLeft10WhenPressLeftKeyWithShift | |
90/115 Test #90: KeyboardMovementControlTest.shouldMoveLeft10WhenPressLeftKeyWithShift .... Passed 0.18 sec | |
Start 91: KeyboardMovementControlTest.shouldSendDomUpdateEventWhenPressLeftKey | |
91/115 Test #91: KeyboardMovementControlTest.shouldSendDomUpdateEventWhenPressLeftKey ..... Passed 0.18 sec | |
Start 92: KeyboardMovementControlTest.shouldReturnFalseIfNoActiveNode | |
92/115 Test #92: KeyboardMovementControlTest.shouldReturnFalseIfNoActiveNode .............. Passed 0.18 sec | |
Start 93: BoundsControlTest.doNotDrawAfterDomUpdated | |
93/115 Test #93: BoundsControlTest.doNotDrawAfterDomUpdated ............................... Passed 0.18 sec | |
Start 94: EditorModeControlTest.shouldEnterEditorModeWhenPressEnterKey | |
94/115 Test #94: EditorModeControlTest.shouldEnterEditorModeWhenPressEnterKey ............. Passed 0.19 sec | |
Start 95: EditorModeControlTest.shouldReturnFalseWhenPressEnterKeyIfNoActiveNode | |
95/115 Test #95: EditorModeControlTest.shouldReturnFalseWhenPressEnterKeyIfNoActiveNode ... Passed 0.18 sec | |
Start 96: FitCurveTest.BasicAssertions | |
96/115 Test #96: FitCurveTest.BasicAssertions ............................................. Passed 0.17 sec | |
Start 97: VectorNetworkLibTest.FullVectorNetwork | |
97/115 Test #97: VectorNetworkLibTest.FullVectorNetwork ................................... Passed 0.18 sec | |
Start 98: VectorNetworkLibTest.SplitSegment | |
98/115 Test #98: VectorNetworkLibTest.SplitSegment ........................................ Passed 0.18 sec | |
Start 99: VectorNetworkLibTest.getNearestPointParameter | |
99/115 Test #99: VectorNetworkLibTest.getNearestPointParameter ............................ Passed 0.24 sec | |
Start 100: VectorNetworkLibTest.GetBezierIntersections_1 | |
100/115 Test #100: VectorNetworkLibTest.GetBezierIntersections_1 ............................ Passed 0.18 sec | |
Start 101: VectorNetworkLibTest.GetBezierIntersections_3 | |
101/115 Test #101: VectorNetworkLibTest.GetBezierIntersections_3 ............................ Passed 0.19 sec | |
Start 102: VectorNetworkLibTest.GetBezierIntersections_4 | |
102/115 Test #102: VectorNetworkLibTest.GetBezierIntersections_4 ............................ Passed 0.18 sec | |
Start 103: VectorNetworkLibTest.GetBezierIntersections_5 | |
103/115 Test #103: VectorNetworkLibTest.GetBezierIntersections_5 ............................ Passed 0.18 sec | |
Start 104: VectorNetworkLibTest.GetBezierIntersections_6 | |
104/115 Test #104: VectorNetworkLibTest.GetBezierIntersections_6 ............................ Passed 0.18 sec | |
Start 105: VectorNetworkLibTest.GetBezierIntersections_7 | |
105/115 Test #105: VectorNetworkLibTest.GetBezierIntersections_7 ............................ Passed 0.18 sec | |
Start 106: VectorNetworkLibTest.GetBezierIntersections_8 | |
106/115 Test #106: VectorNetworkLibTest.GetBezierIntersections_8 ............................ Passed 0.20 sec | |
Start 107: VectorNetworkLibTest.GetBezierIntersections_9 | |
107/115 Test #107: VectorNetworkLibTest.GetBezierIntersections_9 ............................ Passed 0.20 sec | |
Start 108: VectorNetworkLibTest.GetBezierIntersections_10 | |
108/115 Test #108: VectorNetworkLibTest.GetBezierIntersections_10 ........................... Passed 0.21 sec | |
Start 109: VectorNetworkLibTest.GetBezierIntersections_11 | |
109/115 Test #109: VectorNetworkLibTest.GetBezierIntersections_11 ........................... Passed 0.19 sec | |
Start 110: VectorNetworkLibTest.GetBezierSelfIntersections | |
110/115 Test #110: VectorNetworkLibTest.GetBezierSelfIntersections .......................... Passed 0.20 sec | |
Start 111: EventResponderTest.click | |
111/115 Test #111: EventResponderTest.click .................................................***Exception: SegFault 0.16 sec | |
Note: Google Test filter = EventResponderTest.click | |
[==========] Running 1 test from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 1 test from EventResponderTest | |
[ RUN ] EventResponderTest.click | |
Start 112: EventResponderTest.dragIsNotClick | |
112/115 Test #112: EventResponderTest.dragIsNotClick ........................................***Exception: SegFault 0.17 sec | |
Note: Google Test filter = EventResponderTest.dragIsNotClick | |
[==========] Running 1 test from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 1 test from EventResponderTest | |
[ RUN ] EventResponderTest.dragIsNotClick | |
Start 113: WkEventResponderTest.allListener | |
113/115 Test #113: WkEventResponderTest.allListener .........................................***Exception: SegFault 0.16 sec | |
Note: Google Test filter = WkEventResponderTest.allListener | |
[==========] Running 1 test from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 1 test from WkEventResponderTest | |
[ RUN ] WkEventResponderTest.allListener | |
Start 114: WkEventResponderTest.twoClickListener | |
114/115 Test #114: WkEventResponderTest.twoClickListener ....................................***Exception: SegFault 0.16 sec | |
Note: Google Test filter = WkEventResponderTest.twoClickListener | |
[==========] Running 1 test from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 1 test from WkEventResponderTest | |
[ RUN ] WkEventResponderTest.twoClickListener | |
Start 115: WkEventResponderTest.removeClickListener | |
115/115 Test #115: WkEventResponderTest.removeClickListener .................................***Exception: SegFault 0.18 sec | |
Note: Google Test filter = WkEventResponderTest.removeClickListener | |
[==========] Running 1 test from 1 test suite. | |
[----------] Global test environment set-up. | |
[----------] 1 test from WkEventResponderTest | |
[ RUN ] WkEventResponderTest.removeClickListener | |
96% tests passed, 5 tests failed out of 115 | |
Total Test time (real) = 21.62 sec | |
The following tests FAILED: | |
111 - EventResponderTest.click (SEGFAULT) | |
112 - EventResponderTest.dragIsNotClick (SEGFAULT) | |
113 - WkEventResponderTest.allListener (SEGFAULT) | |
114 - WkEventResponderTest.twoClickListener (SEGFAULT) | |
115 - WkEventResponderTest.removeClickListener (SEGFAULT) | |
Errors while running CTest | |
make: *** [test] Error 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment