Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/features/spiceRework' into featu…
Browse files Browse the repository at this point in the history
…res/gisView
  • Loading branch information
RebeccaNowak committed Feb 7, 2024
2 parents a4f6f13 + d70ca82 commit 5a73120
Show file tree
Hide file tree
Showing 39 changed files with 742 additions and 85 deletions.
31 changes: 2 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,35 +30,6 @@ src\Aardvark.OpcViewer.psess
/src/PRo3D.DomainModel/bin/Release
/src/PRo3D.Base/bin/Release
/.paket/Paket.Restore.targets
/src/Aardvark.Opc.Viewer/bin/Debug/Aardvark.Opc.Viewer.XML
/src/Aardvark.Opc.Viewer/bin/Debug/Aardvark.Opc.Viewer.exe
/src/Aardvark.Opc.Viewer/bin/Debug/Aardvark.Opc.Viewer.exe.config
/src/Aardvark.Opc.Viewer/bin/Debug/Aardvark.Opc.Viewer.pdb
/src/Aardvark.Opc.Viewer/bin/Debug/FSharp.Core.dll
/src/Aardvark.Opc.Viewer/bin/Debug/FSharp.Core.xml
/src/Aardvark.Opc.Viewer/bin/Debug/System.ValueTuple.dll
/src/Aardvark.Opc.Viewer/bin/Release/Aardvark.Opc.Viewer.XML
/src/Aardvark.Opc.Viewer/packages.config
/src/Aardvark.Opc.Viewer/paket.references
/src/packages/System.ValueTuple.4.3.1/System.ValueTuple.4.3.1.nupkg
/src/packages/System.ValueTuple.4.3.1/ThirdPartyNotices.txt
/src/packages/System.ValueTuple.4.3.1/dotnet_library_license.txt
/src/packages/System.ValueTuple.4.3.1/lib/MonoAndroid10/_._
/src/packages/System.ValueTuple.4.3.1/lib/MonoTouch10/_._
/src/packages/System.ValueTuple.4.3.1/lib/netstandard1.0/.xml
/src/packages/System.ValueTuple.4.3.1/lib/netstandard1.0/System.ValueTuple.dll
/src/packages/System.ValueTuple.4.3.1/lib/portable-net40+sl4+win8+wp8/.xml
/src/packages/System.ValueTuple.4.3.1/lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll
/src/packages/System.ValueTuple.4.3.1/lib/xamarinios10/_._
/src/packages/System.ValueTuple.4.3.1/lib/xamarinmac20/_._
/src/packages/System.ValueTuple.4.3.1/lib/xamarintvos10/_._
/src/packages/System.ValueTuple.4.3.1/lib/xamarinwatchos10/_._
/src/packages/System.ValueTuple.4.3.1/ref/MonoAndroid10/_._
/src/packages/System.ValueTuple.4.3.1/ref/MonoTouch10/_._
/src/packages/System.ValueTuple.4.3.1/ref/xamarinios10/_._
/src/packages/System.ValueTuple.4.3.1/ref/xamarinmac20/_._
/src/packages/System.ValueTuple.4.3.1/ref/xamarintvos10/_._
/src/packages/System.ValueTuple.4.3.1/ref/xamarinwatchos10/_._
/src/Aardvark.Opc.Viewer/bin/Release
*.domaincache
/.paket
Expand All @@ -81,3 +52,5 @@ src\Aardvark.OpcViewer.psess
/aardium/dist
/aardium/yarn-error.log
/provex/result.obj
**/bin/Debug/**
**/bin/Release/**
Binary file modified lib/Native/JR.Wrappers/windows/AMD64/CooTransformation.dll
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 0 additions & 23 deletions lib/Native/JR.Wrappers/windows/AMD64/InstrumentDLL-LICENSE.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/Progress.dll
Binary file not shown.
7 changes: 0 additions & 7 deletions lib/Native/JR.Wrappers/windows/AMD64/SPICEKernels-LICENSE.txt

This file was deleted.

Binary file removed lib/Native/JR.Wrappers/windows/AMD64/Strings.dll
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 lib/Native/JR.Wrappers/windows/AMD64/msvcp120.dll
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/msvcp140.dll
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/msvcp140d.dll
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/msvcr120.dll
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/pugixml.dll
Binary file not shown.
Binary file removed lib/Native/JR.Wrappers/windows/AMD64/spice.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ group Test
nuget Expecto ~> 9.0.4
nuget Expecto.FsCheck ~> 9.0.4
nuget YoloDev.Expecto.TestSdk ~> 0.12.20

nuget FSharp.Data.Adaptive ~> 1.2.13

nuget Aardvark.Base ~> 5.2.13
nuget Aardvark.Base.Incremental ~> 5.2.13
nuget Aardvark.Base.FSharp ~> 5.2.13

nuget Aardvark.Rendering ~> 5.4.0
nuget Aardvark.Rendering.Text ~> 5.4.0
nuget Aardvark.SceneGraph ~> 5.4.0
nuget Aardvark.SceneGraph.IO ~> 5.4.0
nuget Aardvark.Application.Slim ~> 5.4.0
nuget Aardvark.Application.Slim.GL ~> 5.4.0
nuget Aardvark.Application.Slim.Vulkan ~> 5.4.0

nuget BenchmarkDotNet ~> 0.13.1

Expand Down
Loading

0 comments on commit 5a73120

Please sign in to comment.