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

RippeR37 / libbase
85%
master: 83%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Repo Added 18 Aug 2019 02:35PM UTC
Files 93
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 develop
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • dev/FTR-1/callback/1
  • develop
  • master

pending completion
1068373492

push

github

RippeR37
Improved GitHub Actions CI building for Windows and Linux

2242 of 2636 relevant lines covered (85.05%)

767.46 hits per line

Relevant lines Covered
Build:
Build:
2636 RELEVANT LINES 2242 COVERED LINES
767.46 HITS PER LINE
Source Files on master
  • Tree
  • List 93
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1068373492 develop Improved GitHub Actions CI building for Windows and Linux push 26 Jul 2021 05:50PM UTC RippeR37 github pending completion  
49 master Use custom gtest entry point which sets up logging and signal handlers. This commits sets up custom entry point for unit tests (`main()` implementation) which sets up logging and signal handlers to receive useful information like stack traces upo... push 18 Nov 2020 03:23AM UTC RippeR37 travis-ci pending completion  
48 develop Use custom gtest entry point which sets up logging and signal handlers. This commits sets up custom entry point for unit tests (`main()` implementation) which sets up logging and signal handlers to receive useful information like stack traces upo... push 18 Nov 2020 02:08AM UTC RippeR37 travis-ci pending completion  
44 develop Renamed bind_helpers.h to callback_helpers.h Renamed bind_helpers.h to match upstream's file name. push 17 Nov 2020 10:46PM UTC RippeR37 travis-ci pending completion  
43 master Added `base::AutoReset` with unit tests. This construct allows for temporary change of variable's value inside specific scope. Example usage: bool working = false; // might be member { base::AutoReset<bool> auto_reset{&working, true}; ... push 13 Nov 2020 11:25PM UTC RippeR37 travis-ci pending completion  
42 develop Added `base::AutoReset` with unit tests. This construct allows for temporary change of variable's value inside specific scope. Example usage: bool working = false; // might be member { base::AutoReset<bool> auto_reset{&working, true}; ... push 13 Nov 2020 07:13PM UTC RippeR37 travis-ci pending completion  
39 develop Workaround for a bug in Clang compiler which crashed on too big `Bind*()` input Previously, if a developer would provide more bind arguments to the `base::Bind*()` call then the function takes, a static_assert() would be fired but clang would sti... push 13 Nov 2020 03:34PM UTC RippeR37 travis-ci pending completion  
38 develop Fix for out-of-order task execution in ThreadPool. Previously only deque order was ensured for ThreadPool's usage of MessagePump. This could lead to dequing (and executing) multiple tasks from the same sequence at the same time. With this change,... push 11 Nov 2020 06:11PM UTC RippeR37 travis-ci pending completion  
37 develop Moved implementation of base::*TaskRunner to seprate file and reuse it. Previously both base::Thread and base::ThreadPool had their own versions of base::TaskRunner interface implementation which duplicated the code. Furthermore, these implementa... push 25 Oct 2020 09:10PM UTC RippeR37 travis-ci pending completion  
36 develop Assing random thread within pool when creating `SingleThreadTaskRunner`. Previously, always first executing thread was assign to all created `SingleThreadTaskRunner`s within given `ThreadPool`. With this change, executing threads should be unifor... push 11 Oct 2020 03:29PM UTC RippeR37 travis-ci pending completion  
See All Builds (30)
  • 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

© 2025 Coveralls, Inc