Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel updates for Harmonic #397

Merged
merged 26 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address reviewer comments
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Apr 3, 2024
commit 1c36fed06a92913b475c5f8afc2e6bb93474568d
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ cc_library(
"core/src/RegisterMsgs.cc",
"core/src/impl/InstallationDirectories.cc",
],
copts = [
"-Wno-duplicate-decl-specifier",
"-fexceptions",
],
hdrs = public_headers,
includes = [
mjcarroll marked this conversation as resolved.
Show resolved Hide resolved
"core/include",
Expand Down
3 changes: 1 addition & 2 deletions core/generator_lite/Generator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace protobuf {
namespace compiler {
namespace cpp {
/// \cond
/// \brief Google protobuf message generator for igntion::msgs
/// \brief Google protobuf message generator for gz::msgs
class Generator : public CodeGenerator
{
/// \brief Constructor
Expand All @@ -47,7 +47,6 @@ class Generator : public CodeGenerator
OutputDirectory *_generatorContext,
std::string *_error) const;

// private: GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Generator);
};
/// \endcond
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/impl/InstallationDirectories.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ namespace gz::msgs
{
inline namespace GZ_MSGS_VERSION_NAMESPACE {
std::string getInstallPrefix() { return {};}
} // namespcae
} // namespace
} // namespace gz::msgs