- 07 Mar, 2019 2 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
- 05 Mar, 2019 3 commits
-
-
Dennis Jenkins authored
Fix data races in Async: whenAll and whenAny with input Args&&
-
knowledge4igor authored
-
knowledge4igor authored
-
- 04 Mar, 2019 2 commits
-
-
Dennis Jenkins authored
fix: -Wreorder warning on gcc
-
bdvd authored
-
- 02 Mar, 2019 4 commits
-
-
Dennis Jenkins authored
Speedup request line parsing
-
knowledge4igor authored
-
Dennis Jenkins authored
Fix forever loop in response line parsing step + test
-
knowledge4igor authored
-
- 01 Mar, 2019 4 commits
-
-
Dennis Jenkins authored
Add tests for RequestLineStep + small changes
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Fix data races in Async whenAll and flaky tests
-
- 28 Feb, 2019 2 commits
-
-
knowledge4igor authored
-
knowledge4igor authored
-
- 26 Feb, 2019 2 commits
-
-
Dennis Jenkins authored
Doxygen documentation target to cmake
-
Arthur de Araújo Farias authored
-
- 24 Feb, 2019 7 commits
-
-
Dennis Jenkins authored
Attempt to fix HTTP connection header handling.
-
Dennis Jenkins authored
Code style fix: add override specifier
-
Dennis Jenkins authored
Add tests for ResponseLineStep and tiny fixes
-
Arthur de Araújo Farias authored
-
knowledge4igor authored
-
knowledge4igor authored
-
knowledge4igor authored
-
- 23 Feb, 2019 2 commits
-
-
Dennis Jenkins authored
Use STL algorithm instead of for loop in FdSet CNTR
-
knowledge4igor authored
-
- 22 Feb, 2019 3 commits
-
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
Fixes #333
-
- 21 Feb, 2019 1 commit
-
-
Arthur de Araújo Farias authored
-
- 20 Feb, 2019 3 commits
-
-
Dennis Jenkins authored
Fixing examples build
-
Arthur de Araújo Farias authored
-
Dennis Jenkins authored
Merge pull request #459 from arthurafarias/arthurafarias-suggestion-creating-third-party-code-subdirectory Suggestion add third-party directory and place all third-party code there.
-
- 19 Feb, 2019 5 commits
-
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
This is a common practice int a lot of C++ projects. With this we can ignore all code analysis of third-party repos at once by removing third-party repos root path. In this directory instead of using the source itself we use a git submodule for the repository of the third-party code we want to use. In this case, I removed googletest-release-1.7.0 from root repo path and placed a git submodule pointing to official google repository in github pointing to release 1.7.0.
-
Arthur de Araújo Farias authored
This is a common practice int a lot of C++ projects. The goal of this structure is to reduce complexity by ignoring third-party directory from code analysis. All repos that resides in this subdirectory would be ingored. In this case I placed googletest inside it by linking a git submodule to google's official repository. Note that this solution could simplify the process of adding a new third party library just by creating a new submodule in this git repository and including the code in CMakeLists.txt.
-
Arthur de Araújo Farias authored
This is a common practice int a lot of C++ projects. The goal of this structure is to reduce complexity by ignoring third-party directory from code analysis. All repos that resides in this subdirectory would be ingored. In this case I placed googletest inside it by linking a git submodule to google's official repository. Note that this solution could simplify the process of adding a new third party library just by creating a new submodule in this git repository and including the code in CMakeLists.txt.
-