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

dawagner / parameter-framework
78%

Build:
DEFAULT BRANCH: master
Repo Added 03 Apr 2015 10:15AM UTC
Files 130
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • Disable_fix_point_test_if_no_python_bindings
  • Wconversion-enabler
  • access-elements-as-binary
  • add-get-set-elementXML-commands
  • add-missing-export-FormattedSubsystemObject
  • android-darwin
  • android-m
  • appveyor
  • appveyor-build-more-components
  • appveyor-visualstudio-2015
  • archive-export-version
  • better-libxml2-error-messages
  • c++11-ctors-and-dtors-features
  • change-utility-header-install-dir
  • check-duplicate-criterion-values
  • client-simulator
  • client-simulator-rework
  • cmake-misc-fixes
  • cmake-multiproject-fix
  • cmake-prefix-path-usage
  • component-arrays
  • convert-to-bytes
  • coveralls-test
  • criterion-overflow-check
  • criterion-rework-step-2
  • criterion-rework-step-3
  • criterion-unit-tests
  • david-tag
  • delme
  • disambiguate-make-unique
  • doc-add-missing-folders
  • fix-android-clang+darwin
  • fix-blackboard-api-inconsistency
  • fix-coveralls
  • fix-criterion-display
  • fix-double-negative-infinity
  • fix-dynamic-lib-utility-windows
  • fix-enum-parameter-casts
  • fix-enumparam-name-attribute
  • fix-floats-limits-tests
  • fix-getElementBytes
  • fix-log-on-list
  • fix-logger-private-member-leakage
  • fix-makeEncodable
  • fix-python-sample-crash
  • fix-setParameter-array
  • fix-skeleton-plugin-build
  • fix-uninitialized-members
  • fix-unused-results
  • fix_android_darwin
  • fix_illegal_integer_conversions
  • floating-point
  • for-seb
  • forward-libxml2-error-messages
  • freeze-catch-version
  • improve-build-experience
  • includes-cleanup
  • integerparam-template
  • jules-command-parser
  • jules-criterion-rework_rebased-next
  • make-command-interface-public
  • master-candidate
  • misc-doxygen-tweaks
  • missing-client-doxygen
  • more-compilation-help-in-readme
  • move-tmpfile-out-of-libparameter
  • new-c++-domain-generator
  • no-Werror-by-default
  • no-stlport
  • optional-Werror-and-release-build
  • poc-memory-profiling
  • port-add-Wconversion-flag
  • relax-windows-errors
  • remove-big-endian-subsystems
  • remove-binary-settings
  • remove-binary-settings-storage
  • remove-deprecated
  • remove-mappingdata-xmlsink-inheritance
  • remove-some-dead-code
  • remove-some-useless-util-methods
  • remove-unused-attribute
  • remove-utility-test-from-coverage
  • remove-utility-tostring-use-c++11
  • requirements
  • rework-getattribute
  • rework-parameter-handle
  • rework-plugin-entrypoint-api
  • rework-plugin-entrypoint-api-WIP
  • selectively-export-symbols
  • simplify-empty-ctors-and-dtors
  • soaresm-cmake_clientSimulator
  • some-coveralls-fixes
  • test-skeleton-plugin
  • test-skeleton-plugin-WIP
  • tokenizer-control-merging-separators
  • travis-no-container-based
  • uncaught-exception
  • unify-access-contexts
  • unsigned-int-criterion-api
  • update-doxygen
  • v2.6.0+no-stlport
  • windows-fileversion-attribute
  • windows_port
  • wip
  • xml-generation-fixes-and-tests
  • xmlgeneration-bugfix
  • xmlgeneration-check-conflicting-elements
  • xmlgenerator-smoketest

pending completion
483

push

travis-ci

Kevin Rocard
Merge pull request #337 from clero/floatingPoint_schema

Schemas: Allow 'E' as scientific notation exponent in settings and structure files

Current xml schemas implementation forces the uses of 'e' as exponent
for scientific notation in setting and structure xml files.
Thus, the number "2.07E3" is not allowed but "2.07e3" is supported.

This patch allows to use the 'E' which is also commonly used.

5350 of 6869 relevant lines covered (77.89%)

3831.72 hits per line

Relevant lines Covered
Build:
Build:
6869 RELEVANT LINES 5350 COVERED LINES
3831.72 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
483 master Merge pull request #337 from clero/floatingPoint_schema Schemas: Allow 'E' as scientific notation exponent in settings and structure files Current xml schemas implementation forces the uses of 'e' as exponent for scientific notation in settin... push 25 Jan 2016 04:43PM UTC Kevin Rocard travis-ci pending completion  
471 master Merge pull request #329 from dawagner/xmlgeneration-check-conflicting-elements Xml generation: check conflicting elements Conflicting elements are elements belonging to more than one domain. The behaviour in such a case is unspecified. In ... push 12 Jan 2016 03:18PM UTC krocard travis-ci pending completion  
456 master Version 3.2.0 Signed-off-by: David Wagner <david.wagner@intel.com> push 06 Jan 2016 01:45PM UTC David Wagner travis-ci pending completion  
450 master Merge pull request #320 from dawagner/xml-generation-fixes-and-tests Xml generation/validation fixes and tests - change how schema are found and XML files validated - fix the XML generation script - add XML generation tests push 17 Dec 2015 05:09PM UTC David Wagner travis-ci pending completion  
438 master Merge pull request #319 from tcahuzax/clang_format Using clang-format to format code push 10 Dec 2015 05:24PM UTC krocard travis-ci pending completion  
435 master Version 3.1.0 Signed-off-by: David Wagner <david.wagner@intel.com> push 24 Nov 2015 01:13PM UTC dawagner travis-ci pending completion  
432 master Merge pull request #305 from dawagner/component-arrays Add "array" capability to Components Numerical parameters as well as ParameterBlocks can have an "ArrayLength" attribute that instantiate as many identical parameters or parameter blocks.... push 24 Nov 2015 08:43AM UTC dawagner travis-ci pending completion  
415 master Merge pull request #315 from krocard/fix-warnings Fix warnings - Fix a warning in release were parameters were unused - Fix a warning in recent compiler about auto_ptr depreciation push 17 Nov 2015 02:10PM UTC Kevin Rocard travis-ci pending completion  
406 master Add a CMake option to not turn warnings into errors We have some warnings in Release configuratio because of: - unused arguments (some calls to `assert`, that are completly removed in release mode, cause some arguments to be unused) in such a p... push 13 Nov 2015 01:51PM UTC David Wagner travis-ci pending completion  
398 master Merge pull request #309 from dawagner/cmake-multiproject-fix CMake: Replace CMAKE_BINARY_DIR with PROJECT_BINARY_DIR The former refers to the build's root dir while the latter refers the the current project's build root dir. This makes a diff... push 10 Nov 2015 04:34PM UTC David Wagner travis-ci pending completion  
See All Builds (362)
  • Repo on GitHub
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

© 2026 Coveralls, Inc