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

cgreen-devs / cgreen / 376

Builds Branch Commit Type Ran Committer Via Coverage
376 master Add `times` constraint (#174) In this commit the constraint that expect a mock to be invoked a specific number of times is added. The implementation piggyback on the `time_to_live` of a recorder expectation to ensure it gets cleaned correctly ... push 01 Dec 2018 11:42AM UTC thoni56 travis-ci pending completion   set done
375 master Plugged some memory leaks in cgreen-runner push 01 Nov 2018 02:52AM UTC thoni56 travis-ci pending completion   set done
374 memory-accounting Add initial implementation of memory leak check In this commit an initial implementation of the memory leak check functionality is added. A new constraint to do the check `check_memory_leak` is now available Also replace all the memory managemen... Pull #175 25 Oct 2018 08:46PM UTC web-flow travis-ci pending completion   set done
373 expect-times Add `times` constraint In this commit the constraint that expect a mock to be invoked a specific number of times is added. The implementation piggyback on the `time_to_live` of a recorder expectation to ensure it gets cleaned correctly when it i... Pull #174 24 Oct 2018 04:50PM UTC web-flow travis-ci pending completion   set done
372 never_expect-count-as-assertion never_expect counts as a pass when a mock is never called Add the ability to count `never_expect` assertions as a passing test when the mocked function is never called. Due to current implementation a new field in `RecordedExpectation` struct was... Pull #173 22 Oct 2018 07:44PM UTC web-flow travis-ci pending completion   set done
371 add-return-by-value Update cgreen-mocker to support generation of return by value cgreen-mocker is able to understand if the return type is a structure or if it is a pointer or a base type. With this information it will generate the following output when a function ... Pull #172 17 Oct 2018 06:24PM UTC web-flow travis-ci pending completion   set done
370 add-constraint-documentation Add custom constraint documentation Add 3 examples of custom constraints to the documentation. One example with a static constraint, one with a constraint that receives a parameter and one more complex that given a pointer to a structure will che... Pull #171 15 Oct 2018 11:08PM UTC web-flow travis-ci pending completion   set done
369 cleanup-change-constraint-names Convert `Constraint` struct to `CgreenConstraint` The `Constraint` struct name can easily conflict with other application that have some sort of constraint. To ensure that name collision does not happen the struct was renamed from `Constraint` ->... Pull #168 12 Oct 2018 08:05PM UTC web-flow travis-ci pending completion   set done
368 create-side-effects Correct valgrind error on test Some of the tests were leaking memory, not the implementation itself. This commit ensures that valgrind runs without any error Pull #169 12 Oct 2018 05:53PM UTC web-flow travis-ci pending completion   set done
367 create-side-effects Add side effect constraint This commit add the Side Effect constraint to Cgreen. the syntax to use it is: ``` expect(some_mock, with_sideeffect(&some_side_effect_callback, (void*)&some_side_effect_data); ``` Pull #169 27 Sep 2018 07:52PM UTC web-flow travis-ci pending completion   set done
366 master Merge pull request #167 from tboese/master Fix potential buffer overflow. push 27 Sep 2018 03:36PM UTC web-flow travis-ci pending completion   set done
365 cleanup-change-constraint-names Convert `Constraint` struct to `CGreenConstraint` The `Constraint` struct name can easily conflict with other application that have some sort of constraint. To ensure that name collision does not happen the struct was renamed from `Constraint` ->... Pull #168 27 Sep 2018 01:04PM UTC web-flow travis-ci pending completion   set done
364 master Fix potential buffer overflow. Instead of using a fixed-length array for error messages, use vsnprintf() to determine the size of buffer actually required. Pull #167 15 Aug 2018 08:15PM UTC web-flow travis-ci pending completion   set done
363 master Fix potential buffer overflow. Instead of using a fixed-length array for error messages, use vasprintf() to dynamically allocate enough memory for an arbitrary error message. Pull #167 15 Aug 2018 08:03PM UTC web-flow travis-ci pending completion   set done
362 master Fix potential buffer overflow. Instead of using a fixed-length array for error messages, use vasprintf() to dynamically allocate enough memory for an arbitrary error message. Pull #167 15 Aug 2018 06:55PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • …
  • 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