lttng: Add Next/Previous TID event action in CFV
[deliverable/tracecompass.git] / common /
2016-05-13  Patrick Tassess: Improve getQuarks() functionality
2016-05-13  Matthew Khouzamcommon.core: No longer swallow exceptions in bbq
2016-05-11  Geneviève Bastiencommon: Make data size and speed formatters static
2016-05-04  Michael Jeansoncommon: Add a DecimalUnitFormat formatter
2016-04-15  Michael Jeansontmf.common: Fix boundaries in data size formatter
2016-04-11  Alexandre Montplaisircommon: Annotate ByteBuffer.array()
2016-04-11  Geneviève Bastientmf.common: Add a data size and speed formatter
2016-04-04  Matthew Khouzamcommon.core: annotate String#substring
2016-03-30  Alexandre Montplaisircommon: Add a new StreamUtils class
2016-03-25  Alexandre MontplaisirFix new null warnings
2016-03-22  Alexandre Montplaisircommon: Annotate Integer.valueOf() as @NonNull
2016-03-22  Alexandre Montplaisircommon: Annotate Stream.map() and .filter()
2016-03-22  Alexandre Montplaisircommon: Annotate StreamSupport
2016-03-16  Geneviève Bastiencommon: Add annotations to HashMultimap#create methods
2016-03-15  Alexandre MontplaisirRemove unneeded checkNotNull() calls
2016-03-11  Alexandre Montplaisircommon: Annotate Pattern.compile()
2016-03-11  Alexandre Montplaisircommon: Annotate TreeMultimap.create()
2016-03-11  Alexandre Montplaisircommon: Annotate HashBasedTable.create()
2016-02-26  Matthew Khouzamcommon.core: Annotate Status#OK_STATUS and Status#CANCE...
2016-02-26  Alexandre Montplaisircommon: Allow null messages in Activator logging helpers
2016-02-25  Alexandre Montplaisircommon: Annotate Guava's ImmutableMultimap.of()
2016-02-25  Alexandre Montplaisircommon: Annotate (Guava) Ordering.compound()
2016-02-25  Alexandre Montplaisiranalysis.timing: Add missing @Nullable annotations
2016-02-24  Alexandre Montplaisircommon: Annotate some methods in Guava Iterators
2016-02-24  Matthew Khouzamcommon: Annotate Integer.toString()
2016-02-23  Alexandre Montplaisircommon: Annotate Optional.get() as @NonNull
2016-02-17  Geneviève Bastientmf: Add properties to the state system analyses
2016-02-09  Marc-Andre Laperlecommon: Add NonNull external annotation to Enum.name
2016-02-09  Marc-Andre Laperlecommon: Add NonNull external annotation to File.getName
2016-01-27  Patrick TasseChange unnecessary declaration of thrown exception...
2016-01-14  Matthew Khouzamctf: split up IOStructGen into 44 files
2016-01-07  Alexandre MontplaisirUse pom-less plugins where we can
2016-01-06  Marc-Andre LaperleRemove API tooling from test plugins
2015-12-18  Alexandre MontplaisirRemove all "AllTests" suites
2015-12-10  Alexandre MontplaisirUse maven-enforcer-plugin to enforce minimum versions
2015-12-10  Alexandre MontplaisirFix latest batch of null warnings
2015-12-08  Alexandre MontplaisirFix some null warnings
2015-12-07  Marc-Andre Laperlecommon: Annotate String.split
2015-12-07  Marc-Andre Laperlecommon: Annotate Element.getAttribute
2015-12-07  Marc-Andre Laperlecommon: Annotate some Class.get*Name methods
2015-12-07  Marc-Andre Laperlecommon: Annotate RandomAccessFile.readUTF
2015-12-03  Bernd Hufmannremote: provide output listener for command execution
2015-12-03  Alexandre MontplaisirFix new errors due to automatic annotation of Class...
2015-12-02  Matthew Khouzamcommon: Annotate ByteOrder#getNativeOrder
2015-12-01  Marc-Andre Laperlecommon: Annotate some methods in ByteBuffer
2015-11-29  Alexandre MontplaisirRemove overloads of NonNullUtils#checkNotNull()
2015-11-27  Alexandre Montplaisircommon: Add a checkNotNullContents() for arrays
2015-11-27  Alexandre Montplaisircommon: Introduce a generic Stream flattener utility
2015-11-24  Alexandre MontplaisirAdd annotations for Map.keySet() and .values()
2015-11-24  Alexandre MontplaisirAnnotate Collections.toArray() methods
2015-11-23  Alexandre MontplaisirAnnotate Arrays.stream() methods
2015-11-23  Alexandre MontplaisirAnnotate StringBuilder.toString()
2015-11-23  Alexandre MontplaisirAugment annotation to Map.entrySet()
2015-11-21  Alexandre MontplaisirAnnotate some static Collections methods
2015-11-20  Alexandre MontplaisirAnnotate often-used Collectors method
2015-11-20  Alexandre Montplaisircommon: Add a checkNotNull method to check contents...
2015-11-18  Alexandre MontplaisirAnnotate Long.valueOf() to return @NonNull
2015-11-17  Marc-Andre LaperleAnnotate parameters of Immutable collections copyOf...
2015-11-17  Alexandre MontplaisirAnnotate Guava Immutable collections
2015-11-03  Alexandre Montplaisircommon: Rectify some annotations in NonNullUtils
2015-10-30  Marc-Andre Laperlecommon: Add external annotations to NavigableSet
2015-10-30  Matthew Khouzamcommon: Annotate some methods in String
2015-10-30  Alexandre MontplaisirReplace instances of FluentIterable with Java 8 Streams
2015-10-30  Alexandre Montplaisirreleng: Transition to jdt.annotation 2.0
2015-10-29  Alexandre MontplaisirLink all plugins to the external annotation location
2015-10-29  Matthew Khouzamcommon: Annotate some static methods in Collections...
2015-10-29  Matthew Khouzamcommon: Annotate java.util.Formatter
2015-10-29  Matthew Khouzamcommon: Update external Map annotations
2015-10-28  Alexandre Montplaisircommon: Add external annotations for Guava's Table#get
2015-10-28  Alexandre Montplaisircommon: Add external annotations for IAdaptable/IAdapte...
2015-10-28  Alexandre Montplaisircommon: Add external annotations for Map.get()/.remove()
2015-10-26  Alexandre MontplaisirRemove duplicate groupId and versions in pom.xml files
2015-10-21  Alexandre MontplaisirBuild whole project with Java 8
2015-10-06  Marc-Andre LaperleAdd Trace Compass 1.1 baseline, fix some API errors
2015-09-25  Marc-Andre LaperleChange "Discouraged Reference" to warning
2015-08-10  Bernd HufmannBug 473441: Fix concurrency issue in ThreadedHistoryTre...
2015-07-24  Patrick Tassecommon: Add ObjectUtils with static methods deepEquals...
2015-06-30  Marc-Andre Laperlereleng: Bump versions of parent modules
2015-06-29  Alexandre Montplaisircommon: Concurrency fixes in TraceCompassActivator
2015-06-26  Marc-Andre LaperleUse o.e.test and jdt.annotation from Eclipse 4.5
2015-06-16  Alexandre Montplaisircommon: Move plugins to their own sub-directory
This page took 0.122737 seconds and 8 git commands to generate.