- 24 Feb, 2019 3 commits
-
-
Dennis Jenkins authored
Add tests for ResponseLineStep and tiny fixes
-
knowledge4igor authored
-
knowledge4igor authored
-
- 23 Feb, 2019 2 commits
-
-
Dennis Jenkins authored
Use STL algorithm instead of for loop in FdSet CNTR
-
knowledge4igor 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 15 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.
-
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.
-
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.
-
Dennis Jenkins authored
Fixes Issue #457
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-
Dennis Jenkins authored
Small code improvement in listener
-
knowledge4igor authored
-
Dennis Jenkins authored
Adding cppcheck to debug make target
-
Arthur de Araújo Farias authored
-
- 18 Feb, 2019 3 commits
-
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-
Dennis Jenkins authored
Merge pull request #448 from arthurafarias/arthurafarias-fix-lcov-relative-path-and-unnecessary-coverage-files Fixing coverage support to compiler matrix and removed coverage of unnecessary files.
-
- 17 Feb, 2019 2 commits
-
-
Dennis Jenkins authored
Add static file send test + more logs in tests
-
knowledge4igor authored
-
- 16 Feb, 2019 6 commits
-
-
Dennis Jenkins authored
Code improvements in buffers + one more test
-
knowledge4igor authored
-
knowledge4igor authored
-
Dennis Jenkins authored
Add first reactor test
-
knowledge4igor authored
-
knowledge4igor authored
-
- 15 Feb, 2019 2 commits
-
-
Dennis Jenkins authored
Fixing case where const was cast away
-
Ian Roddis authored
-
- 13 Feb, 2019 4 commits
-
-
Dennis Jenkins authored
Merge pull request #448 from arthurafarias/arthurafarias-fix-lcov-relative-path-and-unnecessary-coverage-files Fixing coverage support to compiler matrix and removed coverage of unnecessary files.
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-
Arthur de Araújo Farias authored
-