issues
search
mathworks
/
libmexclass
libmexclass is a MATLAB framework which enables users to implement the functionality of MATLAB classes in terms of equivalent C++ classes using MEX.
BSD 3-Clause "New" or "Revised" License
5
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Closes #42
#43
sreeharihegden
closed
1 year ago
0
Add an option to specify Windows runtime library dependencies to the `CMakeLists.txt` for `libmexclass`
#42
kevingurney
closed
1 year ago
0
Closes #34, #28, #27, #26
#41
sreeharihegden
closed
1 year ago
2
Closes #39
#40
kevingurney
closed
1 year ago
0
Add initial Linux GitHub Actions workflow
#39
kevingurney
closed
1 year ago
0
Closes #37
#38
kevingurney
closed
1 year ago
0
Remove dependence on `ccache` in `example/CMakeLists.txt`
#37
kevingurney
closed
1 year ago
0
Change `registerProxy` and `registerMethod` macros to use `UPPER_SNAKE_CASE`
#36
kevingurney
closed
1 year ago
0
Closes #32
#35
kevingurney
closed
1 year ago
0
Update `gateway()` calls to have a fixed packaged name
#34
sreeharihegden
closed
1 year ago
0
Consider having the ProxyManager return "Result"-like or "Status"-like objects for error handling
#33
sgilmore10
closed
1 year ago
0
Use one generic Proxy class instead of many subclasses
#32
kevingurney
closed
1 year ago
0
Closes #29, Closes #30
#31
kevingurney
closed
1 year ago
0
libmexclass.proxy.Proxy does not inherit from handle
#30
kevingurney
closed
1 year ago
0
"Delete" instead of "Destroy" is passed as the Action string to the MEX gateway call in the Proxy class delete method
#29
kevingurney
closed
1 year ago
0
Copy only the shared object and MATLAB executable files while building the example
#28
sreeharihegden
closed
1 year ago
0
Set action for `INSTALL_COMMAND` in example `CMakeLists.txt`.
#27
sreeharihegden
closed
1 year ago
0
Consider using Git repository URL for `LIBMEXCLASS_DIR` in example `CMakeLists.txt`
#26
sreeharihegden
closed
1 year ago
0
Consider renaming `LIBMEXCLASS_EXTERNAL_PROJECT_TARGET_NAME` in example to disambiguate from the imported libmexclass target.
#25
sreeharihegden
opened
1 year ago
0
Deleting the example file `Custom.m` that is no longer needed.
#24
sreeharihegden
closed
1 year ago
0
Tag TODO: lines with issue numbers
#23
jhughes-mw
opened
1 year ago
0
Suggest moving the gateway mex entry point into +libmexclass/
#22
jhughes-mw
closed
1 year ago
1
20
#21
jhughes-mw
closed
1 year ago
0
Enable using C++ namespaces and fully specified MATLAB class name for the Proxy
#20
sreeharihegden
closed
1 year ago
0
Remove file `Custom.m` from `libmexclass/example/matlab/+example/`
#19
sreeharihegden
closed
1 year ago
0
12.clang format
#18
jhughes-mw
closed
1 year ago
0
Add header for std::uint64_t
#17
jhughes-mw
closed
1 year ago
1
Clang errors about the std::uint64_t not being in namespace std
#16
jhughes-mw
closed
1 year ago
1
Make the proxy manager more thread safe
#15
jhughes-mw
closed
1 year ago
1
Add support for CUSTOM_PROXY_INCLUDE_DIR and CUSTOM_PROXY_LINK_LIBRARIES
#14
kevingurney
closed
1 year ago
0
Add support for CUSTOM_PROXY_INCLUDE_DIR and CUSTOM_PROXY_LINK_LIBRARIES
#13
kevingurney
closed
1 year ago
0
Add a clang-format file
#12
jhughes-mw
closed
1 year ago
0
Thread safety in ProxyManager.cpp
#11
jhughes-mw
closed
1 year ago
2
Install with Visual Studio build doesn't install the "Release" folder
#10
jhughes-mw
closed
1 year ago
1
Some DX ideas
#9
jhughes-mw
opened
1 year ago
0
Fix compilation and linking issues when building on Windows, using MSVC.
#8
lafiona
closed
1 year ago
1
Verify libmexclass and Car example builds successfully on Windows, using MSVC
#7
lafiona
closed
1 year ago
0
Add example of creating a custom Proxy subclass
#6
kevingurney
closed
1 year ago
0
Closes #4, Closes #6
#5
kevingurney
closed
1 year ago
0
Add CMake-based build system
#4
kevingurney
closed
1 year ago
0
Consider building with the MATLAB build tool
#3
acampbel
opened
2 years ago
0
Rename license file
#2
lafiona
closed
2 years ago
0
Add initial C++ classes with sample mex gateway function
#1
lafiona
closed
2 years ago
0
Previous