Skip to content

Commit 637ac5a

Browse files
authored
5 add all members into a library openg arraylvlib (#6)
* added VIs to openg_array.lvlib * explicitly set the Save Version of the openg_array.lvlib * some clean-up - added .source folder to .gitignore - removed `LabVIEW 2013` file - recompiled the `Slice 1D Array (xxx).vi` template VI - removed a dependency in the lvproj that was causing problems * linker fixes (Trim Whitespace One-Sided.vi) * updated license and contributors
1 parent 53f1809 commit 637ac5a

425 files changed

Lines changed: 473 additions & 1247 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55

66
# Built Packages
77
*.vip
8+
9+
# Package Build Temp Folder
10+
.source/

CONTRIBUTORS.md

Lines changed: 6 additions & 0 deletions

LICENSE

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
OpenG Array Library
2+
3+
Copyright (c) 2002-2024 Project Contributors (see CONTRIBUTORS.md)
4+
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without
8+
modification, are permitted provided that the following conditions are met:
9+
10+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
13+
14+
* Neither the name of the <organization> nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

LabVIEW 2013

Lines changed: 0 additions & 1 deletion
This file was deleted.

array.lvproj

Lines changed: 3 additions & 1232 deletions
Large diffs are not rendered by default.

source/.vipb

Lines changed: 17 additions & 14 deletions
Large diffs are not rendered by default.
1.78 KB
Binary file not shown.
75.7 KB
Binary file not shown.
46 KB
Binary file not shown.
83.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)