shaka-packager/packager/file
KongQun Yang 8e96dd3b37 Address gcc build failures in some platforms
Seeing some failures on some platforms when compiled with clang
disabled:
  GYP_DEFINES="clang=0" gclient runhooks

Several changes to make it work:
1. Mark packager code with packager_code=1 in GYP definitions.
2. Disable a few checks in non-packager code, which we do not have
   direct control: dangling-else, deprecated-declarations,
                   unused-function
3. Fix the relevant errors in packager code.
4. Revert HAVE_STROPTS_H in curl config which is not available in
   all linux distributions.

Fixes #286
Fixes #293

Change-Id: I729b41f99403c5ad9487c6cc4a7dc06f6323cef8
2017-12-07 11:45:26 -08:00
..
public Add support for callback file 2017-09-07 19:26:26 +00:00
callback_file.cc Add support for callback file 2017-09-07 19:26:26 +00:00
callback_file.h Add support for callback file 2017-09-07 19:26:26 +00:00
callback_file_unittest.cc Add support for callback file 2017-09-07 19:26:26 +00:00
file.cc Report an error when disk is full 2017-09-15 22:22:12 +00:00
file.gyp Address gcc build failures in some platforms 2017-12-07 11:45:26 -08:00
file.h Add support for callback file 2017-09-07 19:26:26 +00:00
file_closer.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
file_test_util.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
file_unittest.cc Add support for callback file 2017-09-07 19:26:26 +00:00
file_util.cc Fix file permission issue with manifests 2017-08-01 15:42:55 -07:00
file_util.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
file_util_unittest.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
io_cache.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
io_cache.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
io_cache_unittest.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
local_file.cc Creates directories in the output path if not exist 2017-10-11 20:19:51 +00:00
local_file.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
memory_file.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
memory_file.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
memory_file_unittest.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
threaded_io_file.cc Report an error when disk is full 2017-09-15 22:22:12 +00:00
threaded_io_file.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
udp_file.cc Default multicast interface address to "0.0.0.0" if absent 2017-12-04 19:21:52 +00:00
udp_file.h Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
udp_options.cc Move packager/media/file to packager/file 2017-07-17 12:08:28 -07:00
udp_options.h Default multicast interface address to "0.0.0.0" if absent 2017-12-04 19:21:52 +00:00
udp_options_unittest.cc Default multicast interface address to "0.0.0.0" if absent 2017-12-04 19:21:52 +00:00