summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* rename configure.in to configure.acMichal Kubecek2015-04-13-0/+0
| | | | Get rid of automake warning.
* add -lkio to KDE librariesMichal Kubecek2015-04-13-1/+1
| | | | Required by newer versions of ld (when building with KDE support).
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-77/+58
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* fix localtime_r() namespace issueMichal Kubecek2015-04-13-1/+1
| | | | Use explicit root namespace for ::localtime_r().
* add missing return statementsMichal Kubecek2015-04-13-0/+14
| | | | Fix occurences of "no return in non-void function".
* initial checkinMichal Kubecek2015-04-13-0/+187389
Check in contents of upstream 1.4.2 tarball, exclude generated files.