Fix NPE with traces that are time scaled.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor /
2012-08-21  Matthew KhouzamFix NPE with traces that are time scaled.
2012-08-21  Matthew KhouzamAdd time scaling support
2012-08-21  Bernd HufmannUpdated Enum handling for a CTFTmfEventField
2012-08-15  Alexandre Montplaisirtmf: Un-deprecate CtfLocation's constructor
2012-08-10  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-08-07  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-08-07  Matthew Khouzamctf: Fix lost events in a more elegant way
2012-08-03  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-07-30  Alexandre Montplaisirtmf: Drop generics from ITmfTrace and TmfExperiment
2012-07-30  Alexandre Montplaisirtmf: Bump plugins version to 2.0 for Kepler branch
2012-07-27  Alexandre Montplaisirtmf: Update master branch against the 1.1 baseline
2012-07-25  Matthew KhouzamGenericized CTF parser and events handling.
2012-07-24  Alexandre Montplaisirtmf: Fix some javadoc warnings in tmf.core
2012-07-20  Matthew KhouzamFix negative timestamp seek bug.
2012-07-19  Matthew KhouzamFix trace and experiment seeking performance bug
2012-07-16  Patrick TasseMerge "Fix for bug 384417: Incorrect range displayed...
2012-07-16  Alexandre MontplaisirMerge "Fix for bug 384406: Delete trace propagation...
2012-07-16  Alexandre Montplaisirtmf: Print CTF integer fields in the correct base
2012-07-16  Alexandre Montplaisirtmf: Use macro-style definitions for CTF field types
2012-07-16  Alexandre Montplaisirtmf: Javadoc update in CtfTmfEventField
2012-06-18  Alexandre Montplaisirtmf: Simple warning fixes in tmf.core and tests
2012-06-12  Matthew KhouzamFix for the fix: Fix an error if a user forcefully...
2012-06-12  Matthew KhouzamFix an error if a user forcefully reads after the end...
2012-06-11  Francois ChouinardUpdated some javadoc in org.eclipse.linuxtools.tmf...
2012-06-11  Patrick TasseFix for bug 382268: IllegalArgumentException in CtfTmfT...
2012-06-07  Matthew KhouzamImprove javadoc for ctfAdapter in Tmf.Core
2012-06-06  Matthew KhouzamAdd events structures, indexes and event caches per...
2012-06-06  Matthew Khouzamperformance enhancement for seekEvent by timestamp...
2012-06-06  Francois ChouinardFix #2 for bug381411
2012-06-04  Francois ChouinardReplace location by context in checkpoint indexer
2012-06-01  Francois ChouinardUse the context in checkpoints (Bug381411)
2012-05-31  Alexandre MontplaisirFix ranks in CtfTmfTrace as part of bug #389051
2012-05-30  Bernd HufmannBug 380951: Augment previous fix to update CtfTmfTrace...
2012-05-29  Matthew KhouzamAdd incremental indexing support Bug 380952
2012-05-29  Matthew KhouzamChange CtfTmfTrace to use TmfTrace. Bug 380951
2012-05-25  Francois ChouinardInternalize some classes and fix a pile of warnings
2012-05-25  Francois ChouinardFix for Hudson warnings in LTTng TMF Core Unit + Test...
2012-05-18  Francois ChouinardMerge corrected branch 'master'
2012-05-18  Francois ChouinardMerge branch 'master' into TmfTrace-new
2012-05-16  Bernd HufmannReplace printStackTrace() with proper logging in TMF...
2012-05-16  Francois ChouinardMerge branch 'master'
2012-05-16  Francois ChouinardPartial fixes for experiment indexing with CTF traces
2012-05-15  Francois ChouinardFix IllegalArgumentException in CTF multi-trace indexing
2012-05-15  Matthew KhouzamCheck if a trace is empty before going to the last...
2012-05-15  Francois ChouinardMerge branch 'master'
2012-05-14  Francois ChouinardMerge branch 'master'
2012-05-14  Alexandre Montplaisirtmf: Work around a simple CtfTmfEventType warning
2012-05-14  Alexandre Montplaisirtmf: Also assign the end time when opening a CTF trace
2012-05-14  Francois ChouinardMerge branch 'master'
2012-05-14  Mathieu DenisFixed lost event bug.
2012-05-11  Alexandre Montplaisirtmf: Clarify why CtfTmfEvent's constructor is public
2012-05-11  Francois ChouinardIntroduce TmfLegacyExperiment
2012-05-11  Matthew KhouzamChange tabs for commas to separate fields.
2012-05-09  Francois ChouinardMerge branch 'master' into API
2012-05-09  Patrick TasseFix seek behaviour in CtfAdaptor
2012-05-09  Matthew KhouzamAdd toString to CtfLocation to allow easier debugging.
2012-05-09  Matthew KhouzamImprove API.
2012-05-03  Matthew KhouzamImprove test cases. Coverage of 85%+ and fix bugs.
2012-05-03  Matthew KhouzamAdd javadoc and comments
2012-05-03  Matthew KhouzamRemove warnings and fix a windows bug with CtfTmfTrace...
2012-05-03  Matthew KhouzamImprove CTF timestamp output, will now output in y...
2012-05-01  Matthew Khouzamfix empty trace bug
2012-05-01  Alexandre Montplaisirtmf: Internalize all the core state system implementation
2012-05-01  Alexandre Montplaisirtmf: Split StateHistorySystem into two interfaces
2012-05-01  Matthew KhouzamAdd support for lost events
2012-05-01  Matthew KhouzamAdd support for float fields in a string output.
2012-05-01  Alexandre Montplaisirtmf: Refresh the project once we're done loading a...
2012-04-27  Alexandre Montplaisirlttng: First draft of CtfKernelTrace
2012-04-27  Alexandre Montplaisirtmf: Remove unneeded annotations in the CTF adaptor
2012-04-27  Francois ChouinardFix Sonar findings in TmfEvent
2012-04-24  Francois ChouinardImplement TmfTrace changes - introduce TmfTraceException
2012-04-24  Francois ChouinardMerge branch 'master' into TmfTraceModel-new
2012-04-24  Francois ChouinardRefactor TmfTrace and dependencies - minor changes
2012-04-24  Francois ChouinardRefactor TmfTrace and dependencies - move parseEvent...
2012-04-19  Francois ChouinardRefactor TmfTrace and dependencies - introduce ITmfTrac...
2012-04-18  Francois ChouinardRefactor TmfTrace and dependencies - remove indexTrace()
2012-04-18  Francois ChouinardRefactor TmfTrace and dependencies - remove getTrace()
2012-04-17  Francois ChouinardMerge branch 'master' into TmfTraceModel-new
2012-04-16  Francois ChouinardMerge master in TmfTraceModel
2012-04-16  Matthew KhouzamDefine CTF API
2012-04-16  Matthew Khouzamadd Environment variables to ctf interface
2012-04-16  Matthew KhouzamAdd support for offsets in event creation
2012-04-16  Matthew KhouzamFix warnings
2012-04-16  Matthew Khouzamfix post-merge to get it to compile.
2012-04-16  Matthew KhouzamAdd support in the UI for LTTng 2.0.
2012-04-16  Matthew Khouzamadd fallback for seeking by unindexed traces
2012-04-16  Matthew KhouzamFix seek bug.
2012-04-16  Matthew Khouzamfix seek with offsetted timestamps.
2012-04-16  Matthew KhouzamChange output of ctf toStrings to be more human readable.
2012-04-16  Francois ChouinardMerge branch 'master' into TmfTraceModel-new
2012-04-13  Francois ChouinardRefactor ITmfContext and fix dependencies
2012-04-12  Francois ChouinardRefactor ITmfLocation and fix dependencies
2012-04-03  Francois ChouinardFinalize ITmfTrace API
2012-03-29  Francois ChouinardRationalize ITmfTrace.initTrace()
2012-03-23  Bernd HufmannMerge branch 'master' into lttng_2_0_control_dev
2012-03-22  Francois ChouinardFix javadoc warnings
2012-03-20  Bernd HufmannMerge branch 'master' into lttng_2_0_control_dev
2012-03-19  Alexandre MontplaisirMake the Kernel event handler tests work again
2012-03-19  Alexandre MontplaisirAvoid printing the exception when CtfTmfTrace.validate...
2012-03-19  Alexandre MontplaisirIntegrate CtfAdaptor package in TMF
This page took 0.052418 seconds and 8 git commands to generate.