111 Commits

Author SHA1 Message Date
wtudio
69ccda4268
fix iceoryx plugin example (#25) 2024-10-14 18:48:07 +08:00
zhangyi1357
e83c3ce8fe
build: reorganize CMake settings for better clarity (#23)
Streamline CMake configuration by consolidating compiler options and ensuring consistent export of compile commands, enhancing the build process especially for MSVC and Windows environments.
2024-10-14 17:49:01 +08:00
zhangyi1357
10153950c8
build: add Windows specific compile option for ssize_t (#24)
* build: add Windows specific compile option for ssize_t

Ensure compatibility on Windows by defining ssize_t as int for the gRPC plugin. This adjustment prevents potential type-related issues during compilation.

* chore: include string header for message handling

Ensure that the string functionality is available for improved message processing.
2024-10-14 17:48:07 +08:00
AimRT
515fc49c2d
Update feature_request.md 2024-10-14 12:42:55 +08:00
zhangyi1357
793418f0a2 update 2024-10-14 09:45:07 +08:00
AimRT
7e4a55c39d
CI: Add GitHub Actions to test on multiple platforms (amd64, arm64, msvc) (#22)
feat: 添加 AIMRT github action

Key features of this workflow:
Runs automated tests on the mentioned platforms using matrix strategy in GitHub Actions.
Ensures that the code compiles and runs correctly on each platform.
The workflow is automatically triggered whenever the "ci ready" label is applied to a pull request or a new release is published, ensuring thorough testing and validation at critical stages of the development process.

---------
Co-authored-by: yuguanlin <yuguanlin@agibot.com>
2024-10-12 20:51:43 +08:00
zhangyi1357
7d5fe68319 update 2024-09-30 17:22:32 +08:00
AimRT
28664a53bd
Update issue templates 2024-09-26 17:21:05 +08:00
AimRT
ac0e1f8b53
Merge pull request #1 from zhangyi1357/misc
docs: add code of conduct and contribution guidelines
2024-09-25 09:58:28 +08:00
zhangyi
d0e3c67c9b feat: add code of conduct and contribution guidelines
Establish a community code of conduct to foster a respectful and inclusive environment, and provide comprehensive contribution guidelines to streamline project participation for all contributors.
2024-09-25 09:54:34 +08:00
wtudio
d2d7b0495d update v0.8.0 v0.8.0 2024-09-23 16:01:31 +08:00