Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-04[TMF] Remove TmfStringLocationMarc-Andre Laperle3-117/+58
2013-09-26Tmf: Rework test trace stub for non-ctf tracesGeneviève Bastien6-46/+37
2013-09-10tmf: Rework test trace classesAlexandre Montplaisir1-4/+5
2013-08-06tmf: Consider compilation warnings to be errors in tmf.coreAlexandre Montplaisir1-112/+97
2013-07-29tmf: Add support for time range selectionPatrick Tasse1-15/+31
2013-05-24tmf: More trace manager unit testsAlexandre Montplaisir1-10/+318
2013-05-14Fix for experiment location hashCode and equalsPatrick Tasse1-0/+57
2013-05-01tmf: Switch views to the trace managerAlexandre Montplaisir2-19/+0
2013-05-01tmf: Introduce a central trace managerAlexandre Montplaisir2-0/+350
2013-05-01tmf: Expose the indexTrace() method in the interfaceAlexandre Montplaisir3-17/+17
2013-04-24tmf/lttng: Remove unneeded (non-Javadoc) commentsAlexandre Montplaisir1-4/+1
2013-04-22[Tmf][Ctf] Add descriptive fail to import messages.Matthew Khouzam1-1/+1
2013-04-12tmf: Merge the two statesystem-getting methods into oneAlexandre Montplaisir2-18/+10
2013-04-10tmf: Fix new Kepler warningsAlexandre Montplaisir4-6/+0
2013-03-18tmf: Disable NLS warnings in testsAlexandre Montplaisir9-9/+9
2013-03-14Fix for unit test concurrencyPatrick Tasse1-38/+56
2013-02-28tmf: Update copyright headers in tmf.coreAlexandre Montplaisir8-8/+8
2013-02-25tmf: Move timestamps to their own packageAlexandre Montplaisir9-16/+16
2013-02-20Remove context clone and add trace ranks to experiment locationPatrick Tasse4-76/+31
2013-02-07tmf: Make CtfLocation extend TmfLocationAlexandre Montplaisir1-3/+3
2013-02-06tmf: Remove Cloneable from (I)TmfCheckpointAlexandre Montplaisir1-33/+0
2013-02-05tmf: Update tmf.core unit tests to JUnit4Alexandre Montplaisir10-374/+388
2013-02-05tmf: Decouple tmf.core unit tests from TmfEventAlexandre Montplaisir3-40/+38
2013-01-21tmf: Fix regression in event requestsAlexandre Montplaisir3-129/+10
2013-01-09Add Iterator support to TMF tracesFrancois Chouinard1-0/+119
2013-01-09Refactor TmfRequestFrancois Chouinard3-10/+10
2012-12-10tmf: Consolidate all state systems in ITmfTraceAlexandre Montplaisir2-0/+50
2012-11-28Add handling of initial range offset in experimentsBernd Hufmann2-2/+69
2012-11-23Support for multiple events for same timestamp at checkpointBernd Hufmann2-0/+228
2012-11-16Implement simultaneously opened traces in TMFPatrick Tasse1-15/+0
2012-11-15Fix initial trace time range.Patrick Tasse2-8/+8
2012-10-03Make the TmfLocation final and get rid of clone()Francois Chouinard6-57/+10
2012-09-25Fix location cloning issueFrancois Chouinard1-3/+1
2012-09-25Fix location cloning issueFrancois Chouinard2-138/+29
2012-09-21Rename 'locationData' to 'locationInfo' (for lack of a better name...)Francois Chouinard3-20/+20
2012-09-21Remove the generic location (replace by Comparable)Francois Chouinard6-26/+26
2012-09-21Make TmfLocation abstract and implement a couple of Tmf<type>LocationFrancois Chouinard5-179/+219
2012-09-18tmf: Rename TmfLocation.fLocation to .fLocationDataAlexandre Montplaisir2-20/+20
2012-07-30tmf: Drop generics from ITmfTrace and TmfExperimentAlexandre Montplaisir5-77/+73
2012-07-26Fix TMF Core JUnit testsBernd Hufmann1-1/+1
2012-07-25Fix another pile of Javadoc warningsFrancois Chouinard9-171/+207
2012-07-03Fix seekEvent() problem and augment TmfExperimentTestFrancois Chouinard3-39/+759
2012-06-18tmf: Simple warning fixes in tmf.core and testsAlexandre Montplaisir4-28/+25
2012-06-12Revert "Fix for bug 381411: Incorrect experiment location after getNext."Francois Chouinard3-68/+7
2012-06-12Revert "Fix for bug 381411: Implement ranked location in experiment."Francois Chouinard2-8/+14
2012-06-12Fix for bug 381411: Implement ranked location in experiment.Patrick Tasse2-14/+8
2012-06-12Fix for bug 381411: Incorrect experiment location after getNext.Patrick Tasse3-7/+68
2012-06-11Fix for unit test on Windows.Patrick Tasse1-1/+1
2012-06-04Replace location by context in checkpoint indexerFrancois Chouinard1-2/+2
2012-06-01Augment the TmfCheckpoint API (Bug381411)Francois Chouinard1-16/+17

Back to the top