shaka-packager/packager/file
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
..
public 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
callback_file.cc refactor: Rename common.h to macros.h, now that it only contains macros (#1113) 2022-10-24 19:08:18 -07:00
callback_file.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
callback_file_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file.h refactor: Rename common.h to macros.h, now that it only contains macros (#1113) 2022-10-24 19:08:18 -07:00
file_closer.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file_test_util.cc feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
file_test_util.h feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
file_unittest.cc feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
file_util.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file_util.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file_util_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
http_file.cc refactor: Rename common.h to macros.h, now that it only contains macros (#1113) 2022-10-24 19:08:18 -07:00
http_file.h feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
http_file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
io_cache.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
io_cache.h refactor: Rename common.h to macros.h, now that it only contains macros (#1113) 2022-10-24 19:08:18 -07:00
io_cache_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
local_file.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
local_file.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
memory_file.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
memory_file.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
memory_file_unittest.cc feat: First phase of CMake build system implementation (#1072) 2022-08-16 11:34:51 -07:00
thread_pool.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
thread_pool.h refactor: Rename common.h to macros.h, now that it only contains macros (#1113) 2022-10-24 19:08:18 -07:00
threaded_io_file.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
threaded_io_file.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
udp_file.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
udp_file.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
udp_options.cc feat: Replace arraysize with std::size (#1129) 2022-11-03 07:21:46 -07:00
udp_options.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
udp_options_unittest.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00