Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/gcov
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12Fix all p2.inf files in features to point to update instead of updates-nightly.Jeff Johnston1-2/+2
Change-Id: I7b43b709da1e6774e2298f855b8d8bdfa90a8869 Reviewed-on: https://git.eclipse.org/r/41788 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2015-02-12Remove SNAPSHOT from parent ids in pom.xml files.Jeff Johnston6-6/+6
Change-Id: Idf0d57f3b09f377165eb0845d5d4c6d53fd6ef60 Reviewed-on: https://git.eclipse.org/r/41786 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2015-02-09Fix gcov for WindowsJeff Johnston1-50/+96
- add check for Cygwin or MingW paths and translate to paths that Java File I/O can use (System paths) Change-Id: Id3b943568fe26ccdb211adc367d2b7581473446d Reviewed-on: https://git.eclipse.org/r/41343 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2015-01-17Gcov: Minor code cleanup in tests.Andrew Ferrazzutti2-34/+3
Change-Id: I830c553e59a6f459275c46f22e6e4d6da757cf3a Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/39803 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-11-10Gcov: remove SWTBot from tests.Andrew Ferrazzutti41-510/+515
Convert all GCov UI tests to use Eclipse API instead of SWTBot. This required some features to be modified so they could be testable without relying on UI interaction. Change-Id: I2a20e4edf828a7561d81261829d93c9da6309c7d Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/36181 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-10-20Bug 447554 - gcov not handling linked filesJeff Johnston5-63/+145
- Fix number of runs counter to come from program summary instead of object summary as that has been obsoleted - Fix logic to handle case where we end up with an IFileEditorInput and we want an IFileStore (don't return null and end up using a source-not-found editor) - Add a method to get all projects we are tracking for gcov - Add a visitor class to search a project for a linked-in resource we are trying to open from the gcov view Change-Id: Ieeb4c8a047a95da239e7b625f717a1d44fad8f31 Reviewed-on: https://git.eclipse.org/r/35155 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-09-26Bump features to 3.2.0-SNAPSHOT.Alexander Kurtakov7-8/+8
Change-Id: I08a5bd3b0a3892c66537997668dedd36e88474c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33993
2014-09-16Add missing license headers.Andrew Ferrazzutti7-0/+70
Change-Id: I941980fe78669bcf8728c42660486869b41dac93 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/33394 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-09-16Enable logging of all SWTBot tests with log4J.Andrew Ferrazzutti1-0/+5
Add log4j logging to SWTBot tests found in test bundles that reference the log4j bundle but do not actually use it. Change-Id: I3407e7574f405c4bcf36d5452fe6178f01b159b4 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/33279 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-09-15Bug 440277: Fix path name handling for source file lookup.Roland Grunberg1-2/+2
Change-Id: I75759ed5abb15e2ba4211b1acb1030d5838a70a4 Signed-off-by: Michael N. Lipp <imnl@mnl.de> Signed-off-by: Roland Grunberg <rgrunber@redhat.com> Reviewed-on: https://git.eclipse.org/r/33389 Tested-by: Hudson CI
2014-09-11Bump gprof/gcov features to 3.1.0.Jeff Johnston2-2/+2
Change-Id: I3e631952171344bafc160318bd0b9aee97f0b2f7 Reviewed-on: https://git.eclipse.org/r/33277 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com> (cherry picked from commit 172bab8f1dec56993679867049af95cae10f9833) Reviewed-on: https://git.eclipse.org/r/33281
2014-09-09gcov: Disable auto-build programatically.Alexander Kurtakov1-74/+8
The swtbot way is failing on hudson. Change-Id: I5a951e4544249376c5ab532fae1cd3821e76d53d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33106 Tested-by: Hudson CI
2014-09-03Bug 408543 : Gcov feature version fix. Leo Ufimtsev2-2/+2
Incremented Gcov feature version to match stable3.1. (as part of enabling gcov programatically). Change-Id: Ie2bdc038657d949db2bea9e91e81f64bf92bc018 Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> Reviewed-on: https://git.eclipse.org/r/32815 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-26Bug 408543 - Enable programmatic checking of checkboxes in GcovLeo Ufimtsev5-8/+154
If gcov is not enabled in the options, then the user will be asked if he would like to have this option enabled for him automatically. Change-Id: I7f927558ea6a818651e8f0a57b889ec46d30b9fc Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com> Reviewed-on: https://git.eclipse.org/r/29487 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-08-07Bug 439260: GCov plugin must depend on Binutils plugin 5.0.0.Roland Grunberg1-1/+1
Change-Id: Id59b5e35eb702bbe51771e2fc90073490c8a85fd Reviewed-on: https://git.eclipse.org/r/30450 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-07-28Linuxtools: Resolve warnings, improve syntax.Andrew Ferrazzutti1-0/+1
-Use try-with-resource statements where possible. -Add type arguments to generic types where possible. -Remove commented-out code. -Make various syntax improvements in edited files (proper indentation, braces after control statements, etc). -Add missing "Override" annotations and "NON-NLS" tags. Change-Id: I426dc0207301d25e52daacc9954f18a588d53427 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/27022 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-07-19Add app data files for ChangeLog and gcov plug-insJeff Johnston1-0/+12
- Bug 437343 - Add app data for ChangeLog - Bug 437337 - Add app data for gcov Change-Id: Ie46620cf6fde8f02d432e32468a29aeec9e84d18 Reviewed-on: https://git.eclipse.org/r/28836 Tested-by: Hudson CI Reviewed-by: Mat Booth <mat.booth@redhat.com>
2014-07-10Fix bug in Gcov annotation model's outlier threshold calculation.Roland Grunberg1-4/+7
Change-Id: I1384a9a1221037dd1bf1726f0b50ee7754244da5 Reviewed-on: https://git.eclipse.org/r/29700 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-06-26Stop SWTBot test hangs by forcing dialog focus.Andrew Ferrazzutti1-4/+1
Change-Id: I4374f454e8e74f59649b6cd0381a0201d107e51c Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/29002 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-06-04Set next release to be 3.1.0.Jeff Johnston6-6/+6
Change-Id: I4731f53db522baccec56da9d51e7a37dc8a71b64 Reviewed-on: https://git.eclipse.org/r/27612 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-05-09Gcov: Log test job failures.Andrew Ferrazzutti2-10/+19
Within a GCovTest, when a JobsRunning wait condition times out, print information about the failure to standard output. Also, increase the allowable timeout of the "dump CSV" job. NOTE: the purpose of this patch is to aid in finding the cause behind test failures, so the changes made to JobsRunning.java should be reverted once the failures are fixed. Change-Id: I4b4649003873ec19fe7ab46f63f2caeb1bf144f4 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/26297 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-05-05Gcov: Reduce test volatility.Andrew Ferrazzutti1-52/+31
Use the Platform API to delete projects created by GcovTest instead of UI commands. Change-Id: I61b0a6f7f9adfaeb7627cfe4ab4cf17b53719384 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25990 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-30Cleanups.Alexander Kurtakov3-15/+10
* Member to variable. * String.isEmpty usage. * Unnecessary local before return. * Naming conventions * Integer instantiation * Dead store to local variable Change-Id: I96b495245a2505fcbd608965319b3565edf513ff Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25766 Tested-by: Hudson CI
2014-04-29More cleanups.Alexander Kurtakov3-27/+7
* Empty statements * This final field could be made static * Member could be replaced by local variable * 'static' modifier out of order with the JLS suggestions. * strings handling * unused parameters * unnecessary local before return Change-Id: I7e6b45466178696345a057f75278c6c5c8a670ad Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25708 Tested-by: Hudson CI
2014-04-26Remove old 2011 license stuff from all feature.properties filesJeff Johnston1-125/+0
- tycho adds the license info automatically to the feature.properties files that end up in the output jar files Change-Id: Ic6d32db0c2cea75c06fb811674ec82b2026d5943 Reviewed-on: https://git.eclipse.org/r/25585 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti46-1950/+1950
To comply with Sonar style requirements, replace all tab characters with four whitespace characters/spaces, and remove all trailing whitespace. Perform this change to all Java and XML files. Also replace tabs with "\t" in test strings that require tabs, and edit STPIndenterTest so that it doesn't rely on indented comments. Change-Id: I48c3c5449a58fe5310967d998a05df1a28fbcbb0 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25561 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-25profiling: Retire ProfileLaunchConfigurationDelegate.Alexander Kurtakov2-2/+59
It was serving no point but to add one exec method which is better to be together with the other similiar methods in CdtSpawnerProcessFactory. Change-Id: I35e45de1e2269d90a4c139ea2ca1af9adbedea3d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25240 Tested-by: Hudson CI
2014-04-25Replace feature licenses with new 2014 license.Jeff Johnston1-1/+1
Change-Id: Ib5471ff3a6f4dc66fd6e42038574b42a0d62d612 Reviewed-on: https://git.eclipse.org/r/25515 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-22Linuxtools: Circumvent M7 SWTBot test problems.Andrew Ferrazzutti1-4/+53
Where possible, use alternatives to ContextMenuHelper when the workbench's active selection is needed (EBZ #433014). Also perform minor cleanup on some tests. Change-Id: I23834cdc4b89df87b6e6d5666bce8b6f646a6cc0 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25236 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-17binutils: API overview.Alexander Kurtakov1-3/+3
* Hide Activator. * Merge multiple binutils factories into STBinutilsFactoryManager * Formatting * swt garbage reduced * follow naming conventions * members to local variables Change-Id: Ib862f9385afd6809368885f2396dc53ba342e027 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25207 Tested-by: Hudson CI
2014-04-17gcov/gprof: No need for sharedInstance singleton.Alexander Kurtakov4-30/+16
If there is no state saved and constructors are empty it's better to make methods static and use them as such. Drop useless non-javadoc comments where there are Override annotations. Change-Id: I0e3156452f9ff7dca282fefaeaf99a049f4fe4e1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25197 Tested-by: Hudson CI
2014-04-17profiling: Java 8 javadoc generation.Alexander Kurtakov2-2/+2
With doclint enabled by default this is needed to make javadoc generation in profiling dir without an error (still ~100 warnings). The patch has some side effects like removing code, making methods private and other changes that are easier to do than writing the javadoc for things that are unclear what do they do. Change-Id: I72ef24e84128c4b3dc58609b2cc0368c9047801b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25178 Tested-by: Hudson CI
2014-04-16Add Gcov annotation specification for lines covered "many times".Roland Grunberg4-20/+68
Use the formula for an outlier (relative to upper quartile) to determine whether a set of hit counts is large relative to each file, ignoring lines not covered. Also show lines thoroughly covered in the overview ruler. Change-Id: I949c3f330b644482421441548020e91d51dd2ab7 Reviewed-on: https://git.eclipse.org/r/24998 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-04-15gcov: Fix warnings.Alexander Kurtakov4-476/+476
Thanks to Sonar for identifying them. Change-Id: I1a20b2a0e752860e1d558fab82ab3b3689153ac2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25033 Tested-by: Hudson CI
2014-04-14dataviewers: Cleanup.Alexander Kurtakov1-19/+3
Reduce visibility wherever possible - if new methods will be exposed they have to have proper javadoc (both at class/method level). At version 3.0 it's high time to take API seriously. Also fix a number of inconsistencies as spotted by sonar. Change-Id: I8640827f3c16cc89688ba93abe553e7665d2bc56 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24936 Tested-by: Hudson CI
2014-04-12Remove annotatedsourceeditor and friends.Alexander Kurtakov1-1/+0
Now that gcov use the CDT editor annotatedsourceeditor and methods used by it are no longer needed. Change-Id: I96a75031edd2081630fc3bac76ed5203e81483d1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24899 Tested-by: Hudson CI
2014-04-11gcov: change makefile link orderMatthew Khouzam1-1/+1
Change from gcc -llib file.c to gcc file.c -llib Change-Id: If2d39b413891625d3270e57e2cbfb8a04259fd11 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/24870 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-04-11Bug 350291: Gcov annotations should appear in the C/C++ editor.Roland Grunberg13-244/+665
Gcov has a separate editor for displaying code annotations. To better integrate with C/C++ developer tooling, the annotations should appear in the same editor being used to view the source code. The Gcov annotation model renders for an open ICEditor if the corresponding project has been launched using the Gcov profiling launch delegate. The model also renders when a user attempts to open a Gcov data file (.gcno, .gcda). Once a build-related action (clean, build) is performed on a project, the annotation model is disabled for all files within that project. Change-Id: Ia7966207261cfbb376902b9099cfc78962f553ca Reviewed-on: https://git.eclipse.org/r/24876 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-04-07tests: Use more appropriate junit assert methods.Alexander Kurtakov1-2/+2
Improves readability: * assertTrue(!condition) -> assertFalse(condition) * assertTrue(a == b) -> assertEquals(a, b) and other similar Change-Id: Iea7478cac9eb0278b7dcfa5702c115004ba7b5ae Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24530 Tested-by: Hudson CI
2014-04-07tests: Replace empty fail() with actual asserts.Alexander Kurtakov2-3/+59
Makes it easier to see what went wrong from the junit log. Change-Id: Ib534f7ed907ed4463739be9122a896cddd179ca9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24516 Tested-by: Hudson CI
2014-03-16gcov: Attempt to stabilize SWTBot tests.Andrew Ferrazzutti1-3/+5
Add an extra wait condition and extend an existing one to avoid missing "Delete Resources" shells. Change-Id: I7d3d9f9b301e33144567f9978ed8e1dd413fa8df Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/23406 Tested-by: Hudson CI
2014-03-14gcov: remove sleeps from swtbot testsMatthew Khouzam4-248/+307
Remove fixed timers and add wait conditions. Also updated tests to better reflect features. Updated output messages. Change-Id: I3ce29bfbec3c62f0bf8c0b415d788bc06db65082 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/19399 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-03-13Use CBI license feature.Alexander Kurtakov1-1/+1
Change-Id: Ia423ae0a80efac36c3170f1adc1e1127e08eb4c3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/23345 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-01-09Unify naming and bump releng-site version.Alexander Kurtakov1-1/+1
Change-Id: I98445db9d2c8ab6e3eaa018c169b010516021779 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20440 Tested-by: Hudson CI
2013-12-20gcov: Move tests to 1.7 too.Alexander Kurtakov5-40/+49
Change-Id: I02aa0ec52e2f04b65af2a7f35d04ea4280f4df11 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20066 Tested-by: Hudson CI
2013-12-19gcov: Remove AbstractOpenSourceFileAction.Alexander Kurtakov2-5/+5
It was not really used but referenced due to constant in it which is now moved to the activator. This allows dropping the messages/translation part, export/import less in the bundle and etc. Change-Id: Ib4548bca9a71c3ccc242333e5ca3ae6047bb4407 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20033 Tested-by: Hudson CI
2013-12-16gcov: Another round of cosmetic changes.Alexander Kurtakov2-19/+20
* Catching exact exception. * {} around blocks. * Remove public method and use member directly. Change-Id: Ibb7f1c91179ae5aa4d64737b88bf2932e6b789e7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19855 Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Hudson CI
2013-12-16gcov: Various cosmetics.Alexander Kurtakov4-20/+28
* Foreach * {} around blocks * String.isEmpty. Change-Id: I03f79e80accd7aa7590c8dfc3eb3e4f5f2a22780 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19854 Tested-by: Hudson CI
2013-12-16gcov: Bump gcov.launch to 1.7 BREE.Alexander Kurtakov3-7/+95
While on it drop the weird classpath entry into real Bundle-Require. Change-Id: Id4fb17c6113ca4a3f2f68c6d3c7eb5b5794e35ce Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19853 Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Hudson CI
2013-12-16gcov: Enable 1.7 warnsings and fix them.Alexander Kurtakov12-24/+28
Change-Id: If1a03c6dcbba2791699251cca948e1035b30ec9c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19849

Back to the top