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

dawagner / parameter-framework / 68 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2015 08:53AM UTC
Files 267
Run time 32s
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

24 Apr 2015 08:28AM UTC coverage: 70.135%. Remained the same
68.1

push

travis-ci

dawagner
Merge pull request #105 from dawagner/multithread-python-bindings

python bindings: activate thread-safety code generation

The Parameter Framework may spawn a thread listening to request for command
execution. In this case, whenever a command produces a log, a callback function
provided by the client is called. When the client is a python script using the
python bindings, this causes a python function to be called in a different
context than the main thread. This can only work safely if a specific lock is
held before hand; see

    https://docs.python.org/2/c-api/init.html#non-python-created-threads

Fortunately, SWIG can generate the corresponding code automatically using

    %module(threads=1, ...) mymodule

4793 of 6834 relevant lines covered (70.13%)

3827.43 hits per line

Source Files on job 68.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 68
  • Travis Job 68.1
  • 9d1bcf04 on github
  • Prev Job for on master (#61.1)
  • Next Job for on master (#97.1)
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