• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

01org / parameter-framework / 448
32%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2015 08:45AM UTC
Jobs 2
Files 263
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
448

push

travis-ci

krocard
Merge pull request #133 from krocard/android-darwin-clang

Build on darwin in the android framework with clang

In order to build the parameter-framework on darwin (osx), clang must be supported.
 - Fix the code to compile with clang
 - Enable travis's clang build
 - No longer forbid to build with clang in android.mk

Notes
 - the parameter framework still does not support out of the box
   compilation on darwin due to warnings (deprecated features mostly)
   that are considered as errors.
 - the first patch removed the fake parameter-framework_include lib
   that was used by the plugins to find PFw headers.
   This mean that all plugin makefiles must be updated.

71 of 71 new or added lines in 24 files covered. (100.0%)

4842 of 6886 relevant lines covered (70.32%)

3823.33 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
parameter/BitParameter.cpp
1
100.0
parameter/BitParameterBlockType.cpp
1
100.0
parameter/ConfigurableDomains.cpp
1
100.0
parameter/EnumParameterType.cpp
1
100.0
parameter/ParameterAdaptation.cpp
1
100.0
parameter/ParameterBlockType.cpp
1
100.0
parameter/ParameterMgr.cpp
1
100.0
parameter/Subsystem.cpp
2
100.0
parameter/LinearParameterAdaptation.cpp
2
100.0
parameter/LogarithmicParameterAdaptation.cpp
3
100.0
parameter/FixedPointParameterType.cpp
4
100.0
parameter/BitParameterType.cpp
5
100.0
parameter/IntegerParameterType.cpp
7
100.0
parameter/SubsystemObject.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
parameter/AreaConfiguration.h
1
100.0
parameter/AutoLock.h
1
100.0
parameter/AutoLog.cpp
1
100.0
parameter/BackSynchronizer.h
1
100.0
parameter/BaseParameter.cpp
1
100.0
parameter/BaseParameter.h
1
100.0
parameter/BinarySerializableElement.h
1
100.0
parameter/BitParameterBlock.h
1
100.0
parameter/BitParameterBlockType.cpp
1
100.0
parameter/BitParameterBlockType.h
1
100.0
parameter/BitParameterType.h
1
100.0
parameter/BitwiseAreaConfiguration.h
1
100.0
parameter/Component.h
1
100.0
parameter/ComponentInstance.h
1
100.0
parameter/ComponentLibrary.h
1
100.0
parameter/ComponentType.h
1
100.0
parameter/ConfigurableElementAggregator.cpp
1
100.0
parameter/ConfigurableElementWithMapping.h
1
100.0
parameter/ElementBuilderTemplate.h
1
100.0
parameter/ElementLibrarySet.cpp
1
100.0
parameter/ElementLocator.cpp
1
100.0
parameter/ErrorContext.cpp
1
100.0
parameter/FileIncluderElementBuilder.h
1
100.0
parameter/FrameworkConfigurationGroup.h
1
100.0
parameter/FrameworkConfigurationLocation.cpp
1
100.0
parameter/FrameworkConfigurationLocation.h
1
100.0
parameter/HardwareBackSynchronizer.cpp
1
100.0
parameter/HardwareBackSynchronizer.h
1
100.0
parameter/InstanceConfigurableElement.h
1
100.0
parameter/InstanceDefinition.cpp
1
100.0
parameter/InstanceDefinition.h
1
100.0
parameter/IntegerParameterType.h
1
100.0
parameter/KindElementBuilderTemplate.h
1
100.0
parameter/KindElement.h
1
100.0
parameter/LinearParameterAdaptation.h
1
100.0
parameter/LogarithmicParameterAdaptation.cpp
1
100.0
parameter/LogarithmicParameterAdaptation.h
1
100.0
parameter/Mapper.h
1
100.0
parameter/MappingContext.cpp
1
100.0
parameter/MappingData.h
1
100.0
parameter/NamedElementBuilderTemplate.h
1
100.0
parameter/ParameterAdaptation.cpp
1
100.0
parameter/ParameterAdaptation.h
1
100.0
parameter/ParameterBlock.h
1
100.0
parameter/ParameterBlockType.h
1
100.0
parameter/ParameterFrameworkConfiguration.cpp
1
100.0
parameter/ParameterMgrLogger.h
1
100.0
parameter/PathNavigator.cpp
1
100.0
parameter/PathNavigator.h
1
100.0
parameter/PluginLocation.h
1
100.0
parameter/Rule.h
1
100.0
parameter/SelectionCriteria.cpp
1
100.0
parameter/SelectionCriteriaDefinition.cpp
1
100.0
parameter/SelectionCriteria.h
1
100.0
parameter/SelectionCriterionLibrary.cpp
1
100.0
parameter/SelectionCriterionLibrary.h
1
100.0
parameter/SelectionCriterionRule.h
1
100.0
parameter/SelectionCriterionType.h
1
100.0
parameter/SimulatedBackSynchronizer.cpp
1
100.0
parameter/SimulatedBackSynchronizer.h
1
100.0
parameter/StringParameter.h
1
100.0
parameter/StringParameterType.cpp
1
100.0
parameter/StringParameterType.h
1
100.0
parameter/SubsystemElementBuilder.cpp
1
100.0
parameter/SubsystemLibrary.h
1
100.0
parameter/SubsystemObjectCreator.cpp
1
100.0
parameter/SubsystemObjectCreator.h
1
100.0
parameter/SubsystemPlugins.h
1
100.0
parameter/Syncer.h
1
100.0
parameter/SyncerSet.h
1
100.0
parameter/VirtualSyncer.cpp
1
100.0
parameter/VirtualSyncer.h
1
100.0
parameter/XmlDomainExportContext.h
1
100.0
parameter/XmlDomainImportContext.h
1
100.0
parameter/XmlDomainSerializingContext.h
1
100.0
parameter/XmlElementSerializingContext.cpp
1
100.0
parameter/XmlFileIncluderElement.h
1
100.0
parameter/XmlParameterSerializingContext.cpp
1
100.0
parameter/XmlParameterSerializingContext.h
1
100.0
remote-processor/AnswerMessage.h
1
100.0
remote-processor/ConnectionSocket.h
1
100.0
remote-processor/ListeningSocket.h
1
100.0
remote-processor/RemoteCommand.h
1
100.0
remote-processor/RemoteCommandHandler.h
1
100.0
remote-processor/RemoteProcessorServerInterface.h
1
100.0
remote-processor/Socket.h
1
100.0
utility/Utility.cpp
1
100.0
xmlserializer/XmlMemoryDocSink.cpp
1
100.0
xmlserializer/XmlMemoryDocSink.h
1
100.0
xmlserializer/XmlMemoryDocSource.cpp
1
100.0
xmlserializer/XmlSerializingContext.cpp
1
100.0
xmlserializer/XmlSink.h
1
100.0
xmlserializer/XmlSource.h
1
100.0
xmlserializer/XmlStreamDocSink.cpp
1
100.0
xmlserializer/XmlStreamDocSink.h
Jobs
ID Job ID Ran Files Coverage
1 448.1 09 Jun 2015 08:45AM UTC 0
70.32
Travis Job 448.1
2 448.2 09 Jun 2015 08:47AM UTC 0
0.0
Travis Job 448.2
Source Files on build 448
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #448
  • 83c2baba on github
  • Prev Build on master (#406)
  • Next Build on master (#455)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc