67186fe00c
Mostly this consists of marking functions with override when applicable, and moving function bodies from .h to .cc files. Not inlining virtual functions with simple bodies such as { return false; } strikes me as probably losing more in readability than we gain in binary size and compilation time, but I guess it's just like any other case where enabling a generally good warning forces us to write slightly worse code in a couple of places. BUG=163 R=kjellander@webrtc.org, tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/47429004 Cr-Commit-Position: refs/heads/master@{#8656} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8656 4adac7df-926f-26a2-2b94-8c16560cd09d
30 lines
912 B
Plaintext
30 lines
912 B
Plaintext
This source tree contains third party source code which is governed by third
|
|
party licenses. This file contains references to files which are under other
|
|
licenses than the one provided in the COPYING file in the root of the source
|
|
tree.
|
|
|
|
Files governed by third party licenses:
|
|
|
|
Governed by license within files (Public domain):
|
|
Exact origin unknown
|
|
base/base64.c
|
|
base/base64.h
|
|
|
|
Governed by http://www.fourmilab.ch/md5/ (Public domain):
|
|
base/md5.c
|
|
base/md5.h
|
|
|
|
Governed by http://www.boost.org/LICENSE_1_0.txt (Boost license):
|
|
base/scoped_ptr.h
|
|
|
|
Governed by license within files (Public domain):
|
|
Originally downloaded from http://svn.ghostscript.com/jbig2dec/tags/release_0_02/sha1.*
|
|
base/sha1.c
|
|
base/sha1.h
|
|
|
|
Governed by http://sigslot.sourceforge.net/#license (Public domain):
|
|
base/sigslot.cc
|
|
base/sigslot.h
|
|
|
|
Governed by http://www.freedesktop.org/wiki/Software/systemd (LGPL 2.1+):
|
|
third_party/libudev/libudev.h |