Merge branch 'master' into lttng-kepler
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor /
2012-11-19  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-11-16  Patrick TasseImplement simultaneously opened traces in TMF
2012-11-16  Matthew KhouzamFix bug when contexts are enabled but there are no...
2012-11-15  Bernd HufmannRemove seek(time) from CtfTmfTrace and use parent imple...
2012-11-06  Matthew KhouzamUpdate Grammar and Add support for callsites
2012-11-06  Patrick TasseFix incorrect seek by timestamp in CtfIterator.
2012-11-05  Alexandre Montplaisirtmf/lttng: Fix newly-introduced Javadoc warnings
2012-11-01  Alexandre Montplaisirtmf: Drop the Type in CtfTmfTimestamp
2012-11-01  Alexandre Montplaisirtmf: Make TmfTimestamp and TmfTimeRange immutable
2012-10-30  Francois ChouinardImplement TmfTimestampFormat
2012-10-23  Patrick TasseAdd support for selected event in Properties view.
2012-10-23  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-23  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-23  Patrick TasseAdd support for selected event in Properties view.
2012-10-09  Patrick TasseFix for bug 391277: Rounding error in seekEvent by...
2012-10-05  Alexandre Montplaisirtmf: Introduce the ITmfStatistics interface
2012-10-05  Alexandre Montplaisirtmf: Expose getStateSystem() up to ITmfTrace
2012-10-05  Alexandre Montplaisirtmf: Add the Tmf- prefix to the state system interfaces
2012-10-03  Francois ChouinardMake the TmfLocation final and get rid of clone()
2012-10-02  Patrick TasseMerge branch 'master' into lttng-kepler
2012-10-02  Patrick TasseMerge branch 'master' into lttng-kepler
2012-09-21  Francois ChouinardRename 'locationData' to 'locationInfo' (for lack of...
2012-09-21  Francois ChouinardRemove the generic location (replace by Comparable)
2012-09-19  Patrick TasseMerge branch 'master' into lttng-kepler
2012-09-18  Alexandre Montplaisirtmf: Rename TmfLocation.fLocation to .fLocationData
2012-09-17  Alexandre Montplaisirtmf: CtfTmfEvent improvements
2012-09-13  Alexandre MontplaisirMerge branch 'master' into lttng-kepler
2012-09-07  Alexandre Montplaisirtmf: Enhance TmfEventField.toString() to also print...
2012-09-07  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-09-07  Bernd HufmannAdd null check of the current event in initTrace()...
2012-09-06  Patrick TasseMerge remote-tracking branch 'origin/master' into lttng...
2012-09-05  Patrick TasseAdd thousands space separator for nanosecond timestamp...
2012-09-04  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-08-31  Bernd HufmannMerge branch 'master' into lttng-kepler
2012-08-31  Bernd HufmannAdd support for displaying of CTF context info in TMF...
2012-08-23  Patrick TasseFix clone of CtfTmfTimestamp in CtfTmfEvent.
2012-08-23  Matthew KhouzamFix seek by ratio in CTF
2012-08-22  Patrick TasseFix context location after first event seek.
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
next
This page took 0.047782 seconds and 8 git commands to generate.