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

RippeR37 / libbase / 1068373492

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:24AM 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:35PM 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
35 master Extend travis CI script to introduce new jobs (more compilers and configs) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (GCC 7..10, Clang 7..10) - different build types (Release, Debug) - special ta... push 16 Sep 2020 10:34PM UTC RippeR37 travis-ci pending completion
34 develop Extend travis CI script to introduce new jobs (more compilers and configs) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (GCC 7..10, Clang 7..10) - different build types (Release, Debug) - special ta... push 16 Sep 2020 10:24PM UTC RippeR37 travis-ci pending completion
33 develop Extend travis CI script to introduce new jobs (more compilers and configs) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (GCC 7..10, Clang 7..10) - different build types (Release, Debug) - special ta... push 16 Sep 2020 09:56PM UTC RippeR37 travis-ci pending completion
32 develop Extend travis CI script to introduce new jobs (more compilers and settings) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (and their versions) - different build types - different tasks (build/test/...) push 16 Sep 2020 09:31PM UTC RippeR37 travis-ci pending completion
31 develop Extend travis CI script to introduce new jobs (more compilers and settings) This commits extends `.travis.yml` script to trigger more builds with: - different compilers (and their versions) - different build types - different tasks (build/test/...) push 16 Sep 2020 09:13PM UTC RippeR37 travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
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