Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-05tmf/lttng: Fix newly-introduced Javadoc warningsAlexandre Montplaisir1-4/+11
2012-11-05Update project settings for CTF/LTTng/TMFAlexandre Montplaisir1-5/+5
2012-10-30Implement TmfTimestampFormatFrancois Chouinard1-1/+1
2012-10-02Merge branch 'master' into lttng-keplerPatrick Tasse1-1/+2
2012-10-02ctf: Handle traces with unknown event attributesAlexandre Montplaisir1-1/+2
2012-09-25Update remaining LTTng/TMF versions to 2.0.0Bernd Hufmann1-1/+1
2012-09-13Merge branch 'master' into lttng-keplerAlexandre Montplaisir3-69/+150
2012-09-13ctf: Correctly handle big-endian tracesMatthew Khouzam3-69/+150
2012-08-31Merge branch 'master' into lttng-keplerBernd Hufmann2-0/+4
2012-08-24Save the encoding type as project settingsAlexandre Montplaisir2-0/+4
2012-08-23ctf: Simplify StreamInputPacketReaderAlexandre Montplaisir1-239/+95
2012-08-21Add time scaling supportMatthew Khouzam3-29/+154
2012-08-15ctf: Handle absence of stream and event IDsAlexandre Montplaisir3-66/+44
2012-08-07ctf: BitBuffer improvementsMatthew Khouzam2-539/+502
2012-08-07ctf: Fix lost events in a more elegant wayMatthew Khouzam4-37/+24
2012-08-02lttng: Change external dependencies to imported packagesAlexandre Montplaisir1-1/+2
2012-07-26ctf: Fix remaining warnings the CTF pluginsAlexandre Montplaisir2-2/+43
2012-07-25Use project-specific Save Actions settingsAlexandre Montplaisir1-0/+56
2012-07-25Use project-specific formatter settingsAlexandre Montplaisir1-0/+280
2012-07-25Genericized CTF parser and events handling.Matthew Khouzam7-76/+209
2012-07-25Fix issues with CTF parser.Matthew Khouzam4-46/+62
2012-07-24ctf: Enable project-specific compiler settingsAlexandre Montplaisir2-7/+103
2012-07-13Fix lost events to work after multiple reloadsMatthew Khouzam2-4/+27
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
2012-06-18Restore some code inadvertently commented outFrancois Chouinard2-44/+49
2012-06-15Fix a few warningsFrancois Chouinard2-47/+45
2012-06-14Display signed 32-bit integers with a sign. Matthew Khouzam1-1/+9
2012-06-12Remove the "metadata" output to the console.Matthew Khouzam1-5/+0
2012-06-12More javadoc updatesFrancois Chouinard27-44/+190
2012-06-11ctf: Fix Javadoc for all public methodsAlexandre Montplaisir19-79/+91
2012-06-07Improve javadoc for ctfAdapter in Tmf.CoreMatthew Khouzam36-90/+1159
2012-06-06Add events structures, indexes and event caches per traceMatthew Khouzam5-55/+127
2012-06-06Clean up duplicate functionMatthew Khouzam1-9/+16
2012-06-06performance enhancement to GetNext() (7-10%)Matthew Khouzam1-7/+14
2012-06-04Improve performance of seeks by a factor of approximately 8000.Matthew Khouzam1-6/+13
2012-05-31Fix ranks in CtfTmfTrace as part of bug #389051Alexandre Montplaisir2-3/+7
2012-05-30Push LTTng MANIFEST.MF/pom.xml to 1.0 and correct features dependenciesFrancois Chouinard2-3/+3
2012-05-29Add incremental indexing support Bug 380952Matthew Khouzam7-499/+387
2012-05-25Internalize some classes and fix a pile of warningsFrancois Chouinard1-0/+2
2012-05-16Merge branch 'master'Francois Chouinard1-4/+9
2012-05-15Fix IllegalArgumentException in CTF multi-trace indexingFrancois Chouinard1-4/+9
2012-05-15Fix some findbugsMatthew Khouzam1-7/+3
2012-05-15Fix seek of empty streamMatthew Khouzam1-1/+4
2012-05-15Fix go to last event. Matthew Khouzam1-20/+35
2012-05-11Clean up code.Matthew Khouzam12-102/+172
2012-05-09Improve test coverage. Matthew Khouzam1-0/+41
2012-05-09Improve API.Matthew Khouzam9-33/+110
2012-05-04ctf: Allow finalizing CTFTrace's if validation failedAlexandre Montplaisir1-27/+23
2012-05-03Improve test cases. Coverage of 85%+ and fix bugs.Matthew Khouzam4-2/+81
2012-05-01Fix findbugsMatthew Khouzam3-43/+38

Back to the top