lttng: Add Next/Previous TID event action in CFV
[deliverable/tracecompass.git] / ctf /
2016-06-15  Alexandre Montplaisirtmf: Add utility method to search for events matching...
2016-06-01  Wassimctf.core: making some classes final
2016-05-31  Bernd Hufmanntmf: Bug 494689: fix failing name conflict handling...
2016-05-20  Alexandre Montplaisirctf: Add test for 8-byte integer sign extension bug
2016-05-20  Matthew Khouzamctf: fix bug 491382. Properly display bytefields
2016-05-17  Marc-Andre LaperleAdjust @since tags to 1.2 release
2016-05-13  Matthew Khouzamctf: Better explain IllegalStateException
2016-05-09  Geneviève Bastientmf: Do not define base aspects in the interface
2016-04-30  Marc-Andre LaperleSkip irrelevant modules when using Sonarqube 5.x
2016-04-19  Matthew Khouzamtmf.core: Introduce TmfTimestamp factory methods
2016-04-19  Bernd Hufmannlttng: Add analysis requirements for LTTng UST Call...
2016-04-19  Alexandre Montplaisirtmf: Add generics to ITmfEventAspect
2016-04-11  Matthew Khouzamctf: Add comments to CTFClock
2016-04-10  Marc-Andre LaperleIncrease timeouts for tests that have low values
2016-04-06  Matthew Khouzamctf: mini bitbuffer optimisation
2016-04-05  Alexandre Montplaisirctf: Explicitly create a Long object for Integer fields
2016-04-04  Matthew Khouzamctf: Replace StructDeclaration map with an array
2016-04-04  Matthew Khouzamcommon.core: annotate String#substring
2016-03-17  Alexandre Montplaisirctf: Increase ReadAllTraces test timeout to 1 minute
2016-03-15  Alexandre MontplaisirRemove unneeded checkNotNull() calls
2016-03-11  Bernd Hufmanntmf: Add SwtBot tests for importing as experiment
2016-03-04  Marc-Andre LaperleRevert "Revert "ctf: Fix slow test due to expected...
2016-02-27  Matthew Khouzamtmf.all: use ITmfTimestamp#toNanos when possible
2016-02-10  Alexandre Montplaisirctf: Ignore invalid clock description elements
2016-02-09  Marc-Andre Laperlecommon: Add NonNull external annotation to File.getName
2016-02-04  Marc-Andre Laperlectf: Increase time-out of CtfTestSuiteTest
2016-02-03  Marc-Andre LaperleRevert "ctf: Fix slow test due to expected timeout"
2016-02-02  Marc-Andre Laperlectf: Fix slow test due to expected timeout
2016-02-02  Geneviève Bastientmf: change ITmfTraceProperties to a more generic ITmfP...
2016-01-31  Matthew Khouzamctf: expose UTC offset in trace properties
2016-01-29  Marc-Andre Laperlectf: Fix StandardImportAndReadSmokeTest on Eclipse...
2016-01-29  Matthew Khouzamctf: Attempt to gracefully recover from a malformed...
2016-01-28  Matthew Khouzamctf: annotate StructDeclaration#addField to @NonNull
2016-01-28  Matthew Khouzamctf.tests: remove one test trace from ignored list
2016-01-27  Patrick TasseChange unnecessary declaration of thrown exception...
2016-01-27  Matthew Khouzamctf: remove StructDeclaration#getFields()
2016-01-27  Matthew Khouzamctf: enhance unit tests around EnumDeclaration
2016-01-25  Marc-Andre Laperlectf: Speed up TestInvalidCtfTrace
2016-01-25  Marc-Andre Laperlectf: Speed up StandardImportAndReadSmokeTest
2016-01-22  Matthew KhouzamMake LostEventDeclaration final
2016-01-21  Matthew Khouzamctf: Introduce IEventDefinition
2016-01-19  Matthew Khouzamctf: no longer rely on default character encoding in...
2016-01-18  Matthew Khouzamctf: no longer invoke new String() in Metadata.java
2016-01-18  Matthew Khouzamctf: fix Modifier order to always be static final
2016-01-18  Matthew Khouzamctf: make all parser implementations final classes
2016-01-14  Matthew Khouzamctf: split up IOStructGen into 44 files
2016-01-07  Alexandre MontplaisirUse pom-less plugins where we can
2016-01-06  Marc-Andre LaperleRemove API tooling from test plugins
2015-12-18  Matthew Khouzamctf: make computeAttributeMap return a Map instead...
2015-12-18  Matthew Khouzamctf: fix modifier order of @Nullable annotation
2015-12-18  Matthew Khouzamtmf.ctf: Accelerate ByteArrayDefintion parsing
2015-12-18  Matthew Khouzamctf: Collapse if statement in StructDefinition
2015-12-18  Alexandre MontplaisirRemove all "AllTests" suites
2015-12-17  Matthew Khouzamctf: make CtfTmfEvent expose packet context attributes
2015-12-17  Matthew Khouzamctf: expose stream in CtfTmfEvent
2015-12-17  Matthew Khouzamctf: Make packet descriptor information available to...
2015-12-16  Matthew Khouzamctf: Expose map of attributes in Packet Descriptor
2015-12-16  Matthew Khouzamctf: make SIPIE enums store both key and value
2015-12-16  Matthew Khouzamctf: Introduce ICTFStream
2015-12-16  Marc-Andre LaperleDisable overlay scrollbars when running tests to preven...
2015-12-15  Matthew Khouzamctf: make HashMap child a Map and extract lookupStructScope
2015-12-14  Marc-Andre Laperlectf: Fix InvalidPathException in CtfTmfTraceValidateTes...
2015-12-12  Marc-Andre Laperlectf: Fixed leaked file handle when calling CTFTraceRead...
2015-12-10  Patrick Tassectf: Delete and regenerate trace for tests in LttngKern...
2015-12-10  Alexandre MontplaisirUse maven-enforcer-plugin to enforce minimum versions
2015-12-10  Alexandre MontplaisirFix latest batch of null warnings
2015-12-09  Bernd Hufmanntmf: fix ctf validation tests due to missing traces
2015-12-08  Alexandre MontplaisirFix some null warnings
2015-12-08  Patrick Tassectf: Add lost events to synthetic LTTng kernel trace...
2015-12-08  Patrick Tassectf: Fix lost events timestamp in CTFPacketReader
2015-12-02  Matthew Khouzamctf: preserve byte order if explicitly set in a typedef
2015-12-02  Matthew Khouzamctf: do not assume endianness of integers for singletons
2015-12-02  Matthew Khouzamcommon: Annotate ByteOrder#getNativeOrder
2015-12-02  Matthew Khouzamctf: remove some null warnings in TmfTraceManagerTest
2015-12-01  Marc-Andre Laperlecommon: Annotate some methods in ByteBuffer
2015-11-26  Marc-Andre Laperletmf: Try to make the shell fully visible in SWTBot...
2015-11-24  Matthew Khouzamctf: support event-header-less traces
2015-11-24  Matthew Khouzamctf: Support Streamless packet readers
2015-11-23  Alexandre MontplaisirAnnotate StringBuilder.toString()
2015-11-21  Marc-Andre Laperlectf: reduce cyclomatic complexity of StreamInputPacketI...
2015-11-20  Matthew Khouzamctf: Introduce IPacketReader
2015-11-20  Matthew Khouzamctf: simplify search
2015-11-19  Alexandre MontplaisirFix some null warnings
2015-11-18  Alexandre Montplaisirctf: Restore the downloading of the ctf-testsuite
2015-11-12  Patrick Tassectf: Fix CtfTmfLostEvent time range does not use timest...
2015-11-02  Alexandre Montplaisirctf: Fix simple Javadoc warning
2015-10-30  Matthew Khouzamcommon: Annotate some methods in String
2015-10-30  Alexandre Montplaisirreleng: Transition to jdt.annotation 2.0
2015-10-29  Alexandre MontplaisirAdd null checks for methods missing them
2015-10-29  Alexandre MontplaisirLink all plugins to the external annotation location
2015-10-26  Alexandre MontplaisirRemove duplicate groupId and versions in pom.xml files
2015-10-23  Alexandre Montplaisirctf: Assign a CtfTmfEventFactory to each trace
2015-10-22  Marc-Andre Laperlectf: Fix ExperimentBenchmark use of tracecompass-test...
2015-10-21  Matthew Khouzamctf: cache file name
2015-10-21  Alexandre MontplaisirBuild whole project with Java 8
2015-10-16  Alexandre Montplaisirctf: Depend on the tracecompass-test-traces project
2015-10-13  Alexandre MontplaisirAdd null-checks for Map.get()
2015-10-06  Marc-Andre LaperleChange some @since to 1.1 for things that were really...
2015-10-01  Alexandre Montplaisirlttng: Add utility methods to get CTF tracer versions
2015-09-30  Alexandre Montplaisirctf: Remove the callsite support
next
This page took 0.055306 seconds and 8 git commands to generate.