forked from versatica/mediasoup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More C++ syntax work * Fix test-rtcp * More camelCase * Working on C++ style. * More C++ styling * More work in C++ styling * More work on C++ styling * C++ style: remove #defines * doc/RoomOverview.md: some fixes * More C++ styling: camelCase RTCP * More C++ styling: camelCase RemoteBitrateEstimator * C++ styling * C++ styling * clang-format proposal clang-format can be disabled for certain code by using clang-format [off|on] comments May be usefull for static class maps for example. * .clang-format: minimal change * .clang-format: improve IncludeCategories * clang-format: improve IncludeCategories * Logger.hpp: ignore clang-format * clang-format: mostly done * Add clang-format off in map initializations * Remove comment * "gulp lint" includes C++ linter * Habemus clang-format
- Loading branch information
Showing
168 changed files
with
11,376 additions
and
10,081 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#ifndef MS_LOG_LEVEL_HPP | ||
#define MS_LOG_LEVEL_HPP | ||
#define MS_LOG_LEVEL_HPP | ||
|
||
#include "common.hpp" | ||
|
||
|
Oops, something went wrong.