ctf: Specify a timeout for the CTF testsuite download
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src /
2014-03-11  Marc-Andre Laperlegdbtrace: Prevent hang when a lot of commands are sent...
2014-03-04  Alexandre Montplaisirtmf: Add a getSubAttributes() with regex to the state...
2014-03-04  Bernd Hufmanntmf: Fix NPE for persitent experiment index when using...
2014-03-04  Geneviève BastienTMF: Allow experiments to have analysis and display...
2014-03-04  Geneviève BastienTmf: Add support of experiment types to TmfTraceType...
2014-03-04  Geneviève BastienTMF: Add default constructor to experiment and method...
2014-03-04  Geneviève BastienTmf: Add the experiment type to the trace type extensio...
2014-03-03  Alexandre Montplaisirtmf/lttng: Update 2014 copyrights
2014-02-28  Marc-Andre Laperletmf: Add persistent index support to TextTrace
2014-02-28  Matthew Khouzamtmf: Remove dependency to ctfadaptor from the state...
2014-02-27  Alexandre Montplaisirtmf: Fix most Number unboxing problems
2014-02-27  Matthew Khouzamtmf: Replace "find" with "matches" for TextTrace.java
2014-02-25  Alexandre Montplaisirtmf: Remove all deprecated methods in tmf.core
2014-02-24  Bernd Hufmanntmf: Add unit tests for tmf.core.trace.text package
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-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  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  Etienne Bergerontmf: Remove back-reference from HT-Node to HT-Tree
2013-12-10  Etienne Bergerontmf: Code cleanup in the history tree
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
next
This page took 0.04538 seconds and 8 git commands to generate.