Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
添加 .NET 7.0 桌面运行时链接
排除不必要的文件
  • Loading branch information
Ebola-Chan-bot committed Mar 7, 2023
1 parent b97c566 commit ab1fb10
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 29 deletions.
Binary file modified +MATLAB/+Lang/BuiltinBugFix.mlx
Binary file not shown.
Binary file modified +MATLAB/+internal/private/WindowsCall.mexw64
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ packages
**/x64
**/bin
**/My Project
**/obj
**/obj
**/*.deps.json
Binary file modified doc/GettingStarted.mlx
Binary file not shown.
23 changes: 0 additions & 23 deletions net7.0-windows/提权操作.deps.json

This file was deleted.

16 changes: 11 additions & 5 deletions 埃博拉酱 的 MATLAB 扩展 Extension.prj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
<param.authnamewatermark>埃博拉酱</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>一致行动党</param.company>
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,STL风格的容器(队列,栈,向量),事件时间记录器,生命周期所有者</param.summary>
<param.description>本包中所有函数均在MATLAB命名空间下,使用前需import。使用命名空间是一个好习惯,可以有效防止命名冲突,避免编码时不必要的代码提示干扰。
<param.summary>提供许多内置函数的bug修复(是的,我们有在替官方修bug)、功能升级版,以及一系列内置函数所欠缺,但却常用的增强功能(部分功能仅支持Windows系统)。例如,C++指针,Win32文件,内存映射文件,STL风格的容器(队列,栈,向量),事件时间记录器,生命周期所有者……</param.summary>
<param.description>埃博拉酱的MATLAB扩展工具包,提供一系列MATLAB内置函数所欠缺,但却常用的增强功能。还替官方修复了许多内置函数的bug。

View 埃博拉酱的 MATLAB 扩展 Extension on File Exchange

目录
本包中所有函数均在MATLAB命名空间下,使用前需import。使用命名空间是一个好习惯,可以有效防止命名冲突,避免编码时不必要的代码提示干扰。

+MATLAB
+Containers
Expand All @@ -21,7 +26,7 @@
+SpecFun
+SupportPkg 一键获取MATLAB硬件支持包
+UITools
每个代码文件内部都有详细文档,可以用doc命令查看。</param.description>
每个代码文件内部都有详细文档,可以用doc命令查看,此处仅列出函数签名、类公开接口和功能简介。</param.description>
<param.screenshot>${PROJECT_ROOT}\图标.png</param.screenshot>
<param.version>11.0.0</param.version>
<param.output>${PROJECT_ROOT}\埃博拉酱 的 MATLAB 扩展 Extension.mltbx</param.output>
Expand Down Expand Up @@ -59,7 +64,9 @@ packages
**/*.lib
**/*.pdb
Windows平台
**/*.sln</param.exclude.filters>
**/*.sln
提权操作
**/*.deps.json</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
Expand Down Expand Up @@ -124,7 +131,6 @@ Windows平台
<file>${PROJECT_ROOT}\README.md</file>
<file>${PROJECT_ROOT}\resources</file>
<file>${PROJECT_ROOT}\图标.png</file>
<file>${PROJECT_ROOT}\提权操作</file>
<file>${PROJECT_ROOT}\示例数据</file>
</fileset.rootfiles>
<fileset.depfun.included />
Expand Down

0 comments on commit ab1fb10

Please sign in to comment.