Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-04Add API tool nature and builder to all code pluginsAlexandre Montplaisir1-0/+6
Now that we have a release (0.1.0) we can use as an API baseline, we can re-enable in the API tooling in the master branch. Change-Id: Ie187f365118d1891244c661698fe451af90c3a19 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/43118 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2015-02-16Add some missing about.html in bin.includesMarc-Andre Laperle1-1/+2
Change-Id: I8d8d3f1298884abe67c6d350c271f33ceb4d04db Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/41107 Reviewed-by: Hudson CI
2015-02-10Remove versions from other Trace Compass plugin dependenciesAlexandre Montplaisir1-2/+2
These are normally shipped together, so there should be no version discrepancies. It can be very useful for third-party dependencies though (or even our "own" if we eventually move some components in different git repos). Change-Id: I8699155b5032564b22ca674cf1965b54a44036da Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/41319 Reviewed-by: Hudson CI
2015-02-06Update all plugins and features to 1.0.0Alexandre Montplaisir2-3/+3
While we don't *need* to update everything, it looks nice to start everything at 1.0. Afterwards, we can only bump the version numbers if the contents have actually changed. Change-Id: Ic0781e6a878fd98daac40dfc5552d4dcfa211bb3 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/41111 Reviewed-by: Hudson CI
2015-01-28Set project-specific code style preferences to use 'f' as prefixMarc-Andre Laperle2-0/+14
That way, if you use Generate Getters and Setters, it will generate getPath instead of getfPath, for example. Change-Id: I65c21608f86eeab1ab32f029be918f1afbc5e922 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/40569 Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-by: Hudson CI
2015-01-13Copyright header update, 2015 editionAlexandre Montplaisir2-2/+2
Change-Id: I412ce918833500e1c8a9f864c25b3c487d384b15 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/39427
2015-01-08tmf: Null-annotate state system API classesAlexandre Montplaisir1-0/+2
The main culprits here are the createStateProvider() method, that need to pass a @NonNull trace, but simply take the result of getTrace() which is already marked @Nullable. Simply wrapping them in checkNotNull() calls feels lazy, but it's still better than the current situation. Change-Id: Ic1ceb149cbb06e6f91a3351ef757231907a67ae2 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/38308 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2014-12-09Re-enable the "unused method paramater" errorAlexandre Montplaisir1-2/+3
Revert of commit a6503a11. Now that bug 439750 was fixed, and a new separate "unused exception parameter" compiler option was added, we can re-enable the previously-used setting of "unused method parameters". This should not break existing 4.4 installations, since the old option didn't check for exception paramaters at all. Only requirement would be for 4.5 users to update to the latest integration build. Only one such error slipped in while the option was disabled, which is honestly not that bad! Change-Id: I9d14daea3f004ed000ab9f9b72e46b5954579a8d Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/37892 Reviewed-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-11-28tmf: Add a TmfTraceUtils class for advanced getter methodsAlexandre Montplaisir1-1/+2
For instance, the various getModuleFromClass() methods should not be part of the base interface, the trace should only expose a basic getter. The more fancy functions can however be implemented in a separate utility class. Change-Id: I8d957971abfbcc7e3afe81f5db2dba43cbebe84d Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/37218 Tested-by: Hudson CI
2014-11-10Change versions to 0.1.0Marc-Andre Laperle2-5/+5
Change-Id: I58549b2ca6ef460cc3a0e073c62194a3053ac7fa Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/36166 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
2014-10-17Rename remaining packages to org.eclipse.tracecompass.*Alexandre Montplaisir5-9/+9
that being the packages in the "alltests" and "examples" plugins. Change-Id: Ia9d28cefaed3d2974ba67e6902eb04763ba75413 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17tmf: Rename packages to org.eclipse.tracecompass.*Alexandre Montplaisir2-6/+6
Change-Id: I7072126d88e93cf44b0a1169c5090edb626b73c5 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
2014-10-17Move misc plugins to Trace Compass namespaceAlexandre Montplaisir17-0/+962
"examples", "lttng.help" and "lttng.testing" plugins Change-Id: I20b5bb985988444e7f8e1c72117d9f3cf36e4997 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>

    Back to the top