|
From: <jg...@us...> - 2011-08-04 18:01:13
|
Revision: 1395
http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=1395&view=rev
Author: jgcode
Date: 2011-08-04 18:01:05 +0000 (Thu, 04 Aug 2011)
Log Message:
-----------
Trim Whitespace API was updated by integrating Fast Trim (LAVA CR). A connector pane change meant the original API was depreciated. .vipb and License Agreement.txt files updated with author information. Test added to show performance increment. Old test relinkined to new API.
Modified Paths:
--------------
trunk/string/source/.vipb
trunk/string/source/library/Trim Whitespace/Trim Whitespace (String Array).vi
trunk/string/source/library/Trim Whitespace/Trim Whitespace (String).vi
trunk/string/source/library/Trim Whitespace.vi
trunk/string/source/user docs/License Agreement.txt
trunk/string/tests/TEST - Trim Whitespace.vi
Added Paths:
-----------
trunk/string/source/library/Trim Whitespace 1/
trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String Array) 1.vi
trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String) 1.vi
trunk/string/source/library/Trim Whitespace 1.vi
trunk/string/tests/source/
trunk/string/tests/source/library/
trunk/string/tests/source/library/TEST - Trim Whitespace (Performance).vi
Property Changed:
----------------
trunk/string/
Property changes on: trunk/string
___________________________________________________________________
Added: bugtraq:label
+ TrackerID:
Added: bugtraq:url
+ https://sourceforge.net/support/tracker.php?aid=%BUGID%
Added: bugtraq:message
+ TrackerID: %BUGID%
Added: bugtraq:number
+ true
Added: bugtraq:warnifnoissue
+ false
Modified: trunk/string/source/.vipb
===================================================================
--- trunk/string/source/.vipb 2011-08-04 15:16:30 UTC (rev 1394)
+++ trunk/string/source/.vipb 2011-08-04 18:01:05 UTC (rev 1395)
@@ -1,4 +1,4 @@
-<VI_Package_Builder_Settings Version="0.3" Created_Date="2010-12-07 17:22:49" Modified_Date="2011-08-04 17:40:35" Creator="Jonathon Green" Comments="" ID="ca81c895808b92093cef9d682e9e5dbc">
+<VI_Package_Builder_Settings Version="0.3" Created_Date="2010-12-07 17:22:49" Modified_Date="2011-08-05 01:51:00" Creator="Jonathon Green" Comments="" ID="a236ce2437d99bdb1fb3835cd46b7b73">
<Library_General_Settings>
<Package_File_Name>oglib_string</Package_File_Name>
<Library_Version>4.0.1.7</Library_Version>
@@ -32,7 +32,7 @@
<Description>
<One_Line_Description_Summary>OpenG String Library</One_Line_Description_Summary>
<Description>The OpenG String Library package contains several routines for operating on strings.</Description>
- <Copyright>2002-2007 Jim Kring; 2002 Cal-Bay Systems; 2004 Paul Sullivan; 2004 Michael C. Ashe; 2005-2006 MKS Instruments, Inc. (author: Doug Femec); 2010-2011 Jonathon Green</Copyright>
+ <Copyright>2002-2007 Jim Kring; 2002 Cal-Bay Systems; 2004 Paul Sullivan; 2004 Michael C. Ashe; 2005-2006 MKS Instruments, Inc. (author: Doug Femec); 2010-2011 Jonathon Green; 2011 Shaun Rumbell</Copyright>
<Packager>OpenG.org</Packager>
<URL>http://wiki.openg.org/Oglib_string</URL>
<Release_Notes/>
Modified: trunk/string/source/library/Trim Whitespace/Trim Whitespace (String Array).vi
===================================================================
(Binary files differ)
Modified: trunk/string/source/library/Trim Whitespace/Trim Whitespace (String).vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/source/library/Trim Whitespace 1
___________________________________________________________________
Added: bugtraq:label
+ TrackerID:
Added: bugtraq:url
+ https://sourceforge.net/support/tracker.php?aid=%BUGID%
Added: bugtraq:message
+ TrackerID: %BUGID%
Added: trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String Array) 1.vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String Array) 1.vi
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String) 1.vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/source/library/Trim Whitespace 1/Trim Whitespace (String) 1.vi
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/string/source/library/Trim Whitespace 1.vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/source/library/Trim Whitespace 1.vi
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/string/source/library/Trim Whitespace.vi
===================================================================
(Binary files differ)
Modified: trunk/string/source/user docs/License Agreement.txt
===================================================================
--- trunk/string/source/user docs/License Agreement.txt 2011-08-04 15:16:30 UTC (rev 1394)
+++ trunk/string/source/user docs/License Agreement.txt 2011-08-04 18:01:05 UTC (rev 1395)
@@ -1,6 +1,6 @@
OpenG String Library
-2002-2007 Jim Kring; 2002 Cal-Bay Systems; 2004 Paul Sullivan; 2004 Michael C. Ashe; 2005-2006 MKS Instruments, Inc. (author: Doug Femec); 2010-2011 Jonathon Green
+2002-2007 Jim Kring; 2002 Cal-Bay Systems; 2004 Paul Sullivan; 2004 Michael C. Ashe; 2005-2006 MKS Instruments, Inc. (author: Doug Femec); 2010-2011 Jonathon Green; 2011 Shaun Rumbell
All rights reserved.
Modified: trunk/string/tests/TEST - Trim Whitespace.vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/tests/source
___________________________________________________________________
Added: bugtraq:label
+ TrackerID:
Added: bugtraq:url
+ https://sourceforge.net/support/tracker.php?aid=%BUGID%
Added: bugtraq:message
+ TrackerID: %BUGID%
Property changes on: trunk/string/tests/source/library
___________________________________________________________________
Added: bugtraq:label
+ TrackerID:
Added: bugtraq:url
+ https://sourceforge.net/support/tracker.php?aid=%BUGID%
Added: bugtraq:message
+ TrackerID: %BUGID%
Added: trunk/string/tests/source/library/TEST - Trim Whitespace (Performance).vi
===================================================================
(Binary files differ)
Property changes on: trunk/string/tests/source/library/TEST - Trim Whitespace (Performance).vi
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|