You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CMake minimum required and Tier1
Signed-off-by: Raül <raulojeda@eprosima.com>
* Update cmake version in workflows
Signed-off-by: Raül <raulojeda@eprosima.com>
* Upgrade cmakeVersion in mac and windows too
Signed-off-by: Raül <raulojeda@eprosima.com>
* Upgrade osrf version
Signed-off-by: Raül <raulojeda@eprosima.com>
* Upgrade osrf version to 2.3.0
Signed-off-by: Raül <raulojeda@eprosima.com>
* Swig version change to swig4.1
Signed-off-by: Raül <raulojeda@eprosima.com>
* Add GCC 13 bug workaround in tests setting error as warning in uninitialized
Signed-off-by: Raül <raulojeda@eprosima.com>
* Test forcing swig version and try osrf 1.5.3
Signed-off-by: Raül <raulojeda@eprosima.com>
* Test forcing swig4.1
Signed-off-by: Raül <raulojeda@eprosima.com>
* Fix wrong apt package
Signed-off-by: Raül <raulojeda@eprosima.com>
* Osrf version 1.5.2
Signed-off-by: Raül <raulojeda@eprosima.com>
* Test previous gcc version
Signed-off-by: Raül <raulojeda@eprosima.com>
* Try fixing asan test Data Race
Signed-off-by: Raül <raulojeda@eprosima.com>
* Uncrustify
Signed-off-by: Raül <raulojeda@eprosima.com>
* Downgrade to GCC11 in alternative builds
Signed-off-by: Raül <raulojeda@eprosima.com>
* Go back to osrf 1.4.0
Signed-off-by: Raül <raulojeda@eprosima.com>
* Fix CXX uppercase bug in ci
Signed-off-by: Raül <raulojeda@eprosima.com>
* GCC12 log in tsan
Signed-off-by: Raül <raulojeda@eprosima.com>
* Fix null-dereference in asio alternative builds
Signed-off-by: Raül <raulojeda@eprosima.com>
* Update apt before install
Signed-off-by: Raül <raulojeda@eprosima.com>
* Use osrf 2.3.0
Signed-off-by: Raül <raulojeda@eprosima.com>
* Cmake clean cache on profilling tests build
Signed-off-by: Raül <raulojeda@eprosima.com>
* Set CXX_STANDARD as 17 in profiling tests cmakelists
Signed-off-by: Raül <raulojeda@eprosima.com>
* Use ubuntu 22 and gcc 12 in tsan test
Signed-off-by: Raül <raulojeda@eprosima.com>
* Downgrade to 3.22 because of tsan still using 3.22
Signed-off-by: Raül <raulojeda@eprosima.com>
* Also downgrade in thirdparty optionparser
Signed-off-by: Raül <raulojeda@eprosima.com>
* Downgrade also to 3.22 in tools fds Cmakelists
Signed-off-by: Raül <raulojeda@eprosima.com>
---------
Signed-off-by: Raül <raulojeda@eprosima.com>
More information about Platforms support and eProsima products compatibility can be found on [Fast DDS Documentation](https://fast-dds.docs.eprosima.com/en/latest/notes/versions.html#dependencies-and-compatibilities).
@@ -47,10 +47,10 @@ More information about Platforms support and eProsima products compatibility can
47
47
48
48
Tier 1 compilers and minimum supported versions:
49
49
50
-
* GCC 11.4[^d]
50
+
* GCC 13.2[^d]
51
51
* Clang 16
52
52
* MSVC v142 (Visual Studio 2019)
53
53
54
-
[^d]: Using GCC's Thread Sanitizer flags in conjunction with GCC 11 to analyze Fast DDS threaded behavior produces
54
+
[^d]: Using GCC's Thread Sanitizer flags in conjunction with GCC 13 to analyze Fast DDS threaded behavior produces
55
55
false positives on some uninstrumented synchronization calls.
56
-
Fast DDS's Thread Sanitizer Github Action uses GCC 12 for threading issues testing.
56
+
Fast DDS's Thread Sanitizer Github Action uses GCC 12 and Ubuntu 22 for threading issues testing.
0 commit comments