tmf.tests: Add tests for TmfStateSystemModule#isQueryable(long)
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core /
2016-05-09  Geneviève Bastientmf.tests: Add tests for TmfStateSystemModule#isQueryab...
2016-05-09  Geneviève Bastientmf: Do not define base aspects in the interface
2016-05-05  Matthew Khouzamtmf: make CallstackProvider entry and exit return TmfStates
2016-05-04  Alexandre Montplaisirtmf: Add a method to indicate if a ODA is user-defined
2016-05-04  Alexandre Montplaisirtmf: Make IOnDemandAnalysis#execute() throw an exception
2016-05-04  Alexandre Montplaisirtmf: Introduce IOnDemandAnalysisReport and correspondin...
2016-05-04  Alexandre Montplaisirlttng.ust: Split the function name into its own aspect...
2016-05-04  Geneviève Bastientmf: Fix the actual end time of state system modules
2016-05-04  Geneviève Bastientmf: Add the dependency level to the analyses' event...
2016-05-04  Geneviève Bastientmf.core: Add a dependency level to analyses
2016-05-04  Bruno Roytmf.core: Remove overriding methods
2016-05-04  Bernd Hufmanntmf: Introduce dependency level for event requests
2016-05-04  Geneviève Bastientmf: bug 492744 Reverse CAUSE and EFFECT in event matching
2016-05-03  Alexandre Montplaisirtmf: Introduce base class and extension point for on...
2016-05-03  Sonia Farrahtmf: change printStackTrace() to Activator.logError()
2016-05-03  Bruno Roytmf.core: Changed printStackTrace() for logError()
2016-05-02  Florian Moeschtmf.core: null type safety (added type annotation)
2016-04-27  Alexandre Montplaisirtmf: Introduce the notion of PID to the Callstack analysis
2016-04-26  Geneviève Bastientmf: Add a method to verify if analysis is ready at...
2016-04-25  Matthew Khouzamtmf.core: Internalize timestamp types
2016-04-22  Matthew Khouzamtmf.core: simplify timestamp implementations
2016-04-20  Alexandre Montplaisirtmf: Rework TmfTraceUtils#resolveIntEventAspectOfClassF...
2016-04-19  Matthew Khouzamtmf.core: Introduce TmfTimestamp factory methods
2016-04-19  Bernd Hufmanntmf: add events field analysis requirement class and...
2016-04-19  Alexandre Montplaisirtmf: Add generics to ITmfEventAspect
2016-04-15  Matthew Khouzamtmf: Make Analysis Requirements implement Predicates
2016-04-15  Geneviève Bastientmf: Add an event names requirement
2016-04-11  Geneviève Bastientmf: Move the analysis requirements to their own package
2016-04-05  Geneviève Bastientmf: Add an attribute pool for state system analyses
2016-03-30  Alexandre MontplaisirRemove "Analysis" from localized analysis names
2016-03-25  Alexandre MontplaisirFix new null warnings
2016-03-22  Patrick Tassetmf: Bug 489971: Premature processing of payload in...
2016-03-18  Patrick Tassetmf: Add collapsible event table header bar with applie...
2016-03-16  Geneviève Bastientmf: Add the ID to the analysis property
2016-03-16  Geneviève Bastiencommon: Add annotations to HashMultimap#create methods
2016-03-16  Matthew Khouzamtmf.core: Add cpu and thread to trace context
2016-03-15  Alexandre MontplaisirRemove unneeded checkNotNull() calls
2016-03-09  Geneviève Bastientmf: Set ITmfTraceWithPreDefinedEvents to @NonNull
2016-03-04  Geneviève Bastienss: Add utility method to increment an attribute by...
2016-03-04  Matthew Khouzamtmf.core: fix timestamp normalization clamping
2016-03-02  Jean-Christian Kouametmf : Move initialization steps of modules into analysi...
2016-03-02  Jean-Christian Kouametmf : Make waitForInitialization() return a boolean
2016-03-02  Jean-Christian Kouametmf : add waitForInitialization() to ITmfAnalysisModule...
2016-02-27  Matthew Khouzamtmf.all: use ITmfTimestamp#toNanos when possible
2016-02-26  Matthew Khouzamtmf.core: Introduce ITmfTimestamp#toNanos
2016-02-25  Bernd Hufmanntmf: fix regression in trace type detection
2016-02-23  Patrick Tassetmf: Bug 488042: TmfStatisticsModule returns null in...
2016-02-23  Bernd Hufmanntmf: move trace type detection utility to tmf.core
2016-02-19  Marc-Andre Laperletmf: Fix TestRefreshTextTrace failure because of bad...
2016-02-17  Geneviève Bastientmf: Add properties to the state system analyses
2016-02-09  Jean-Christian Kouametmf : Fix get analysis modules when executing analysis...
2016-02-02  Geneviève Bastientmf: change ITmfTraceProperties to a more generic ITmfP...
2016-01-27  Geneviève Bastientmf: Add a listener element to the analysis extension...
2016-01-07  Alexandre MontplaisirUse pom-less plugins where we can
2016-01-07  Geneviève BastienTMF: Bug 454283: Initialize all analysis modules before...
2016-01-05  Marc-Andre LaperleSome cleanups related to investigating redundant null...
2015-12-11  Marc-Andre Laperletmf: Bug 479675: Fix for index not being properly delet...
2015-12-10  Alexandre MontplaisirFix latest batch of null warnings
2015-12-08  Alexandre MontplaisirFix some null warnings
2015-12-07  Marc-Andre Laperlecommon: Annotate some Class.get*Name methods
2015-11-27  Jean-Christian Kouametmf : Remove inefficient new String(String) constructor
2015-11-26  Patrick Tassetmf: Fix unprocessed custom event content
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-25  Jean-Christian Kouametmf : Use of Activator.logError() instead of System...
2015-11-25  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuffer
2015-11-24  Jean-Christian Kouametmf : Remove inefficient new String(String) constructor
2015-11-24  Jean-Christian Kouametmf : Avoid concatenating nonliterals in StringBuilder
2015-11-19  Marc-Andre Laperletmf: Introduce resolveIntEventAspectOfClassForEvent
2015-11-19  Alexandre MontplaisirFix some null warnings
2015-11-17  Marc-Andre LaperleAnnotate parameters of Immutable collections copyOf...
2015-11-09  Patrick Tassetmf: Add Lost Events marker event source and factory
2015-11-09  Patrick Tassetmf: Add TmfTraceAdapterFactory
2015-10-30  Alexandre Montplaisirreleng: Transition to jdt.annotation 2.0
2015-10-29  Alexandre MontplaisirLink all plugins to the external annotation location
2015-10-27  Jean-Christian Kouametmf : use of the map values instead of keyset
2015-10-26  Patrick Tassetmf: Add TmfTraceAdapterManager
2015-10-26  Patrick Tassetmf: Improve bookmark and marker handling
2015-10-26  Alexandre MontplaisirRemove duplicate groupId and versions in pom.xml files
2015-10-23  Bernd Hufmanntmf: add comparator getter to ISegmentAspect interface
2015-10-23  Bernd Hufmanntmf: Introduce ISegmentAspect interfaces
2015-10-23  Bernd Hufmannanalysis: add abstract latency analysis module and...
2015-10-21  Alexandre MontplaisirBuild whole project with Java 8
2015-10-21  Francis GiraldeauTMF: Add extension point for parameter providers
2015-10-15  Cédric Biancheritmf: Add the possibility to choose the root node for...
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-02  Matthew Khouzamtmf.core: make ITmfCallsite getFileName @NonNull
2015-10-01  Marc-Andre Laperletmf: Add command to manually refresh traces
2015-09-29  Bernd Hufmanntmf: Bug 478578: Add weak binary validation to text...
2015-09-28  Alexandre Montplaisirlttng: Move the UST memory analysis to use ILttngUstEve...
2015-09-16  Bernd Hufmanntmf: Fix rounding error in seekEvent by ratio for TextT...
2015-09-11  Alexandre Montplaisirtmf: Merge TmfEventProvider#getType() and ITmfTrace...
2015-09-10  Marc-Andre Laperlectf: Fix unreliable handling of invalid location
2015-09-01  Marc-Andre Laperletmf: Fix Negative seek offset in indexer
2015-08-28  Patrick Tassetmf: Bug 476129: NullPointerException in GenerateTestVa...
2015-08-27  Alexandre Montplaisirtmf: Use getter methods instead of fields in TmfEvent...
2015-08-20  Marc-Andre Laperletmf: Make tracing log to stdout, like other Eclipse...
2015-08-20  Marc-Andre Laperletmf: Support resuming the trace index
next
This page took 0.047381 seconds and 8 git commands to generate.