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

Integrate rapidjson into ci #187

Merged
merged 4 commits into from
Nov 2, 2016
Merged

Integrate rapidjson into ci #187

merged 4 commits into from
Nov 2, 2016

Conversation

ccaraman
Copy link
Contributor

@ccaraman ccaraman commented Nov 2, 2016

No description provided.

@@ -131,4 +131,7 @@ wget -O gcovr-3.3.tar.gz https://github.com/gcovr/gcovr/archive/3.3.tar.gz
tar xf gcovr-3.3.tar.gz
rm gcovr-3.3.tar.gz


# rapidjson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move before test dependencies


# https://github.com/miloyip/rapidjson
# Last tested with 1.1.0
set(ENVOY_RAPIDJSON_INCLUDE_DIR "" CACHE FILEPATH "location of rapidjson includes")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move before test dependencies

@ccaraman
Copy link
Contributor Author

ccaraman commented Nov 2, 2016

@lyft/network-team

@@ -50,6 +50,10 @@ set(ENVOY_LIGHTSTEP_TRACER_INCLUDE_DIR "" CACHE FILEPATH "location of lighstep t
# Extra linker flags required to properly link envoy with all of the above libraries.
set(ENVOY_EXE_EXTRA_LINKER_FLAGS "" CACHE STRING "envoy extra linker flags")

# https://github.com/miloyip/rapidjson
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you group code dependency in one place? (just place this before extra linker flags)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved it up.

@RomanDzhabarov
Copy link
Member

lgtm, one small comment

@ccaraman ccaraman merged commit 4173452 into master Nov 2, 2016
@mattklein123 mattklein123 deleted the ci-rapidjson branch November 4, 2016 17:26
gargnupur added a commit to gargnupur/envoy that referenced this pull request Mar 20, 2020
* Fix memory leak in TCP

Signed-off-by: gargnupur <[email protected]>

* fix lint

Signed-off-by: gargnupur <[email protected]>
PiotrSikora added a commit that referenced this pull request Jun 30, 2020
wolfguoliang pushed a commit to wolfguoliang/envoy that referenced this pull request Jan 23, 2021
…ubsets

zh-translation: /intro/arch_overview/upstream/load_balancing/subsets.rst
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Signed-off-by: Jose Nino [email protected]

Description: add spelling pre-commit hook. Note that I did not go with the tools in upstream because they are more entrenched in the organization of the upstream project. This suffices for now. Also note that none of the solutions (this one, or the ones upstream -- misspell, aspell) are 100% great; meaning that let through a significant amount of misspellings. For instance, enfornced was not caught by any of the solutions.
Risk Level: low -- new pre-commit hook.
Testing: ran locally.

Signed-off-by: JP Simard <[email protected]>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Signed-off-by: Jose Nino [email protected]

Description: add spelling pre-commit hook. Note that I did not go with the tools in upstream because they are more entrenched in the organization of the upstream project. This suffices for now. Also note that none of the solutions (this one, or the ones upstream -- misspell, aspell) are 100% great; meaning that let through a significant amount of misspellings. For instance, enfornced was not caught by any of the solutions.
Risk Level: low -- new pre-commit hook.
Testing: ran locally.

Signed-off-by: JP Simard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants