Summary: | Plugin to combine vectors | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.6.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2008-05-13 22:21:17 UTC
SVN commit 807422 by arwalker: BUG:162065 Added ability to combine vectors. The inputs are 'First Array' and 'Second Array'. The 'Combined Array' simply appends the second array to the first. Thus, the length of the combined array is the sum of the lengths of the first and second arrays. A combine (directory) A combine/Makefile.am A combine/combine.cpp [License: GPL (v2+)] A combine/combine.h [License: GPL (v2+)] A combine/kstobject_combine.desktop WebSVN link: http://websvn.kde.org/?view=rev&revision=807422 SVN commit 807425 by arwalker: CCBUG:162065 Added ability to combine vectors. The inputs are 'First Array' and 'Second Array'. The 'Combined Array' simply appends the second array to the first. Thus, the length of the combined array is the sum of the lengths of the first and second arrays. M +1 -1 Makefile.am M +1 -1 chop/chop.h WebSVN link: http://websvn.kde.org/?view=rev&revision=807425 |