summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2013-11-27Add standard copyright statement to all source filesMarkus Lehtonen6-0/+112
Change-Id: Ic23c7042f6cd995db7e6f689e2b570f2139280df Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Reviewed-on: https://otctools.jf.intel.com/review/8109 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com> Reviewed-by: Eduard Bartosh <eduard.bartosh@intel.com>
2013-08-12Added namespace package exampleEd Bartosh3-0/+49
Example shows how to implement namespace repa package. Namespace packages are used to distribute extra functionality separately from repa, but within repa namespace. External modules implemented this way can be imported this way 'from repa import module'. Change-Id: I79da170c4ba2562c7a022428c556ba06f2519e49 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5837 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
2013-08-12Added plugin exampleEd Bartosh3-0/+71
Example shows how to implement 3rd party repa plugins Change-Id: I0bfc523a87d867e7d8564e00ef317d1ac824b9f2 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Reviewed-on: https://otctools.jf.intel.com/review/5836 Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>