Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix atomics on Windows #49

Merged
merged 2 commits into from
Apr 24, 2016
Merged

Fix atomics on Windows #49

merged 2 commits into from
Apr 24, 2016

Conversation

jacquelinekay
Copy link
Contributor

in the macros for atomic instructions on Windows, the object variable is a pointer to an int, so it will always be 64-bit for 64-bit systems or 32-bit for 32-bit systems. The macros were not defined for 8-bit integer sizes so I added them in here. Also added error-checking for unsupported types.

@jacquelinekay jacquelinekay added the in progress Actively being worked on (Kanban column) label Apr 23, 2016
@jacquelinekay jacquelinekay mentioned this pull request Apr 23, 2016
4 tasks
@wjwwood
Copy link
Member

wjwwood commented Apr 24, 2016

lgtm

@jacquelinekay jacquelinekay merged commit 148962d into master Apr 24, 2016
@jacquelinekay jacquelinekay removed the in progress Actively being worked on (Kanban column) label Apr 24, 2016
@jacquelinekay jacquelinekay deleted the atomics branch April 24, 2016 21:24
emersonknapp pushed a commit to aws-ros-dev/rcl that referenced this pull request Jun 3, 2019
Factor out python data used in logging_macros empy template
ivanpauno pushed a commit that referenced this pull request Jan 2, 2020
Add rmw_waitset_t and create/destroy functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants