Skip to content

Commit

Permalink
split global patch in multiple files; add missing csharpdoc support a…
Browse files Browse the repository at this point in the history
…nd support for swig_c in BUILD file; fix parser generated files
  • Loading branch information
lperron committed Dec 12, 2024
1 parent 4ab66ef commit eecab8a
Show file tree
Hide file tree
Showing 6 changed files with 5,659 additions and 4,694 deletions.
6 changes: 5 additions & 1 deletion modules/swig/4.3.0/patches/add_build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ new file mode 100644
index 000000000..a2b99dc83
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,161 @@
@@ -0,0 +1,164 @@
+# Copyright 2010-2024 Google LLC
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,6 +45,8 @@ index 000000000..a2b99dc83
+ "Source/DOH/memory.c",
+ "Source/DOH/string.c",
+ "Source/DOH/void.c",
+ "Source/Doxygen/csharpdoc.cxx",
+ "Source/Doxygen/csharpdoc.h",
+ "Source/Doxygen/doxycommands.h",
+ "Source/Doxygen/doxyentity.cxx",
+ "Source/Doxygen/doxyentity.h",
Expand All @@ -59,6 +61,7 @@ index 000000000..a2b99dc83
+ "Source/Include/swigconfig.h",
+ "Source/Include/swigwarn.h",
+ "Source/Modules/allocate.cxx",
+ "Source/Modules/c.cxx",
+ "Source/Modules/contract.cxx",
+ "Source/Modules/csharp.cxx",
+ "Source/Modules/d.cxx",
Expand Down Expand Up @@ -165,3 +168,4 @@ index 000000000..a2b99dc83
+ # path = "Lib",
+ visibility = ["//visibility:public"],
+)
+
Loading

0 comments on commit eecab8a

Please sign in to comment.