shaka-packager/packager
Joey Parrish 0295ef182b
chore: Refactor public headers and macros (#1275)
This organizes all public headers for the library into
include/  and makes sure then don't rely on any headers from
other folders.

To accomplish this, this change also refactors macros.h,
media/base/macros.h, and status/status_macros.h into macros/classes.h,
macros/compiler.h, macros/crypto.h, macros/logging.h, macros/status.h,
and public/export.h.  Now the export macros from macros.h live in
include/ to keep include/ from requiring anything else.

This refactor enables an install target that includes public headers
only.

---------

Co-authored-by: Cosmin Stejerean <cstejerean@meta.com>
2023-10-14 09:36:01 -07:00
..
app chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
file chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
hls chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
kv_pairs feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
macros chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
media chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
mpd chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
status chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
testing feat: port HLS module to CMake (#1238) 2023-08-21 18:41:18 -07:00
third_party feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -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 chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -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
packager.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07: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