Skip to content

Commit

Permalink
Merge pull request #16 from ryanpoulos/upstream-upgrade
Browse files Browse the repository at this point in the history
Upstream upgrade
  • Loading branch information
dbendele authored Jun 19, 2020
2 parents bc70158 + eb12ec9 commit 4a542e2
Show file tree
Hide file tree
Showing 467 changed files with 2,257 additions and 2,125 deletions.
Empty file removed .gitmodules
Empty file.
31 changes: 31 additions & 0 deletions Development Utilities/Build/Build Automation.lvlib

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Development Utilities/Build/Save VI.vi
Binary file not shown.
Binary file added Development Utilities/Build/Set VI Debugging.vi
Binary file not shown.
Binary file added Development Utilities/Build/Set VI Inlining.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<Project Type="Project" LVVersion="17008000">
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property>
<Property Name="NI.Project.Description" Type="Str"></Property>
<Item Name="Phar Lap ETS" Type="Target Folder">
<Item Name="Phar Lap ETS PXI" Type="RT PXI Chassis">
<Property Name="alias.name" Type="Str">Phar Lap ETS PXI</Property>
Expand Down Expand Up @@ -293,7 +294,10 @@ AddOutputFilter chunkFilter
<Item Name="Trim Whitespace.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace.vi"/>
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
</Item>
<Item Name="Memory Benchmark Async.vi" Type="VI" URL="../Memory Benchmark Async.vi"/>
<Item Name="Memory Manager.lvlib" Type="Library" URL="../../../Source/Memory Manager.lvlib"/>
<Item Name="Static Errors.lvlib" Type="Library" URL="../../../Source/Static Errors.lvlib"/>
<Item Name="UI Pointers.ctl" Type="VI" URL="../UI Pointers.ctl"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
Expand Down
Binary file added Examples/Memory Benchmark/Memory Benchmark.vi
Binary file not shown.
Binary file added Examples/Memory Benchmark/UI Pointers.ctl
Binary file not shown.
61 changes: 47 additions & 14 deletions LabVIEW Memory Manager.lvproj

Large diffs are not rendered by default.

483 changes: 236 additions & 247 deletions Memory Manager.vipb → LabVIEW Memory Manager.vipb

Large diffs are not rendered by default.

Binary file removed Source/Classes/Pointer/API/Accessors/Get Address.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Check Pointer.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Clear Pointer Data.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Clear.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Copy All Pointer Data.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Copy Pointer Data.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Create New Pointer.vi
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Destroy Pointer.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Duplicate Pointer.vi
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Get Byte Order Info.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Read Pointer Data.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Swap Pointer Values.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/API/Write Pointer Data.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Allocate.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Buffer Underflow.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Byte Order.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Bounds (Buffer).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Bounds (Pointer).vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Bounds.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Equal Contents.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Equal Size.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Length.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Move.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Null Pointer.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check Size.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Check.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Clear (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Clear.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Copy (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Copy All (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Copy All.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Copy.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Create Error.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Deallocate.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Duplicate.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Encapsulate.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Errors.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Get Internal.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Get Size.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Is Null.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Malleables/Allocate.vim
Binary file not shown.
Binary file added Source/Classes/Pointer/Malleables/Read.vim
Binary file not shown.
Binary file added Source/Classes/Pointer/Malleables/Sizeof.vim
Binary file not shown.
Binary file added Source/Classes/Pointer/Malleables/Write.vim
Binary file not shown.
Binary file added Source/Classes/Pointer/Null Pointer.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Out of Bounds.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Pointer Error Info.vi
Binary file not shown.
2,184 changes: 1,082 additions & 1,102 deletions Source/Classes/Pointer/Pointer.lvclass

Large diffs are not rendered by default.

Binary file removed Source/Classes/Pointer/Private/Allocate.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Private/Count to Size.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Private/Deallocate.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Private/Set Internal.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Private/Size to Count.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Protected/Error VIs/Zone.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Protected/Errors.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Protected/Get Internal.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Advanced Copy.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Clear (No Check).vi
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Compare Contents.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Compare Size.vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Copy All (No Check).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/New/New (1B).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/New/New (2B).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/New/New (4B).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/New/New (8B).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D Bool).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D DBL).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D I16).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D I32).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D I64).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D I8).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D SGL).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D U16).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D U32).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D U64).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (0D U8).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D Bool).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D DBL).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D I16).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D I32).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D I64).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D I8).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D SGL).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D U16).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D U32).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D U64).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Read/Read (1D U8).vi
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Swap (No Check).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Write/Write (0D I8).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Write/Write (0D U8).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Write/Write (1D I8).vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/Classes/Pointer/Public/Write/Write (1D U8).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) 1D Bool.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) 1D I16.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) 1D I8.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) 1D U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) 1D U8.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) I16.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) I8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) SGL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) String.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) U32.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check) U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D Bool.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D DBL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D I16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D I32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D I64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D I8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D SGL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D U16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D U32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read 1D U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read Bool.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read DBL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read I16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read I32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read I64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read I8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read SGL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read String.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read U16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read U32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Read.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Set Internal.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Size Mismatch.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Stop/Assert Stop.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Stop/Create.vi
Binary file not shown.
54 changes: 54 additions & 0 deletions Source/Classes/Pointer/Stop/Stop Pointer.lvclass

Large diffs are not rendered by default.

Binary file added Source/Classes/Pointer/Subset.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Swap (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Swap.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) 1D I16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) 1D I32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) 1D I64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) 1D I8.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) 1D U64.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) Bool.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) DBL.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) U16.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check) U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write (No Check).vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D Bool.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D DBL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D I16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D I32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D I64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D I8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D SGL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D U16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D U32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write 1D U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write Bool.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write DBL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write I16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write I32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write I64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write I8.vi
Binary file not shown.
Binary file not shown.
Binary file added Source/Classes/Pointer/Write SGL.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write String.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write U16.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write U32.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write U64.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write U8.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Write.vi
Binary file not shown.
Binary file added Source/Classes/Pointer/Zone.vi
Binary file not shown.
Binary file modified Source/Constants/Constants.vi
Binary file not shown.
Binary file modified Source/Constants/Library Name.vi
Binary file not shown.
Binary file added Source/Constants/Pointer Class Name.vi
Binary file not shown.
Binary file removed Source/Controls/Null.ctl
Binary file not shown.
28 changes: 17 additions & 11 deletions Source/Memory Manager.lvlib

Large diffs are not rendered by default.

135 changes: 106 additions & 29 deletions Source/Deterministic Error Builder.lvlib → Source/Static Errors.lvlib

Large diffs are not rendered by default.

Binary file removed Source/VIs/Create Error Cluster.vi
Binary file not shown.
Binary file added Source/VIs/Include Limit in Compare String.vi
Binary file not shown.
Binary file added Source/VIs/New Error Cluster (1024B).vi
Binary file not shown.
Binary file added Source/VIs/New Error Cluster (256B).vi
Binary file not shown.
Binary file added Source/VIs/New Error Cluster (512B).vi
Binary file not shown.
Binary file added Source/VIs/New Error Cluster (Custom).vi
Binary file not shown.
Binary file added Source/VIs/New Error Cluster.vi
Binary file not shown.
Loading

0 comments on commit 4a542e2

Please sign in to comment.