C++11 tidying.
authorCarl Hetherington <cth@carlh.net>
Thu, 29 Apr 2021 07:14:20 +0000 (09:14 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 29 Apr 2021 18:53:49 +0000 (20:53 +0200)
commit39fb8198febde1937019db1c300ec363aab5aa56
tree52bc32134e8ae2b5587b3a62130baa9acf815b60
parentb249700e1da7dd6631a8b4440587f4093a2bdef1
C++11 tidying.
99 files changed:
src/lib/cross_common.cc
src/lib/dcp_decoder.cc
src/lib/dcp_decoder.h
src/lib/dcp_subtitle_decoder.cc
src/lib/dcp_subtitle_decoder.h
src/lib/dcpomatic_time.cc
src/lib/dolby_cp750.cc
src/lib/dolby_cp750.h
src/lib/empty.cc
src/lib/empty.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h
src/lib/font.cc
src/lib/font.h
src/lib/hints.cc
src/lib/hints.h
src/lib/image_decoder.cc
src/lib/image_decoder.h
src/lib/kdm_recipient.cc
src/lib/kdm_recipient.h
src/lib/scp_uploader.cc
src/lib/scp_uploader.h
src/lib/spl.cc
src/lib/usl.cc
src/lib/usl.h
src/lib/video_mxf_decoder.cc
src/lib/video_mxf_decoder.h
src/wx/batch_job_view.cc
src/wx/batch_job_view.h
src/wx/content_properties_dialog.cc
src/wx/content_properties_dialog.h
src/wx/dkdm_dialog.cc
src/wx/dkdm_dialog.h
src/wx/dolby_doremi_certificate_panel.h
src/wx/download_certificate_panel.cc
src/wx/download_certificate_panel.h
src/wx/email_dialog.cc
src/wx/email_dialog.h
src/wx/html_dialog.cc
src/wx/html_dialog.h
src/wx/move_to_dialog.cc
src/wx/move_to_dialog.h
src/wx/name_format_editor.cc
src/wx/name_format_editor.h
src/wx/normal_job_view.cc
src/wx/normal_job_view.h
src/wx/paste_dialog.cc
src/wx/paste_dialog.h
src/wx/qube_certificate_panel.cc
src/wx/qube_certificate_panel.h
src/wx/rename_template_dialog.cc
src/wx/rename_template_dialog.h
src/wx/self_dkdm_dialog.cc
src/wx/self_dkdm_dialog.h
src/wx/standard_controls.cc
src/wx/standard_controls.h
src/wx/suspender.cc
src/wx/suspender.h
src/wx/templates_dialog.cc
src/wx/templates_dialog.h
src/wx/timeline_atmos_content_view.cc
src/wx/timeline_atmos_content_view.h
src/wx/timeline_audio_content_view.h
src/wx/timeline_content_view.h
src/wx/timeline_dialog.cc
src/wx/timeline_dialog.h
src/wx/timeline_labels_view.h
src/wx/timeline_reels_view.h
src/wx/timeline_video_content_view.h
src/wx/timeline_view.h
src/wx/try_unmount_dialog.cc
src/wx/try_unmount_dialog.h
src/wx/video_waveform_plot.cc
src/wx/video_waveform_plot.h
src/wx/wx_util.cc
src/wx/wx_util.h
test/4k_test.cc
test/audio_analysis_test.cc
test/audio_filter_test.cc
test/audio_processor_delay_test.cc
test/butler_test.cc
test/client_server_test.cc
test/config_test.cc
test/crypto_test.cc
test/disk_writer_test.cc
test/empty_test.cc
test/ffmpeg_decoder_sequential_test.cc
test/ffmpeg_pts_offset_test.cc
test/isdcf_name_test.cc
test/job_test.cc
test/markers_test.cc
test/pixel_formats_test.cc
test/rect_test.cc
test/silence_padding_test.cc
test/threed_test.cc
test/time_calculation_test.cc
test/torture_test.cc
test/video_level_test.cc
test/zipper_test.cc