
noreply at mythtv
May 7, 2012, 4:09 PM
Post #1 of 1
(52 views)
Permalink
|
|
mythtv branch master updated by stuartm. v0.26-pre-204-g0d8e93c
|
|
The branch, master has been updated on the mythtv repository by gitolite user stuartm. via 0d8e93cb102a8103411dfa3e3c0b4014521319d2 (commit) via 9be52e263903898e0b368d676f0609ef5dfb899f (commit) via 740a5ba69ee01f8264393266aaa02efabec31e2d (commit) from 1e2931859f74e14e3b6b65d18cb2441e5e87ca25 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d8e93cb102a8103411dfa3e3c0b4014521319d2 Author: Stuart Morgan <smorgan [at] mythtv> at Tue, 8 May 2012 00:03:42 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Tue, 8 May 2012 00:03:42 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=0d8e93cb102a8103411dfa3e3c0b4014521319d2 Use empty() or isEmpty() rather than size() for checking emptiness of containers. commit 9be52e263903898e0b368d676f0609ef5dfb899f Author: Stuart Morgan <smorgan [at] mythtv> at Mon, 7 May 2012 23:56:51 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Mon, 7 May 2012 23:56:51 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=9be52e263903898e0b368d676f0609ef5dfb899f Pre-increment iterators for efficiency in serverpool and mythraopconnection. commit 740a5ba69ee01f8264393266aaa02efabec31e2d Author: Stuart Morgan <smorgan [at] mythtv> at Mon, 7 May 2012 23:55:16 +0100 Committer: Stuart Morgan <smorgan [at] mythtv> at Mon, 7 May 2012 23:55:16 +0100 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=740a5ba69ee01f8264393266aaa02efabec31e2d Use empty() rather than size() for checking emptiness of containers. ----------------------------------------------------------------------- Summary of changes: mythplugins/mythgallery/mythgallery/iconview.cpp | 8 ++++---- mythtv/libs/libmythbase/serverpool.cpp | 6 +++--- mythtv/libs/libmythtv/mythraopconnection.cpp | 4 ++-- mythtv/libs/libmythtv/openglvideo.cpp | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|