Skip to content

Fix atomics 64bits - #9

Merged
pablogs9 merged 4 commits into
foxyfrom
feature/fix_atomics_64bits
Sep 17, 2020
Merged

Fix atomics 64bits#9
pablogs9 merged 4 commits into
foxyfrom
feature/fix_atomics_64bits

Conversation

@pablogs9

Copy link
Copy Markdown
Member

No description provided.

@pablogs9
pablogs9 requested a review from jamoralpAugust 6, 2020 08:56
@pablogs9
pablogs9 marked this pull request as draft August 6, 2020 09:55
@pablogs9
pablogs9force-pushed the feature/fix_atomics_64bits branch from 8419a18 to ac79c0fCompareSeptember 16, 2020 07:51
@pablogs9
pablogs9 requested review from ralph-lange and removed request for ralph-langeSeptember 16, 2020 07:59

@ralph-langeralph-lange left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll talk directly to you on more changes.

Comment threadsrc/atomic_64bits.c Outdated

#ifdef __cplusplus
}
#endif No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a final newline character.

Comment threadsrc/atomic_64bits.c Outdated
@@ -0,0 +1,86 @@
// Copyright 2018-2019 Open Source Robotics Foundation, Inc.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is a completely new file, you may mention eProsima as copyright holder.

@pablogs9
pablogs9force-pushed the feature/fix_atomics_64bits branch 2 times, most recently from f4f02a9 to 0042d51CompareSeptember 16, 2020 13:09
@pablogs9

Copy link
Copy Markdown
MemberAuthor

Hello @ralph-lange@jamoralp, can we discuss which hashing function can be used in the unit64_t * to bool * mapping?

I have found these ones but not sure if we are license compatible:

https://www.partow.net/programming/hashfunctions/#AvailableHashFunctions

@ralph-lange

Copy link
Copy Markdown

https://www.partow.net/programming/hashfunctions/#AvailableHashFunctions states at the end that these implementations come under MIT license. However, they are all for char*. What about using a function from http://burtleburtle.net/bob/hash/integer.html, which are public domain (cf. first sentence)?

Comment threadsrc/atomic_64bits.c Outdated
Comment threadsrc/atomic_64bits.c Outdated
jamoralpand others added 4 commits September 17, 2020 11:46
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
@pablogs9
pablogs9force-pushed the feature/fix_atomics_64bits branch from 6e438b5 to a3439d5CompareSeptember 17, 2020 09:46
@pablogs9
pablogs9 marked this pull request as ready for review September 17, 2020 11:15
@pablogs9
pablogs9 merged commit 4bee4ac into foxySep 17, 2020
@pablogs9
pablogs9 deleted the feature/fix_atomics_64bits branch September 17, 2020 12:53
pablogs9 added a commit that referenced this pull request Sep 17, 2020
pablogs9 added a commit that referenced this pull request Sep 17, 2020
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request Oct 9, 2020
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request Nov 4, 2020
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request Apr 15, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request May 5, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
pablogs9 added a commit that referenced this pull request May 5, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jul 8, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 9, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 10, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Nov 2, 2021
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jan 13, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jan 17, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jan 27, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Mar 2, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Mar 29, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Apr 1, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Apr 28, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request May 9, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request May 18, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request May 30, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request May 30, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jun 13, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jun 29, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jul 15, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jul 18, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Jul 26, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
pablogs9 added a commit that referenced this pull request Jul 29, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 4, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 11, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 12, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Aug 22, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Sep 5, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
pablogs9 added a commit that referenced this pull request Sep 8, 2022
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
Updates 17092020
Fix atomics 64bits (#9)
* micro-ROS changes over dashing
Feature/add security directory (#1)
* Added security directory
* Updated security directory
Feature/avoid filesystem and allocation (#2)
* Included RCUTILS_NO_FILESYSTEM and RCUTILS_AVOID_DYNAMIC_ALLOCATION
* Added no filesystem options
* Default allocators write access
* Avoid dynamic allocation and no filesytem on error handling
* Typo
* New flags for filesystem and avoid dynamic
* Error handling template
* New allocator approach
Add test_security_directory test from rcl. (#3)
Merge pull request #4 from micro-ROS/feature/zephyr_fixes
Feature/zephyr fixes
CMake refactor (#5)
Update approach (#6)
* Update approach
* Remove target_compile_definitions and refactor flags install
* Added RCUTILS_NO_FILESYSTEM on new functions
* Added RCUTILS_NO_FILESYSTEM on new functions
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
* Initial changes
* Add hashing and lock pool
* Updates
Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
Fix atomics 64bits (#9)
Updates 09102020
* Release micro-ROS Foxy (#8)
Update
Cleaning
Update
Update filesystem
Updates
Adjust logger level
Sign up for freeto 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.

3 participants

@pablogs9@ralph-lange@jamoralp