lttng : Remove inefficient new String(String) constructor
[deliverable/tracecompass.git] / tmf /
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  Marc-Andre Laperletmf: add missing jdt.annotation on tmf.remote.ui.swtbot...
2015-11-24  Jean-Christian Kouametmf : Remove inefficient new String(String) constructor
2015-11-24  Jean-Christian Kouametmf : Use StringBuilder in TmfRawEventViewer
2015-11-24  Jean-Christian Kouametmf : Add constant modifier to fields in TimeGraphViewer
2015-11-24  Jean-Christian Kouametmf : Avoid concatenating nonliterals in StringBuilder
2015-11-24  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-24  Jean-Christian Kouametmf : Avoid concatenating nonliterals in a StringBuilder
2015-11-24  Alexandre MontplaisirAdd annotations for Map.keySet() and .values()
2015-11-21  Marc-Andre Laperletmf: Fix remote test failing on Windows
2015-11-21  Jean-Christian Kouametmf : Replace String() by an empty string "" in getHelpText
2015-11-21  Jean-Christian Kouametmf : Remove literals duplication in TmfXmlReadWriteSta...
2015-11-20  Matthew Khouzamctf: Introduce IPacketReader
2015-11-20  Jean-Christian Kouametmf : Remove duplicate literals in TmfRawEventViewer
2015-11-20  Jean-Christian Kouametmf : Refactoring the comments in TmfRawEventViewer
2015-11-20  Jonathan Rajottetmf: log when an error message is displayed in a MessageBox
2015-11-20  Jean-Christian Kouametmf : Use Arrays.asList() instead of a loop
2015-11-20  Patrick Tassetmf: Add check for ineffective setters in AbstractTimeG...
2015-11-20  Patrick Tassetmf: Make call stack view extend AbstractTimeGraphView
2015-11-20  Patrick Tassetmf: Call synchingToTime in AbstractTimeGraphView when...
2015-11-20  Patrick Tassetmf: Allow AbstractTimeGraphView subclass to set filter...
2015-11-20  Patrick Tassetmf: Make entry comparator apply recursively in Abstrac...
2015-11-20  Patrick Tassetmf: Fix wrong time for synchingToTime in AbstractTimeG...
2015-11-20  Patrick Tassetmf: Increase visibility of startZoomThread in Abstract...
2015-11-19  Marc-Andre Laperletmf: Introduce resolveIntEventAspectOfClassForEvent
2015-11-19  Bernd Hufmanntmf: move custom parser tests from tmf.ui.tests to...
2015-11-19  Bernd Hufmanntmf: enable and fix o.e.tc.tmf.ui.tests.trace test...
2015-11-19  Alexandre MontplaisirFix some null warnings
2015-11-19  Marc-Andre Laperletmf: Make CustomText/Xml test wait until wizard shell...
2015-11-18  Jean-Christian Kouametmf : remove duplicated lines in TimeGraphScale.java
2015-11-18  Marc-Andre Laperletmf: Make Import/Export package test wait until wizard...
2015-11-17  Marc-Andre Laperletmf: Fix alignment SWTBot test at low resolution
2015-11-17  Marc-Andre LaperleAnnotate parameters of Immutable collections copyOf...
2015-11-17  Alexandre MontplaisirAnnotate Guava Immutable collections
2015-11-16  Jean-Christian Kouametmf : use of StringBuilder.append() instead of operator...
2015-11-12  Marc-Andre Laperletmf: Fix SWTBot test on Windows related to short temp...
2015-11-12  Patrick Tassetmf: Fix trace markers with experiments in AbstractTime...
2015-11-09  Patrick Tassetmf: Add Lost Events marker event source and factory
2015-11-09  Patrick Tassetmf: Add TmfTraceAdapterFactory
2015-11-09  Patrick Tassetmf: Support adjustment of time graph window range...
2015-11-09  Patrick Tassetmf: CallStackView sets wrong bounds
2015-11-09  Patrick Tassetmf: Add keyboard shortcuts for Next/Previous Marker
2015-11-03  Jean-Christian Kouametmf : Change the order of modifiers of reinitializeChar...
2015-10-31  Matthew KhouzamTMF: Fix behavior of XML time graph views with experiments
2015-10-30  Alexandre MontplaisirReplace instances of FluentIterable with Java 8 Streams
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  Patrick Tassetmf: Add drop-down to Next Marker action to set navigat...
2015-10-29  Patrick Tassetmf: Add Show Markers menu for time graph viewer
2015-10-29  Patrick Tassetmf: Support navigation for all markers in time graph...
2015-10-29  Patrick Tassetmf: Support marker event categories
2015-10-29  Alexandre MontplaisirLink all plugins to the external annotation location
2015-10-27  Alexandre Montplaisirtmf: Allow ITmfSourceLookup to open files outside the...
2015-10-27  Jean-Christian Kouametmf : extract duplicate code into sortNodes() in GraphNode
2015-10-27  Jean-Christian Kouametmf : use of the map values instead of keyset
2015-10-26  Patrick Tassetmf: Support trace-specific markers in AbstractTimeGrap...
2015-10-26  Patrick Tassetmf: Add TmfTraceAdapterManager
2015-10-26  Patrick Tassetmf: Add previous full state in AbstractStateSystemTime...
2015-10-26  Patrick Tassetmf: Improve bookmark and marker handling
2015-10-26  Alexandre Montplaisirtmf: Also dispose the inner table of TmfSimpleTableViewer
2015-10-26  Alexandre MontplaisirRemove duplicate groupId and versions in pom.xml files
2015-10-26  Bernd Hufmannlttng: Provide tooltip for latency scatter chart
2015-10-23  Bernd Hufmannlttng: Add latency statistics
2015-10-23  Bernd Hufmanntmf: add comparator getter to ISegmentAspect interface
2015-10-23  Bernd Hufmannanalysis: introduce abstract latency analysis table
2015-10-23  Bernd Hufmanntmf: Introduce ISegmentAspect interfaces
2015-10-23  Bernd Hufmannanalysis: add abstract latency analysis module and...
2015-10-22  Francis Giraldeaulttng: Add the link between the control flow view and...
2015-10-22  Matthew Khouzamtmf.ui: Move TmfEventsTable listeners from anonymous...
2015-10-21  Alexandre MontplaisirBuild whole project with Java 8
2015-10-21  Bernd Hufmannanalysis: add plug-ins for timing related analyses...
2015-10-21  Francis GiraldeauTMF: Add extension point for parameter providers
2015-10-21  Francis Giraldeaulttng: Add the dependency graph model and handlers...
2015-10-16  Patrick Tassetmf: Bug 479994: TmfTraceSelectedSignal not sent when...
2015-10-16  Alexandre Montplaisirctf: Depend on the tracecompass-test-traces project
2015-10-16  Matthew Khouzamlttng: Add time alignment work to scatter chart
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-08  Marc-Andre Laperletmf: Allow refreshing manually all ITmfTraceEditors...
2015-10-06  Marc-Andre Laperletmf: Fix minor typo in test
2015-10-06  Marc-Andre Laperletmf: Fix time-axis alignment for cases where the series...
2015-10-06  Marc-Andre LaperleChange some @since to 1.1 for things that were really...
2015-10-06  Marc-Andre LaperleAdd Trace Compass 1.1 baseline, fix some API errors
2015-10-02  Matthew Khouzamtmf.core: make ITmfCallsite getFileName @NonNull
2015-10-02  Patrick Tassetmf: Link bookmarks with resource markers in abstract...
2015-10-02  Patrick Tassetmf: Support user bookmarks in time graph
2015-10-02  Marc-Andre Laperletmf: Add SWTBot tests for manually refresh of traces
2015-10-02  Patrick Tasseswtbot: Add some failure messages to test conditions
2015-10-01  Marc-Andre Laperletmf: Add command to manually refresh traces
2015-10-01  Jean-Christian Kouametmf: Delete unused code in GraphNode
2015-09-30  Jean-Christian Kouametmf : Redefine CompareTo() in EventOccurrenceObject
2015-09-30  Patrick Tassetmf: Support markers in abstract time graph views
2015-09-30  Jean-Christian Kouametmf: Avoid duplicate literals in GraphNode
2015-09-30  Jean-Christian Kouametmf.ui : Iterate in OffsetTraceHandler using the entrys...
2015-09-29  Jean-Christian Kouametmf.ui : use an entryset instead of a keyset in the...
2015-09-29  Bernd Hufmanntmf: Bug 478578: Add weak binary validation to text...
2015-09-29  Bernd Hufmanntmf: Bug 467751: Re-introduce fix for concurrency bug
next
This page took 0.049682 seconds and 8 git commands to generate.