| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-14 | [Mac] Consistently specify rpaths for plug-ins | Mark Rowe | |
| C++ plug-ins now consistently use the `plugin_rpath` or `ui_plugin_rpath` macros to ensure they have `SKIP_BUILD_RPATH` set when building on Mac (i.e., no `LC_RPATH` is added). Rust plug-ins have their build.rs updated to only specify `-Wl,-rpath` when building for Linux. It is not needed on macOS. On macOS we instead explicitly specify an `@rpath`-relative install name. This doesn't change any behavior, but avoids leaving an absolute path as the library's install name and is consistent with CMake's behavior for C++ plug-ins. | |||
| 2025-08-08 | Update remaining projects to C++20 | Mark Rowe | |
| 2025-07-14 | Revert "Update Objective-C Workflow to use the meta workflow." | Brian Potchik | |
| This reverts commit 5bafe5c7bdb0b56037a0b5c573236f9c6367353a. | |||
| 2025-07-14 | Update Objective-C Workflow to use the meta workflow. | Brian Potchik | |
| 2025-07-13 | [ObjC] Handle LLIL_TAILCALL instructions when ↵ | Mark Rowe | |
| analysis.objectiveC.resolveDynamicDispatch is enabled | |||
| 2025-07-13 | [ObjC] Handle tail calls to objc_msgSend when applying call type adjustments | Mark Rowe | |
| 2025-07-13 | [ObjC] Fix an off-by-one error that would skip inlining of the first ↵ | Mark Rowe | |
| objc_msgSend stub | |||
| 2025-07-02 | Fix Objective-C dynamic dispatch setting. | Brian Potchik | |
| 2025-06-23 | Move workflow_objc to API repo, remove CFString & relptr renderers | kat | |
