shaka-packager/packager/media/formats/dvb
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
..
CMakeLists.txt feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
dvb_image.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
dvb_image.h Add helpers for DVB-sub colors. 2021-01-20 18:25:43 +00:00
dvb_image_unittest.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
dvb_sub_parser.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
dvb_sub_parser.h style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00
dvb_sub_parser_unittest.cc feat: Replace glog with absl::log (#1274) 2023-10-13 12:42:47 -07:00
subtitle_composer.cc chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
subtitle_composer.h chore: Refactor public headers and macros (#1275) 2023-10-14 09:36:01 -07:00
subtitle_composer_unittest.cc style: Use angle-brackets for all internal headers (#1271) 2023-10-11 07:51:11 +08:00