shaka-packager/packager
Joey Parrish b1095f6bc3
feat: port media/base (#1127)
This removes all chromium dependencies from media/base/ and completes
the build system in CMake.

The ClosureThread class and its classes were removed, as they were
specific to chromium base. ClosureThread has been replaced by
std::thread.

The byte-swapping utilities in network_util.cc have been removed and
replaced with absl.

generate_unique_temp_path() was split out of file_unittest.cc into
file_test_util.cc, where other test suites could make use of it.

WARN_UNUSED_RESULT was replaced with the C++ standard attribute
[[nodiscard]].

The base::Clock interface was replaced with a typedef for a function
pointer that returns the current time.

This re-enables the tests in http_key_fetcher_unittest.cc by using
httpbin.org.

Issue #1047 (CMake porting)
Issue #346 (absl porting)
2022-11-04 15:46:41 -07:00
..
app chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
hls chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
kv_pairs chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
media feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
mpd chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
status fix: Fix status library headers and move test (#1118) 2022-10-24 19:09:10 -07:00
testing ci: Disable parallel builds (#1133) 2022-11-04 08:32:44 -07:00
third_party feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
tools feat: Add CMake module for building protobufs (#1112) 2022-10-26 10:07:01 -07:00
utils feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
version chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
CMakeLists.txt feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
common.gypi chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
flag_saver.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
macros.h feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
packager.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager.gyp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager_test.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
protobuf.cmake feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00