Add support pin in TmfView base class (Bug 388372)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core /
2012-08-31  Bernd HufmannAdd support for displaying of CTF context info in TMF...
2012-08-24  Alexandre MontplaisirSave the encoding type as project settings
2012-08-09  Francois ChouinardFix a sporadic distribution problem in the TMF coalesce...
2012-08-09  Francois ChouinardAdd a generic 'lost events' event to TMF
2012-08-03  Alexandre Montplaisirtmf: Fold StateHistorySystem back into StateSystem
2012-08-02  Alexandre Montplaisirtmf: Handle state changes ending after the trace ends
2012-08-02  Alexandre MontplaisirDrop unused dependencies from tmf,lttng2,ctf packages
2012-07-27  Alexandre Montplaisirtmf: Also bump the version number in pom.xml's
2012-07-27  Alexandre Montplaisirtmf: Update master branch against the 1.1 baseline
2012-07-26  Alexandre Montplaisirtmf: Correctly print HTInterval in its toString()
2012-07-25  Francois ChouinardFix a pile of Javadoc warnings
2012-07-25  Alexandre MontplaisirUse project-specific Save Actions settings
2012-07-25  Alexandre MontplaisirUse project-specific formatter settings
2012-07-25  Matthew KhouzamGenericized CTF parser and events handling.
2012-07-24  Alexandre Montplaisirtmf: Add missing javadoc in tmf.core.signal
2012-07-24  Alexandre Montplaisirtmf: Fix some javadoc warnings in tmf.core
2012-07-24  Alexandre Montplaisirtmf: Enable project-specific compiler settings
2012-07-20  Matthew KhouzamFix negative timestamp seek bug.
2012-07-19  Matthew KhouzamFix trace and experiment seeking performance bug
2012-07-19  Patrick TasseFix for bug 385432: Missed events in coalesced requests.
2012-07-19  Alexandre MontplaisirMerge "tmf: Update the ctfadaptor tests for the new...
2012-07-19  Alexandre MontplaisirMerge "lttng: Drop the current node arrays in the the...
2012-07-18  Patrick TasseFix for bug 385432: Missed events in coalesced requests.
2012-07-18  Patrick TasseFix for bug 385419: Streaming issues with legacy LTTng...
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-07-13  Patrick TasseMerge "tmf: Close the state history files before deleti...
2012-07-13  Patrick TasseMerge "tmf: Do not broadcast signal if request is cance...
2012-07-12  Alexandre Montplaisirtmf: Close the state history files before deleting...
2012-07-09  Alexandre Montplaisirtmf: Do not broadcast signal if request is cancelled
2012-07-06  Otavio PontesRenaming version to 1.2 in master branch
2012-07-03  Francois ChouinardFix seekEvent() problem and augment TmfExperimentTest
2012-06-21  Patrick TasseFix for bug 382910: Improve responsiveness of Control...
2012-06-18  Patrick TasseFix for bug 382910: Improve responsiveness of Control...
2012-06-18  Alexandre Montplaisirtmf: Simple warning fixes in tmf.core and tests
2012-06-15  Francois ChouinardFix a few warnings
2012-06-12  Alexandre MontplaisirFix author and version information in the GSS classes
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-12  Bernd HufmannMore java-doc updates
2012-06-12  Francois ChouinardRevert "Fix for bug 381411: Incorrect experiment locati...
2012-06-12  Francois ChouinardRevert "Fix for bug 381411: Implement ranked location...
2012-06-12  Francois ChouinardMore javadoc updates
2012-06-12  Patrick TasseFix for bug 381411: Implement ranked location in experi...
2012-06-12  Patrick TasseFix for bug 381411: Incorrect experiment location after...
2012-06-11  Francois ChouinardUpdated some javadoc in org.eclipse.linuxtools.tmf...
2012-06-11  Francois ChouinardFix for bug382279
2012-06-11  Bernd HufmannFix another NPE when switch experiment (bug 381412)
2012-06-11  Patrick TasseFix for bug 382268: IllegalArgumentException in CtfTmfT...
2012-06-11  Patrick TasseFix for bug 382245: TmfLocationArray incorrectly cloned.
2012-06-11  Xavier RaynaudMerge ssh://git.eclipse.org/gitroot/linuxtools/org...
2012-06-10  Bernd HufmannFix for Timestamp normalize() of BIG_BANG and BIG_CRUNC...
2012-06-09  Patrick TasseFix for bug 382156: Background subrequests are not...
2012-06-07  Patrick TasseAdd logging of exceptions in signal manager.
2012-06-07  Matthew KhouzamImprove javadoc for ctfAdapter in Tmf.Core
2012-06-07  Xavier RaynaudString comparison may return any integer (not only...
2012-06-06  Alexandre Montplaisirtmf: Update the Javadoc for everything GSS-related
2012-06-06  Bernd HufmannFix for NPE after disposing an experiment (Bug 381412)
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  Matthew Khouzamperformance enhancement in seekevent by time
2012-06-06  Francois ChouinardFix #2 for bug381411
2012-06-06  Francois ChouinardRemove leftover comments
2012-06-05  Francois ChouinardImprove performance/usability in TmfTrace.seekEvent...
2012-06-04  Alexandre Montplaisirtmf: Actually coalesce the requests...
2012-06-04  Alexandre Montplaisirtmf: Provide a way to build the state system in-band
2012-06-04  Alexandre Montplaisirtmf: Coalesce the state system event request with the...
2012-06-04  Francois ChouinardReplace location by context in checkpoint indexer
2012-06-01  Francois ChouinardUse the context in checkpoints (Bug381411)
2012-06-01  Francois ChouinardAugment the TmfCheckpoint API (Bug381411)
2012-06-01  Alexandre Montplaisirtmf: Broadcast a signal when a history is done building
2012-06-01  Francois ChouinardFix for bug381370
2012-06-01  Alexandre Montplaisirtmf: Handle the history constructions in separate jobs
2012-06-01  Alexandre Montplaisirtmf: Internalize the state history storage backend
2012-06-01  Alexandre Montplaisirtmf: Introduce the StateSystemManager
2012-05-31  Francois ChouinardFix NPE when indexer wasn't instantiated
2012-05-31  Alexandre MontplaisirFix ranks in CtfTmfTrace as part of bug #389051
2012-05-30  Francois ChouinardImplement index cancellation on dispose (bug 381115)
2012-05-30  Francois ChouinardPush LTTng MANIFEST.MF/pom.xml to 1.0 and correct featu...
2012-05-30  Alexandre Montplaisirtmf: Start counting at zero when using incrementAttribute
2012-05-30  Bernd HufmannBug 380951: Augment previous fix to update CtfTmfTrace...
2012-05-30  Alexandre Montplaisirtmf: Don't log dummy interval messages
2012-05-29  Matthew KhouzamAdd incremental indexing support Bug 380952
2012-05-29  Matthew KhouzamChange CtfTmfTrace to use TmfTrace. Bug 380951
2012-05-29  Francois ChouinardAdd the TmfStateSystemBuildCompleted signal (bug 380945)
2012-05-28  Alexandre Montplaisirtmf: Allow the test plugin to access the internal TMF...
2012-05-25  Francois ChouinardUpdate some javadocs
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-24  Patrick TasseFix exceptions and incorrect signal source.
2012-05-24  Patrick TasseAllow query history range with end equal to start.
2012-05-24  Francois ChouinardImprove request coalescing criteria
2012-05-23  Francois ChouinardFix non-default checkpoint indexer page size problem
2012-05-23  Francois ChouinardRemove obsolete legacy experiment
2012-05-22  Francois ChouinardFix for the handling of legacy LTTng traces
2012-05-18  Francois ChouinardMerge corrected branch 'master'
2012-05-18  Francois ChouinardMerge branch 'master' into TmfTrace-new
next
This page took 0.040335 seconds and 8 git commands to generate.