Skip to content

Commit

Permalink
Merge branch 'release/1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Oct 20, 2020
2 parents c3000b0 + e8a1986 commit 0213adf
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 31 deletions.
39 changes: 28 additions & 11 deletions DataManipulation.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2018" Created_Date="2018-06-04 19:50:03" Modified_Date="2020-04-14 21:13:19" Creator="Francois Normandin" Comments="" ID="9735ef163f401285798852d35a1a917a">
<VI_Package_Builder_Settings Version="2018" Created_Date="2018-06-04 19:50:03" Modified_Date="2020-10-20 15:54:06" Creator="Francois Normandin" Comments="" ID="179276d5b84b3de443683b0271758526">
<Library_General_Settings>
<Package_File_Name>LabVIEW_Open_Source_lib_Data_Manipulation</Package_File_Name>
<Library_Version>1.2.3.11</Library_Version>
<Library_Version>1.3.0.13</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>source</Library_Source_Folder>
<Library_Output_Folder>_built-packages</Library_Output_Folder>
Expand All @@ -16,7 +16,9 @@
<Target>LabVIEW</Target>
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies/>
<Package_Dependencies>
<Additional_External_Dependencies>labview_open_source_project_lib_labview_open_source_palette &gt;=1.0.0.2</Additional_External_Dependencies>
</Package_Dependencies>
<Custom_Action_VIs>
<Pre-Build_VI/>
<Post-Build_VI/>
Expand All @@ -31,8 +33,9 @@
<Description>Data Manipulation is a collection of low-level data manipulation methods for interacting directly with type descriptors and variants to process flattened data efficiently.</Description>
<Copyright/>
<Packager>Francois Normandin</Packager>
<URL>https://github.com/LabVIEW-Open-Source</URL>
<Release_Notes>changed license to BSD 0-clause</Release_Notes>
<URL>https://github.com/LabVIEW-Open-Source/DataManipulation</URL>
<Release_Notes>- Addition of List Elements in OpenVariant palette, including Refnums such as Event Registrations
- Moved to the LabVIEW Open Source Project palette</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -140,9 +143,9 @@
<Syncing_MNU_file/>
</Controls_Palette_Information>
<Functions_Palette_Information>
<Virtual_Palette_Base_Path>Functions\Addons</Virtual_Palette_Base_Path>
<Palette_Disk_Base_Path>&lt;vi.lib&gt;\addons</Palette_Disk_Base_Path>
<Syncing_MNU_file/>
<Virtual_Palette_Base_Path>Functions\Addons\LabVIEW Open Source Project</Virtual_Palette_Base_Path>
<Palette_Disk_Base_Path>&lt;vi.lib&gt;\addons\LabVIEW Open Source Project</Palette_Disk_Base_Path>
<Syncing_MNU_file>&lt;vi.lib&gt;\addons\LabVIEW Open Source Project\dir.mnu</Syncing_MNU_file>
</Functions_Palette_Information>
<Apply_Short_Names_to_VI_Titles>false</Apply_Short_Names_to_VI_Titles>
<Apply_Short_Names_to_VI_Titles_2>false</Apply_Short_Names_to_VI_Titles_2>
Expand Down Expand Up @@ -238,7 +241,7 @@
<Path>source\KVP Parser.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>900ACC947ECEE134D8931ADB70147B0A</GUID>
<GUID>C6A659D733F5215A48AF23DDCA2A6C6B</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -357,7 +360,21 @@
<Path>source\Variant\Variant_GetArrayElementTypeDescriptor.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>7489A8276189DA8DC98B974F7B47ABD4</GUID>
<Items_Data>
<Type>Item</Type>
<Sub_Palette_Index>-1</Sub_Palette_Index>
<NameSub_Menu_Name>Variant_ListElements.vi</NameSub_Menu_Name>
<Short_Name/>
<is_Merge_VI>false</is_Merge_VI>
<Position>
<Row>1</Row>
<Column>4</Column>
</Position>
<Icon>00000000</Icon>
<Path>source\Variant\Variant_ListElements.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>3AE0EF3B09FC796C941572468CDE1E36</GUID>
</Functions_Palette_Data>
<Functions_Palette_Data>
<Parent_Palette_Index>0</Parent_Palette_Index>
Expand Down Expand Up @@ -462,7 +479,7 @@
<Path>source\TypeDescriptor\TypeDescriptor_GetName.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>F4F63C8E7D2DB7D07BAB092E24BF8BC0</GUID>
<GUID>9EBE04CE86045C3334AEDE67F95A5575</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
Binary file added DataManipulation.vipc
Binary file not shown.
7 changes: 4 additions & 3 deletions source/TypeDescriptor/OpenDescriptor.lvlib

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions source/Variant/OpenVariant.lvlib

Large diffs are not rendered by default.

Binary file added source/Variant/Variant_ListElements.vi
Binary file not shown.
Binary file modified source/Variant/Variant_SetName.vi
Binary file not shown.

0 comments on commit 0213adf

Please sign in to comment.