Skip to content

Changes

Summary

  1. Revert "Debug macosx-notarize.sh OOMKilled failures" (details)
Commit bad8bcabe581bb987e8a83d62810119095943129 by Bernd Hufmann
Revert "Debug macosx-notarize.sh OOMKilled failures"

This reverts commit fa7ca212f93721f731d5e1e2a00b80b2d7c740ad.
The file was modified scripts/macosx-notarize.sh (diff)

Summary

  1. ctf.core: Remove dependency to o.e.tc.common.core (details)
Commit ba85393446503eab75132a809a10b3e02537b0b7 by Bernd Hufmann
ctf.core: Remove dependency to o.e.tc.common.core

By removing this dependency this plug-in will be independent to other
Eclipse plug-ins and can be deployed as maven artifact with less
third-party dependencies.

Note, that class SaturatedArithmetic is copied from plug-in
org.eclipse.tracecompass.common.core. The original tests are refactored
and a test suite was added in ctf.core.tests added so that the new class
is tested, too.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/StructDefinition.java
The file was addedcommon/org.eclipse.tracecompass.common.core.tests/src/org/eclipse/tracecompass/common/core/tests/math/BaseSaturatedArithmeticTest.java
The file was modified common/org.eclipse.tracecompass.common.core.tests/src/org/eclipse/tracecompass/common/core/tests/math/SaturatedArithmeticTest.java
The file was addedctf/org.eclipse.tracecompass.ctf.core.tests/src/org/eclipse/tracecompass/ctf/core/tests/util/SaturatedArithmeticTest.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFStreamInputReader.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/event/types/AbstractArrayDefinition.java
The file was addedctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SaturatedArithmetic.java
The file was modified ctf/org.eclipse.tracecompass.ctf.core.tests/META-INF/MANIFEST.MF
The file was modified ctf/org.eclipse.tracecompass.ctf.core/META-INF/MANIFEST.MF