tmf: Fix time stamp format help button in custom parser wizards
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core /
2014-02-24  Patrick Tassetmf: Update Time Format preference page and defaults
2014-02-24  Patrick Tassetmf: Support TmfTimestampFormat in custom parsers
2014-02-24  Patrick Tassetmf: Support fraction of second in TmfTimestampFormat
2014-02-21  Alexandre Montplaisirtmf: Remove the TRACEBUNDLE and TRACEICON properties
2014-02-21  Alexandre Montplaisirtmf: Move the tmftracetype extension point to tmf.core
2014-02-19  Matthew Khouzamtmf: Add default custom Xml parsers
2014-02-19  Bernd Hufmanntmf: Add attribute isDirectory to the trace type extens...
2014-02-19  Matthew Khouzamtmf: add initial place for default custom text trace...
2014-02-19  Geneviève BastienTMF: Create an analysis listener for the outputs define...
2014-02-19  Geneviève BastienTMF: Add new analysis module listener called when modul...
2014-02-19  Geneviève BastienTMF: Added the possibility to define analysis outputs...
2014-02-18  Alexandre Montplaisirtmf: Use explicit annotations in ITmfAnalysisModuleWith...
2014-02-17  Alexandre Montplaisirtmf: Remove getStateSystemID() from the module's API
2014-02-15  Alexandre Montplaisirtmf: Remove HistoryBuilder and TmfStateSystemFactory
2014-02-14  Patrick Tassetmf: Add automatic trace type detection to import trace...
2014-02-14  Alexandre Montplaisirtmf: Use full history backend by default
2014-02-13  Patrick Tassetmf: Update CTF and custom trace validation
2014-02-13  Patrick Tassetmf: Add TextTrace abstract class with trace validation...
2014-02-12  Bernd Hufmanntmf: Rework trace import wizard
2014-02-12  Alexandre Montplaisirlttng: Migrate LTTng-UST CallStack to the analysis...
2014-02-12  Alexandre Montplaisirtmf: Transition custom parsers to the new location
2014-02-12  Alexandre Montplaisirtmf: Move the Statistics tests to the analysis API
2014-02-11  Alexandre Montplaisirtmf: Protect HTNode accesses with a reader/writer lock
2014-02-11  Alexandre Montplaisirtmf: Synchronize accesses to HistoryTree's latest branch
2014-02-07  Alexandre Montplaisirtmf: Store the ID in the state system itself
2014-02-07  Alexandre Montplaisirtmf: Add a waitForCompletion() with no parameter to...
2014-02-06  Alexandre Montplaisirtmf: Handle empty traces with the abstract state provider
2014-02-06  Florian Winingertmf : fix for CtfIterator getCurrentEvent()
2014-02-06  Alexandre Montplaisirtmf: Avoid hanging when waiting on a cancelled analysis
2014-02-04  Alexandre Montplaisirtmf: Move TmfTraceType and custom parsers to tmf.core
2014-02-04  Alexandre Montplaisirtmf: Support live-reading in the Statistics View
2014-02-04  Alexandre Montplaisirtmf: Make StateValueType and TimeRange exceptions into...
2014-02-03  Alexandre Montplaisirtmf: Remove TmfStatsUpdatedSignal
2014-02-03  Alexandre Montplaisirtmf: Move the trace statistics to the analysis framework
2014-02-03  Alexandre Montplaisirtmf: Rework analysis-returning methods in ITmfTrace
2014-01-31  Patrick Tasselttng: Support live updating of Control Flow view and...
2014-01-28  Bernd Hufmanntmf: Move creation of timer to init method instead...
2014-01-27  Alexandre Montplaisirtmf: Fix reading HTNodes while the tree is being built
2014-01-27  Alexandre Montplaisirtmf: Cleanup TmfEventProvider
2014-01-27  Alexandre Montplaisirtmf: Make TransientState really re-entrant
2014-01-27  Alexandre Montplaisirtmf: Dispose analysis modules when the trace is disposed
2014-01-27  Alexandre Montplaisirtmf: Synchronize interval accesses in InMemoryBackend
2014-01-27  Alexandre Montplaisirtmf: Add a waitForInitialization() to the state system...
2014-01-27  Alexandre Montplaisirtmf: Enforce non-null state sytem backends
2014-01-23  Bernd Hufmanntmf: Change to timer based coalescing of background...
2014-01-21  Alexandre Montplaisirtmf: Fix usage of readNode() method in HistoryTree
2014-01-21  Alexandre Montplaisirtmf: Don't return -1 for interval end times in the...
2014-01-20  Alexandre Montplaisirtmf: Use a foreground request for partial history check...
2014-01-20  Alexandre Montplaisirtmf: Change IAnalysisModule.getOutputs to return an...
2014-01-20  Bernd Hufmanntmf: fix coalesced request handling with one request
2014-01-17  Geneviève BastienTmf: Port the LTTng Kernel state system to an analysis...
2014-01-17  Alexandre Montplaisirtmf: Remove redundant CtfTmfEvent.getEventName() method
2014-01-17  Bernd Hufmanntmf: Send relevant signals in a separate thread
2014-01-17  Bernd Hufmanntmf: Add asynchronous way of broadcasting signals
2014-01-16  Alexandre Montplaisirtmf: Add a ITmfStateSystem.waitUntilBuilt() method...
2014-01-16  Alexandre Montplaisirtmf: Split ITmfStateSystem.waitUntilBuilt() in separate...
2014-01-14  Alexandre Montplaisirtmf: Add proper API to statesystem.backends.historytree
2014-01-14  Alexandre Montplaisirtmf: Deprecate TmfStateSystemFactory and HistoryBuilder
2014-01-14  Matthew Khouzamtmf: Add additional check for callsites
2014-01-13  Patrick Tassetmf: Fix parsing bugs in TmfTimestampFormat
2014-01-10  Alexandre Montplaisirtmf: Add proper public methods to internal.tmf.core...
2014-01-09  Bernd Hufmanntmf: Merge HistoryBuilder into the state system analysi...
2014-01-09  Alexandre Montplaisirlttng: Inherit null annotations
2014-01-09  Geneviève BastienTmf: Add the concept of module source to the Analysis API
2014-01-08  Roland GrunbergFix JDT Null annotations bug occuring in Luna builds.
2014-01-07  Alexandre Montplaisirtmf: Tweak ITmfStateSystemAnalysisModule
2014-01-03  Bernd Hufmanntmf: Ensure order of trace updated and trace range...
2013-12-19  Alexandre Montplaisirtmf: Switch tmf.core to Java 7 + fix warnings
2013-12-17  Etienne Bergeronctf: simplify trace environment lookup
2013-12-12  Etienne Bergerontmf: Avoid HistoryTree to expose its internal HT_IO...
2013-12-12  Alexandre Montplaisirlttng: Update @since annotations for 3.0
2013-12-12  Alexandre Montplaisirlttng: Re-enable API tracking
2013-12-12  Etienne Bergerontmf: Remove back-reference from HT-Node to HT-Tree
2013-12-10  Etienne Bergerontmf: Code cleanup in the history tree
2013-12-06  Alexandre Montplaisirtmf: Bring Java 7-specific errors back down to warnings
2013-12-05  Alexandre Montplaisirtmf: Add a TODO the the HTNode cache size
2013-12-05  Etienne Bergerontmf: Add a HTNode cache to decrease the number of disk...
2013-12-05  Etienne Bergerontmf: Implement a cache of TmfStateValue
2013-12-04  Geneviève BastienTMF: Bug 422846, trace resource is refreshed after...
2013-12-04  Alexandre MontplaisirMerge branch 'master' into lttng-luna
2013-12-04  Francois Dorayctf: Add support for arrays or any type.
2013-12-04  Etienne Bergerontmf: fix multiples coding style issues.
2013-12-03  Etienne Bergeronctf: avoid temporary array creation when parsing CTF...
2013-12-02  Etienne Bergerontmf: Fix a method name typo in CtfTmfTrace.
2013-11-29  Alexandre Montplaisirtmf: Update Javadoc in CtfIterator
2013-11-29  Alexandre Montplaisirctf: Throw CTFReaderException in the BitBuffer API
2013-11-29  Patrick Tassetmf: Bug 416660: -1 long state value is not long
2013-11-28  Etienne Bergerontmf: Cleanup TmfStateValue to remove 1-level of indirec...
2013-11-28  Matthew KhouzamMerge branch 'master' into luna
2013-11-27  Alexandre MontplaisirMerge branch 'master' into lttng-luna
2013-11-27  Xavier RaynaudTMF: add support of cut/copy/paste/dnd in FilterView
2013-11-26  Alexandre MontplaisirMerge branch 'master' into lttng-luna
2013-11-26  Etienne Bergeronctf: Fix multiple coding style and typo issues while...
2013-11-26  Etienne Bergerontmf: Remove unused TmfSortedArray.
2013-11-25  Xavier RaynaudTMF: make BufferedRandomAccessFile fields private,...
2013-11-23  Etienne BergeronAvoid multiple seek to the same location.
2013-11-23  Alexandre Montplaisirtmf: Fix unsafe cast warning in TmfTrace
2013-11-23  Alexandre Montplaisirtmf: Move TmfEventRequest.ALL_DATA to the interface
2013-11-22  Alexandre MontplaisirMerge branch 'master' into lttng-luna
2013-11-22  Alexandre Montplaisirtmf: Merge TmfDataProvider and TmfEventProvider together
next
This page took 0.044092 seconds and 8 git commands to generate.