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

cgreen-devs / cgreen / 263

Builds Branch Commit Type Ran Committer Via Coverage
263 master Merge pull request #138 from dankm/freebsd Support FreeBSD in unit tests. Thanks to @dankm for the PR. push 21 Apr 2017 08:23AM UTC web-flow travis-ci pending completion   set done
262 master Support FreeBSD in the unit test CMakeLists FreeBSD's dlopen only searchs the default link path unless the path name inlcues the path separator. To get it to load a shared object in the current directory one must prefix it with './'. This doesn't... Pull #138 20 Apr 2017 04:42PM UTC web-flow travis-ci pending completion   set done
261 master text-reporter: Only report summary from top-level suite. Prior to this change, if one create a top-level suite called Suite_A, and in that suite added 2 sub-suites, subsuite_1 and subsuite_2 which had 2 tests and 4 asserts each, the output would... Pull #137 19 Apr 2017 12:20AM UTC web-flow travis-ci pending completion   set done
259 master Merge pull request #136 from tboese/master Use strict prototyping. Thanks to @tboese for the PR. push 18 Apr 2017 08:23PM UTC web-flow travis-ci pending completion   set done
258 master Use strict prototyping. Be explicit for protypes of functions that take no arguments. This allows the compiler to be more rigid in checking that the functions are called correctly. Pull #136 18 Apr 2017 07:33PM UTC web-flow travis-ci pending completion   set done
257 master Merge pull request #134 from tboese/master Protect against expressions in assertion statements by surrounding them with parenthesis in the macros. Thanks to @tboese for the PR! push 14 Apr 2017 04:05PM UTC web-flow travis-ci pending completion   set done
256 master Protect against expressions in assertion statements. As an example, without this change: assert_false(a == b) ends up evaluating to: assert_true(!a == b) The "!a" is evaluated before the "==". What we really want to see is assert_tru... Pull #134 13 Apr 2017 10:33PM UTC web-flow travis-ci pending completion   set done
255 master Avoid warning for unused parameter in C++ template function push 30 Mar 2017 07:59AM UTC Thomas Nilefalk travis-ci pending completion   set done
254 master Merge pull request #133 from thoni56/master Change NULL to 0 in a test to avoid warning for non-pointer parameter push 24 Mar 2017 05:32PM UTC web-flow travis-ci pending completion   set done
253 master Change NULL to 0 in a test to avoid warning for non-pointer parameter Pull #133 24 Mar 2017 05:28PM UTC web-flow travis-ci pending completion   set done
252 master src/CMakeLists.txt: build circular_buffer.c always to allow all tests run successfully Pull #130 10 Mar 2017 05:34PM UTC web-flow travis-ci pending completion   set done
250 master Merge pull request #128 from thoni56/cgreen_mocker_to_generate_casts Cgreen mocker to generate casts push 17 Feb 2017 10:44PM UTC web-flow travis-ci pending completion   set done
249 master Add cast to functions return type when returning mocked value Previously the bare mock() was just returned which caused a lot of warnings which was particularly troublesome with large API:s. Can only cast to a single pointer indirection type. Pull #128 17 Feb 2017 10:41PM UTC web-flow travis-ci pending completion   set done
248 master Merge pull request #127 from thoni56/remove_superflous_namespacing Remove superflous namespacing push 17 Feb 2017 10:38PM UTC web-flow travis-ci pending completion   set done
247 master Remove a lot of #ifdef'ed namespace-ing Most files are never compiled with C++ any longer. Not since the C/C++ unification some months ago. Only some of the tests on user level need to be, so they drive some C++ namespacing for cgreen_values and ... Pull #127 17 Feb 2017 10:37PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • …
  • 43
  • 44
  • 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

© 2025 Coveralls, Inc