[OpenTween-git] [SCM] open-tween (opentween) branch, master, updated. OpenTween_v1.1.9-32-gc5c129e

Back to archive index

upsil****@users***** upsil****@users*****
2014年 4月 14日 (月) 00:05:11 JST


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "open-tween" repository
containing the "opentween" project.

The branch, master has been updated
       via  c5c129e708dc018011134908b928fbee53cecfb6 (commit)
       via  69767c56670478b405152f48b0b5e763ac3fb291 (commit)
       via  f7dfb6d035e861c5743f770e2d800ff4a6e829f0 (commit)
      from  df79bfd8ca1177e3b166684f7f106e691cd69959 (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 c5c129e708dc018011134908b928fbee53cecfb6
Merge: df79bfd 69767c5
Author: Kimura Youichi <kim.u****@bucyo*****>
Date:   Mon Apr 14 00:04:24 2014 +0900

    Merge remote-tracking branch 'github/master'

commit 69767c56670478b405152f48b0b5e763ac3fb291
Author: spx <spx26****@gmail*****>
Date:   Sat Apr 5 07:22:59 2014 +0900

    不必要なカラムヘッダの再設定を抑制
    カラム数が変わる時だけ再設定する(_iconCol が変わった時だけ)

commit f7dfb6d035e861c5743f770e2d800ff4a6e829f0
Author: spx <spx26****@gmail*****>
Date:   Sat Apr 5 04:42:59 2014 +0900

    非効率そうなところをざっくり書き換え
    foreach で x.Keys を展開して使っている部分のうち、x[key] のような使い方しかしていないものは、最初から x.Values を使うようにした
    x[key] アクセスを連続して繰り返している部分は、一旦変数に格納してから使うようにした
    x.Contains(key) チェックからの x[key] アクセスは、x.TryGetValue() を使うようにした

-----------------------------------------------------------------------

Summary of changes:
 OpenTween/StatusDictionary.cs |  331 +++++++++++++++++++++--------------------
 OpenTween/Tween.cs            |   39 +++--
 2 files changed, 191 insertions(+), 179 deletions(-)


hooks/post-receive
-- 
open-tween (opentween)




OpenTween-git メーリングリストの案内
Back to archive index