Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mathworks/libmexclass issues and pull requests

#71 - Closes #70: Recycle proxy ids after they are unmanaged

Pull Request - State: closed - Opened by sgilmore10 10 months ago - 1 comment

#70 - Recycle proxy ids after they are unmanaged

Issue - State: closed - Opened by sgilmore10 10 months ago

#68 - Add a default constructor for `libmexclass.proxy.Proxy`

Issue - State: open - Opened by kevingurney about 1 year ago
Labels: enhancement

#67 - Closes #66: Add static "make"-style method called `create` to `Proxy`

Pull Request - State: closed - Opened by sgilmore10 about 1 year ago
Labels: enhancement

#66 - Add static "make"-style method called `create` to `Proxy`

Issue - State: closed - Opened by sgilmore10 about 1 year ago

#65 - Closes #64: Create a class to represent proxy ids

Pull Request - State: closed - Opened by sgilmore10 about 1 year ago
Labels: enhancement

#64 - Create a class to represent proxy ids

Issue - State: closed - Opened by sgilmore10 about 1 year ago

#61 - 33: Add Error Handling Support

Pull Request - State: closed - Opened by sgilmore10 over 1 year ago

#60 - Closes #46

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#59 - Closes #45

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#58 - `libmexclass` build sporadically fails on macOS and win64 GitHub Actions Runner

Issue - State: closed - Opened by kevingurney over 1 year ago - 1 comment
Labels: bug

#56 - Create a pull request template

Issue - State: open - Opened by kevingurney over 1 year ago
Labels: enhancement

#55 - Closes #54

Pull Request - State: closed - Opened by kevingurney over 1 year ago - 1 comment
Labels: enhancement

#53 - Enable setting Matlab_Root to point to MATLAB location

Issue - State: closed - Opened by duncanpo over 1 year ago

#52 - Closes #53

Pull Request - State: closed - Opened by duncanpo over 1 year ago - 1 comment
Labels: enhancement

#51 - Closes #49

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#50 - Update `README.md` to document available `libmexclass` CMake build system options

Issue - State: open - Opened by kevingurney over 1 year ago
Labels: enhancement

#48 - Closes #47

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#47 - Build client custom `Proxy` code as a separate shared library

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#46 - Enable GitHub Actions workflow for Windows

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: enhancement

#45 - Enable GitHub Actions workflow for Mac

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: enhancement

#44 - Closes #36

Pull Request - State: closed - Opened by sreeharihegden over 1 year ago

#43 - Closes #42

Pull Request - State: closed - Opened by sreeharihegden over 1 year ago

#41 - Closes #34, #28, #27, #26

Pull Request - State: closed - Opened by sreeharihegden over 1 year ago - 2 comments

#40 - Closes #39

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#39 - Add initial Linux GitHub Actions workflow

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#38 - Closes #37

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#37 - Remove dependence on `ccache` in `example/CMakeLists.txt`

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#36 - Change `registerProxy` and `registerMethod` macros to use `UPPER_SNAKE_CASE`

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#35 - Closes #32

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#34 - Update `gateway()` calls to have a fixed packaged name

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: enhancement

#32 - Use one generic Proxy class instead of many subclasses

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#31 - Closes #29, Closes #30

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: bug

#30 - libmexclass.proxy.Proxy does not inherit from handle

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: bug

#27 - Set action for `INSTALL_COMMAND` in example `CMakeLists.txt`.

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: todo

#24 - Deleting the example file `Custom.m` that is no longer needed.

Pull Request - State: closed - Opened by sreeharihegden over 1 year ago

#23 - Tag TODO: lines with issue numbers

Issue - State: open - Opened by jhughes-mw over 1 year ago
Labels: todo

#22 - Suggest moving the gateway mex entry point into +libmexclass/

Issue - State: closed - Opened by jhughes-mw over 1 year ago - 1 comment
Labels: duplicate

#21 - 20

Pull Request - State: closed - Opened by jhughes-mw over 1 year ago

#20 - Enable using C++ namespaces and fully specified MATLAB class name for the Proxy

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: enhancement

#19 - Remove file `Custom.m` from `libmexclass/example/matlab/+example/`

Issue - State: closed - Opened by sreeharihegden over 1 year ago
Labels: documentation

#18 - 12.clang format

Pull Request - State: closed - Opened by jhughes-mw over 1 year ago

#17 - Add header for std::uint64_t

Pull Request - State: closed - Opened by jhughes-mw over 1 year ago - 1 comment

#16 - Clang errors about the std::uint64_t not being in namespace std

Issue - State: closed - Opened by jhughes-mw over 1 year ago - 1 comment
Labels: bug

#15 - Make the proxy manager more thread safe

Pull Request - State: closed - Opened by jhughes-mw over 1 year ago - 1 comment

#14 - Add support for CUSTOM_PROXY_INCLUDE_DIR and CUSTOM_PROXY_LINK_LIBRARIES

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#13 - Add support for CUSTOM_PROXY_INCLUDE_DIR and CUSTOM_PROXY_LINK_LIBRARIES

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#12 - Add a clang-format file

Issue - State: closed - Opened by jhughes-mw over 1 year ago
Labels: todo

#11 - Thread safety in ProxyManager.cpp

Issue - State: closed - Opened by jhughes-mw over 1 year ago - 2 comments
Labels: todo

#10 - Install with Visual Studio build doesn't install the "Release" folder

Issue - State: closed - Opened by jhughes-mw over 1 year ago - 1 comment
Labels: bug, duplicate

#9 - Some DX ideas

Issue - State: open - Opened by jhughes-mw over 1 year ago
Labels: DX

#8 - Fix compilation and linking issues when building on Windows, using MSVC.

Pull Request - State: closed - Opened by lafiona over 1 year ago - 1 comment

#7 - Verify libmexclass and Car example builds successfully on Windows, using MSVC

Issue - State: closed - Opened by lafiona over 1 year ago
Labels: bug

#6 - Add example of creating a custom Proxy subclass

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#5 - Closes #4, Closes #6

Pull Request - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#4 - Add CMake-based build system

Issue - State: closed - Opened by kevingurney over 1 year ago
Labels: enhancement

#3 - Consider building with the MATLAB build tool

Issue - State: open - Opened by acampbel almost 2 years ago
Labels: enhancement

#2 - Rename license file

Pull Request - State: closed - Opened by lafiona about 2 years ago

#1 - Add initial C++ classes with sample mex gateway function

Pull Request - State: closed - Opened by lafiona about 2 years ago