The Wayback Machine - https://web.archive.org/web/20201011164350/https://github.com/envoyproxy/envoy
Skip to content
master
Go to file
Code

Latest commit

…dbg (#13133)

Commit Message:  Clean up build flags for clang + msvc opt/fastbuild/dbg
Additional Description:

- Move what were '--config=msvc-cl' settings out of .bazelrc into the
  default cflags for Windows compilation. This enables bazel build ...
  and bazel test ... to simply work out of the box.

- Cleans up .bazelrc lists of windows vs. clang-cl settings, dividing
  the list into desired toggles vs. bazel or envoy bug workarounds

- Fix errors in curl library creation in fastbuild on Windows

- Introduce toggles and defaults for alwayslink argument to library objects.
  Defaults remain the same for now.

- Introduce, but do not toggle clang-cl flags (this will arrive in a
  later PR when we resolve the opt build errors missing intrinsic base
  class destructors in the mock classes)

Risk Level: low
Testing: local, msvc and clang-cl on windows
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
Co-authored-by: Sunjay Bhatia <sunjayb@vmware.com>
3c86d8d

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

Envoy Logo

Cloud-native high-performance edge/middle/service proxy

Envoy is hosted by the Cloud Native Computing Foundation (CNCF). If you are a company that wants to help shape the evolution of technologies that are container-packaged, dynamically-scheduled and microservices-oriented, consider joining the CNCF. For details about who's involved and how Envoy plays a role, read the CNCF announcement.

CII Best Practices Azure Pipelines CircleCI Fuzzing Status Jenkins

Documentation

Related

Contact

  • envoy-announce: Low frequency mailing list where we will email announcements only.
  • envoy-security-announce: Low frequency mailing list where we will email security related announcements only.
  • envoy-users: General user discussion.
  • envoy-dev: Envoy developer discussion (APIs, feature design, etc.).
  • envoy-maintainers: Use this list to reach all core Envoy maintainers.
  • Twitter: Follow along on Twitter!
  • Slack: Slack, to get invited go here. We have the IRC/XMPP gateways enabled if you prefer either of those. Once an account is created, connection instructions for IRC/XMPP can be found here.
    • NOTE: Response to user questions is best effort on Slack. For a "guaranteed" response please email envoy-users@ per the guidance in the following linked thread.

Please see this email thread for information on email list usage.

Contributing

Contributing to Envoy is fun and modern C++ is a lot less scary than you might think if you don't have prior experience. To get started:

Community Meeting

The Envoy team meets twice per month on Tuesday, alternating between 9am PT and 5PM PT. The public Google calendar is here: https://goo.gl/PkDijT

  • Meeting minutes are here
  • Recorded videos are posted here

Security

Security Audit

A third party security audit was performed by Cure53, you can see the full report here.

Reporting security vulnerabilities

If you've found a vulnerability or a potential vulnerability in Envoy please let us know at envoy-security. We'll send a confirmation email to acknowledge your report, and we'll send an additional email when we've identified the issue positively or negatively.

For further details please see our complete security release process.

You can’t perform that action at this time.