shaka-packager/packager
Joey Parrish 3b3e267221
style: Sort headers to comply with the style guide (#1273)
Reorder headers to follow the Google C++ Style Guide:

> In dir/foo.cc or dir/foo_test.cc:
>
> 1. dir2/foo2.h.
> 2. A blank line
> 3. C system headers (more precisely: headers in angle brackets with
the .h extension), e.g., <unistd.h>, <stdlib.h>.
> 4. A blank line
> 5. C++ standard library headers (without file extension), e.g.,
<algorithm>, <cstddef>.
> 6. A blank line
> 7. Other libraries' .h files.
> 8. A blank line
> 9. Your project's .h files.


https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2023-10-11 16:49:50 +08:00
..
app style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
file style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
hls style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
kv_pairs style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
media style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
mpd style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
status style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
testing feat: port HLS module to CMake (#1238) 2023-08-21 18:41:18 -07:00
third_party feat: port media/formats/* to cmake (#1258) 2023-08-31 16:59:46 -07:00
tools Merge branch 'main' into cmake 2023-07-18 16:20:45 -07:00
utils style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
version style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
CMakeLists.txt feat: port demuxer and app to cmake (#1260) 2023-09-08 17:44:17 -07:00
common.gypi chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
flag_saver.h style: cleanup unused includes and use consistent <> for external code (#1267) 2023-10-09 16:21:41 -07:00
gtest.cmake ci: Collect and report test results (#1244) 2023-07-17 16:11:41 -07:00
macros.h feat: port demuxer and app to cmake (#1260) 2023-09-08 17:44:17 -07:00
packager.cc style: Sort headers to comply with the style guide (#1273) 2023-10-11 16:49:50 +08:00
packager.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
packager_test.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
policies.cmake ci: Enable parallel builds (#1241) 2023-07-17 13:16:03 -07:00
protobuf.cmake feat: port media/event to CMake (#1222) 2023-07-13 16:25:42 -07:00