tmf: Cleanup generated files when a request is cancelled
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core /
2012-05-18  Alexandre Montplaisirtmf: Cleanup generated files when a request is cancelled
2012-05-18  Alexandre Montplaisirtmf: Use the correct data type in coalesced requests
2012-05-17  Alexandre Montplaisirtmf: Avoid a try at every loop in range queries
2012-05-17  Alexandre Montplaisirtmf: Correctly store null state values in the backend
2012-05-17  Alexandre Montplaisirtmf: Make sure the resolution in range queries is valid
2012-05-17  Alexandre Montplaisirtmf: Start resolution range queries at the t1 parameter
2012-05-16  Bernd HufmannReplace printStackTrace() with proper logging in TMF...
2012-05-15  Matthew KhouzamCheck if a trace is empty before going to the last...
2012-05-15  Alexandre Montplaisirtmf: API fix for the state system queries
2012-05-15  Alexandre Montplaisirtmf: Also pick the interval at the end time of range...
2012-05-15  Bernd HufmannAdd missing TMF constants file
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  Mathieu DenisFixed lost event bug.
2012-05-11  Alexandre Montplaisirtmf: Use static final's for the StateValue types
2012-05-11  Alexandre Montplaisirtmf: Make HistoryBuilder use a TMF request for its...
2012-05-11  Alexandre Montplaisirtmf: Clarify why CtfTmfEvent's constructor is public
2012-05-11  Matthew KhouzamChange tabs for commas to separate fields.
2012-05-09  Alexandre Montplaisirtmf: Ensure we don't return null on GSS queries
2012-05-09  Alexandre Montplaisirtmf: Synchronize accesses to the history files
2012-05-09  Alexandre Montplaisirtmf: Provide a way to get the number of attributes...
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-04  Alexandre Montplaisirtmf: Don't close the input stream in the SHS constructor
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-03  Bernd HufmannJava Doc and API clean up of TMF UML Sequence diagram...
2012-05-02  Alexandre Montplaisirtmf: Provide a special interval end time return value...
2012-05-02  Alexandre Montplaisirtmf: Correctly save the history backend's end time
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: Move all GSS exceptions to tmf.core.exceptions
2012-05-01  Alexandre Montplaisirtmf: Rework unneeded throw in the GSS backend
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 CTF in Sequence Diagram view
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-05-01  Alexandre Montplaisirtmf: Add the start time to the history file header
2012-04-28  Alexandre Montplaisirtmf: Fix wrong interval returns in the history backend
2012-04-28  Alexandre Montplaisirtmf: Be more lenient with GSS range queries
2012-04-28  Alexandre Montplaisirlttng: Update history construction unit tests
2012-04-27  Alexandre Montplaisirtmf: Make HistoryBuilder build its index asynchronously
2012-04-27  Alexandre Montplaisirtmf: Expose a method to retrieve an attribute's name
2012-04-27  Alexandre Montplaisirlttng: First draft of CtfKernelTrace
2012-04-27  Alexandre Montplaisirtmf: Remove unneeded annotations in the CTF adaptor
2012-04-27  Alexandre Montplaisirtmf: Fix potential resource leaks in the GSS
2012-04-27  Alexandre Montplaisirtmf: Add a proper toString() to history tree intervals
2012-04-27  Alexandre Montplaisirtmf: Fix indentation of a previous commit
2012-04-27  Alexandre Montplaisirtmf: Add option to specify a resolution to range queries
2012-04-27  Alexandre Montplaisirtmf: Make the basic query method multi-thread safe
2012-04-27  Alexandre Montplaisirtmf: Fix statesystem-related FindBugs warnings in tmf...
2012-04-27  Alexandre Montplaisirtmf: Enforce existing sv types when reusing attributes
2012-04-27  Alexandre Montplaisirtmf: Make the statesystem push/pop logic a bit more...
2012-04-27  Alexandre Montplaisirtmf: Allow attaching messages to GSS exceptions
2012-04-27  Francois ChouinardUpdate TmfTrace javadoc
2012-04-27  Francois ChouinardSimplify TmfEvent constructors and update javadoc
2012-04-27  Francois ChouinardMinor API improvements
2012-04-27  Francois ChouinardFix Sonar findings in TmfEvent
2012-04-27  Francois ChouinardFix Sonar findings for TmfEvent and TmfTrace
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  Bernd HufmannFix searching and filtering in TMF events table (bug...
2012-04-24  Bernd HufmannFix performance issues (Bug 377544)
2012-04-24  Francois ChouinardRefactor TmfTrace and dependencies - minor changes
2012-04-24  Francois ChouinardRefactor TmfTrace and dependencies - move parseEvent...
2012-04-20  Francois ChouinardRefactor TmfTrace and dependencies - finalize ITmfTrace...
2012-04-20  Francois ChouinardRefactor TmfTrace and dependencies - finalize ITmfTrace...
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 ChouinardRefactor TmfTrace and dependencies - fix parent class...
2012-04-17  Francois ChouinardRefactor TmfCheckpoint and dependencies (+JUnits)
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 KhouzamChange certain classes to use ITmfEvent instead of...
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 ChouinardWork on TmfCheckpoint
2012-04-16  Francois ChouinardMerge branch 'master' into TmfTraceModel-new
2012-04-13  Francois ChouinardRefactor TmfCheckpoint and dependencies
2012-04-13  Francois ChouinardFix tabs/spaces for ITmfEvent
2012-04-13  Francois ChouinardRefactor ITmfContext and fix dependencies
2012-04-12  Francois ChouinardRefactor ITmfLocation and fix dependencies
2012-04-06  Alexander KurtakovMore resources closes.
2012-04-03  Francois ChouinardUpdate TmfTrace as per ITmfTrace
2012-04-03  Francois ChouinardFinalize ITmfTrace API
2012-03-29  Bernd HufmannFix concurrency issue for TMF Sequence Diagram Loader
next
This page took 0.04606 seconds and 8 git commands to generate.