Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-19ctf: move ArrayDefinition.isString to be part of the declarationMatthew Khouzam2-31/+33
2014-03-03tmf/lttng: Update 2014 copyrightsAlexandre Montplaisir21-21/+21
2014-02-26ctf: Make EventDefinition.java more inline with coding styleMatthew Khouzam1-32/+32
2014-02-25ctf: make CTFCallsite.java more inline with coding styleMatthew Khouzam1-19/+19
2014-02-25ctf: make CTFClock more inline with coding styleMatthew Khouzam1-18/+18
2014-02-25ctf: make StreamInputPacketReader.java more inline with coding styleMatthew Khouzam1-67/+67
2014-02-25ctf: make StreamInput.java more inline with coding styleMatthew Khouzam1-33/+33
2014-02-25ctf: fix artefact in javadocMatthew Khouzam1-2/+0
2014-02-25ctf: make stream.java more inline with coding styleMatthew Khouzam1-33/+33
2014-02-21ctf: add support for additional streams after trace is startedMatthew Khouzam2-104/+185
2014-02-21ctf: add support for growing streamsMatthew Khouzam3-15/+124
2014-02-19ctf: minor code style cleanupMatthew Khouzam2-118/+118
2014-02-11ctf: Metadata add support for incremental readingMatthew Khouzam2-55/+141
2014-01-02ctf: Move CTF plugins to Java 7 and fix warningsAlexandre Montplaisir11-51/+26
2014-01-02ctf: Add missing @since to previous patchAlexandre Montplaisir1-0/+1
2014-01-02ctf: move getStreams to an iterable.Etienne Bergeron2-10/+7
2013-12-17ctf: simplify trace environment lookupEtienne Bergeron1-13/+4
2013-12-16ctf: modify data-structure in CTF-Trace holding streams.Etienne Bergeron2-36/+3
2013-12-12lttng: Update @since annotations for 3.0Alexandre Montplaisir4-0/+7
2013-12-12ctf: Remove a backward dependency into StreamInput to CTF-Trace.Etienne Bergeron2-19/+1
2013-12-12ctf: tiny code refactoring in the metadata.Etienne Bergeron1-44/+38
2013-12-11ctf: isolate the abstraction of memory map byte-buffer.Etienne Bergeron2-18/+11
2013-12-06ctf: better enum and variant verificationMatthew Khouzam3-38/+67
2013-12-06ctf: simplify getMinValue/getMaxValue computation.Etienne Bergeron1-11/+34
2013-12-04ctf: fix a misleading comment on string alignment.Etienne Bergeron1-1/+2
2013-12-04tmf: fix multiples coding style issues.Etienne Bergeron1-2/+2
2013-12-04ctf: Hide internal functionalities of StringDefinition.Etienne Bergeron1-27/+19
2013-12-04ctf: support traces with no content but a packet sizeMatthew Khouzam3-25/+24
2013-12-02ctf: Fix out of bounds positioning of the bitbufferMatthew Khouzam2-57/+68
2013-12-02ctf: Fix decoding of an invalid packet id type.Etienne Bergeron1-1/+3
2013-12-02ctf: improve code clarity by merging ifMatthew Khouzam1-5/+4
2013-12-02ctf: remove false positive in the case of cross-packet eventsMatthew Khouzam1-11/+1
2013-12-02ctf: make float use readlong for 64 bit floatsMatthew Khouzam1-5/+1
2013-12-02ctf: Remove unused alignment comparisonEtienne Bergeron1-3/+0
2013-12-02tmf: Fix a method name typo in CtfTmfTrace.Etienne Bergeron1-2/+2
2013-12-01ctf: Fix Integer 33-63 bit handlingMatthew Khouzam1-26/+8
2013-11-29ctf: BitBuffer.java api overhaulMatthew Khouzam4-19/+84
2013-11-29ctf: Throw CTFReaderException in the BitBuffer APIAlexandre Montplaisir14-37/+99
2013-11-28Merge branch 'master' into lunaMatthew Khouzam1-4/+12
2013-11-28ctf: add early exit to alignReadMatthew Khouzam1-1/+7
2013-11-28ctf: improve alignment performanceMatthew Khouzam1-5/+8
2013-11-27ctf: Catch ANTLR runtime exceptions in Metadata parsingMatthew Khouzam1-3/+3
2013-11-26ctf: Fix multiple coding style and typo issues while reading code.Etienne Bergeron4-30/+24
2013-11-26[ctf] Fix coding style issues in BitBuffer.Etienne Bergeron1-23/+30
2013-11-25ctf: Replace Long.compare() with Java 6 compatible methodAlexandre Montplaisir1-1/+8
2013-11-25[ctf] Simplify the logic of the unsigned long comparator.Etienne Bergeron1-23/+20
2013-11-22[ctf] Fixes multiple coding style issues while reading ctf Types.Etienneb Bergeron11-31/+30
2013-11-18Revert "ctf: Simplify position arithmetic in aligned reads"Alexandre Montplaisir1-2/+1
2013-11-18Merge commit '2c789b58062b5bf3bb16ca1654ccf9cf87f3c444' into lttng-lunaAlexandre Montplaisir6-29/+37
2013-11-18ctf: Simplify position arithmetic in aligned readsAlexandre Montplaisir1-1/+2

Back to the top