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 #92: `libmexclass_client_add_proxy_library` should link the client proxy library against the `libmex` shared library
#93
sgilmore10
closed
1 day ago
0
`libmexclass_client_add_proxy_library` should link the client proxy library against the `libmex` shared library
#92
sgilmore10
closed
1 day ago
0
Closes #90: Use MATLAB R2024b in `build.yml`.
#91
kevingurney
closed
2 days ago
0
Bump `matlab-actions/setup-matlab` to R2024b
#90
kevingurney
closed
1 day ago
1
Fix daily cron job
#89
kevingurney
closed
2 days ago
1
Closes #56: Create a pull request template
#88
kevingurney
closed
5 months ago
0
Closes #86: Add cron job to build `libmexclass` nightly
#87
sgilmore10
closed
5 months ago
1
Add cron job to build `libmexclass` nightly
#86
sgilmore10
closed
5 months ago
0
Closes #83: Pass `cache: true` to `matlab-actions/setup-matlab@v2` to speed up MATLAB installation
#85
sgilmore10
closed
6 months ago
0
Pass `cache: true` to `matlab-actions/setup-matlab@v2` to speed up MATLAB installation
#84
sgilmore10
opened
6 months ago
0
Closes #82: Explicitly specify the MATLAB version to use with `matlab-actions/setup-matlab` in `build.yml`
#83
sgilmore10
closed
6 months ago
0
Explicitly specify the MATLAB version to use with `matlab-actions/setup-matlab` in `build.yml`
#82
kevingurney
closed
6 months ago
0
Closes #80: Use specific versions of GitHub-hosted runners (e.g. `ubuntu-22.04`) for GitHub Actions workflows rather than `-latest` variants
#81
sgilmore10
closed
6 months ago
0
Use specific versions of GitHub-hosted runners (e.g. `ubuntu-22.04`) for GitHub Actions workflows rather than `-latest` variants
#80
kevingurney
closed
6 months ago
0
Closes #77: Add support for `maca64` to `CMakeLists.txt`
#79
sgilmore10
closed
6 months ago
0
Closes #76: Manually pass `matlab_add_mex` the required MEX libraries (e.g. `libmx`, `libmex`, and `libMatlabDataArray`)
#78
sgilmore10
closed
6 months ago
0
Add support for `maca64` to `CMakeLists.txt`
#77
kevingurney
closed
6 months ago
0
Manually pass `matlab_add_mex` the required MEX libraries (e.g. `libmx`, `libmex`, and `libMatlabDataArray`)
#76
sgilmore10
closed
6 months ago
0
Closes #73: Update `matlab-actions/setup-matlab` and `matlab-actions/run-command` to `v2`
#75
sgilmore10
closed
6 months ago
0
Closes #72: The `build.yml` GitHub Actions workflow fails on `macos-latest`
#74
sgilmore10
closed
6 months ago
0
Update `matlab-actions/setup-matlab` and `matlab-actions/run-command` to `v2`
#73
sgilmore10
closed
6 months ago
0
The `build.yml` GitHub Actions workflow fails on `macos-latest`
#72
sgilmore10
closed
6 months ago
0
Closes #70: Recycle proxy ids after they are unmanaged
#71
sgilmore10
closed
11 months ago
1
Recycle proxy ids after they are unmanaged
#70
sgilmore10
closed
11 months ago
0
Closes #58: `libmexclass` build sporadically fails on macOS and win64 GitHub Actions Runner
#69
sgilmore10
closed
11 months ago
1
Add a default constructor for `libmexclass.proxy.Proxy`
#68
kevingurney
opened
1 year ago
0
Closes #66: Add static "make"-style method called `create` to `Proxy`
#67
sgilmore10
closed
1 year ago
0
Add static "make"-style method called `create` to `Proxy`
#66
sgilmore10
closed
1 year ago
0
Closes #64: Create a class to represent proxy ids
#65
sgilmore10
closed
1 year ago
0
Create a class to represent proxy ids
#64
sgilmore10
closed
1 year ago
0
Closes #62: `ProxyManager::getProxy` adds elements to the map if the input `ID` doesn't already exist.
#63
sgilmore10
closed
1 year ago
0
`ProxyManager::getProxy` adds elements to the map if the input `ID` doesn't already exist.
#62
sgilmore10
closed
1 year ago
3
33: Add Error Handling Support
#61
sgilmore10
closed
1 year ago
0
Closes #46
#60
kevingurney
closed
1 year ago
0
Closes #45
#59
kevingurney
closed
1 year ago
0
`libmexclass` build sporadically fails on macOS and win64 GitHub Actions Runner
#58
kevingurney
closed
11 months ago
1
Remove logic for explicitly setting `INCLUDE_DIRECTORIES` from `INTERFACE_INCLUDE_DIRECTORIES` of `LINK_LIBRARIES` passed to `libmexclass_client_add_proxy_library`
#57
kevingurney
opened
1 year ago
1
Create a pull request template
#56
kevingurney
closed
5 months ago
0
Closes #54
#55
kevingurney
closed
1 year ago
1
Refactor `libmexclass` to expose CMake build system targets directly to clients and support usage via `FetchContent`
#54
kevingurney
closed
1 year ago
0
Enable setting Matlab_Root to point to MATLAB location
#53
duncanpo
closed
1 year ago
0
Closes #53
#52
duncanpo
closed
1 year ago
1
Closes #49
#51
kevingurney
closed
1 year ago
0
Update `README.md` to document available `libmexclass` CMake build system options
#50
kevingurney
opened
1 year ago
0
Support custom names for client subclasses of `libmexclass::proxy::Factory` (i.e. not just `CustomProxyFactory`)
#49
kevingurney
closed
1 year ago
0
Closes #47
#48
kevingurney
closed
1 year ago
0
Build client custom `Proxy` code as a separate shared library
#47
kevingurney
closed
1 year ago
0
Enable GitHub Actions workflow for Windows
#46
sreeharihegden
closed
1 year ago
0
Enable GitHub Actions workflow for Mac
#45
sreeharihegden
closed
1 year ago
0
Closes #36
#44
sreeharihegden
closed
1 year ago
0
Next