You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/07/31 18:23:17 UTC

[5/5] incubator-corinthia git commit: Merge branch 'master' into newZipExperiment

Merge branch 'master' into newZipExperiment


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/46398fc3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/46398fc3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/46398fc3

Branch: refs/heads/newZipExperiment
Commit: 46398fc33e67e02a31e1930b2f02db17200e71b6
Parents: 055b257 2545a4e
Author: jani <ja...@apache.org>
Authored: Fri Jul 31 18:22:41 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Fri Jul 31 18:22:41 2015 +0200

----------------------------------------------------------------------
 consumers/corinthia/src/framework/CColor.h    |  28 ++++
 consumers/corinthia/src/framework/CEvent.h    |  27 ++++
 consumers/corinthia/src/framework/CPoint.h    |  26 ++++
 consumers/corinthia/src/framework/CRect.h     |  31 +++++
 consumers/corinthia/src/framework/CShared.cpp |  84 ++++++++++++
 consumers/corinthia/src/framework/CShared.h   | 146 +++++++++++++++++++++
 consumers/corinthia/src/framework/CSize.h     |  26 ++++
 consumers/corinthia/src/framework/CString.cpp |  81 ++++++++++++
 consumers/corinthia/src/framework/CString.h   |  52 ++++++++
 consumers/corinthia/src/framework/CView.h     |  60 +++++++++
 consumers/corinthia/src/framework/uitest.cpp  | 100 ++++++++++++++
 11 files changed, 661 insertions(+)
----------------------------------------------------------------------