Skip to content

Releases: ThrowTheSwitch/Ceedling

v1.0.0

01 Jan 19:29
Compare
Choose a tag to compare

This Ceedling release is the most significant since the project was first posted to SourceForge.

Ceedling now runs in Ruby 3. Builds can now run much faster than previous versions because of parallelized tasks. In test suites, header file search paths, code defines, and tool run flags are now customizable per test executable. Ceedling now also offers integrated debugging options to find the cause of crashing tests.

🏴‍☠️ Avast, Breaking Changes, Ye Scallywags!

Ahoy! There be plenty o’ Breaking Changes in this release. Please check both the ReleaseNotes.md and BreakingChanges.md documents for more information!

📣 Shout-outs and Special Thank-You’s

A HUGE Thanks to the ThrowTheSwitch.org community, for continuing to use, critique, and contribute to these tools. We're making the C world a better place and we appreciate all of you!

We'd like to make some quick shout-outs to some especially helpful contributions. THANK YOU!

-- Mark VanderVoord & Machael Karlesky, ThrowTheSwitch.org Project Maintainers

Sponsors of Ceedling 1.0.0

Major Code/Doc Contributors

These individuals contributed significant features, bugfixes, and improvements. This list was generated by git, so if you feel you should be here, you're probably right. Please let us know and we're very sorry to have missed you!

  • Dom Postorivo
  • Cezary Gapinski
  • Aaron Schlicht
  • Tim Bates
  • Patrick Junger
  • Austin Glaser
  • Łukasz Żegliński
  • Anthony Male
  • Peter Membrey
  • Laurens Miers
  • Alejandro Rosso
  • Tony Webb
  • Greg Williams
  • John Van Enk
  • Job Vranish

Major Forum Contributors

These individuals have been a huge help in answering questions and guiding newcomers on our forums. Thanks for making this a welcoming community!

Also, thanks for your contributions!

Hiroaki Yamazoe, Lucas Becker, Rafael Campos Las Heras, Scott Vokes, Zane D. Purvis, Данила Вальковец, Aaron Schlicht,
Carl-Oskar Larsson, Javier Tiá, Jesper L. Nielsen, MrRedKite, Nik Krause, Rasmus Melchior Jacobsen, serjche,
Andrei Korigodskii, Eder Clayton, Felipe Balbi, Hannes Bachl, Mike D. Lowis, Peter Horn, Rasmus Uth Pedersen,
Simon Grossenbacher, AlexandreMarkus, André Draszik, Aurelien CHAPPUIS, Austin Yates, Ben Wainwright,
Christopher Cichiwskyj, Crt Mori, Horacio Mijail Antón Quiles, John Hutchinson, Joseph Gaudet, Julien Peyregne, KGons,
Kalle Møller, Peter Kempter, Luca Cavalli, Maksim Chichikalov, Marcelo Jo, Matt Chernosky, Niall Cooling,
Olivier C. Larocque, Patrick Little, Richard Eklycke, Serjche, Spencer Russell, Stavros Vagionitis, Steven Huang,
Toby Mole, Tom Hotston, Yuanqing Liu, afacotti, ccarrizosa, diachini, Steven Willard

v0.31.1

18 Jun 20:06
ca463d0
Compare
Choose a tag to compare

Primarily bugfixes on the 0.30.0 release.

v0.31.0

29 Jan 16:16
Compare
Choose a tag to compare

many bugfixes.
improved (but not perfect) dependency tracking.
big improvements to gcov support.
better handling of includes (particularly related to subdirs).
improved (but again not perfect) parsing.

v0.30.0

03 May 20:55
Compare
Choose a tag to compare

This release of Ceedling includes:

  • The Dependencies Plugin (a method of automatically fetching and building sub-projects.
  • Significant improvements to GCOV coverage reporting.
  • Cleaner library linking support.
  • More flexible support for compiling with different options.
  • Many Many bugfixes and improvements to self-testing.

Special Thanks to Peter Membrey (@pmembrey) for sponsoring this release, and the dependencies plugin in particular!

Also Thanks to @aschlicht, @CezaryGapinski, @felipebalbi, @beckerzito, @germouse12, @korigod, @andred, @tobyjwebb , and the rest of the community for your contributions!

Ceedling v0.29.1

13 Nov 01:50
Compare
Choose a tag to compare

Update to latest Unity 2.5 & CMock 2.5.1
Cleaner command interface with all things calling ceedling
Better coverage integration
Better options and projects support
Better new and upgrade support
Now defaults to new project AS GEM. can be forced to install locally if desired.
Many many many bugfixes.
Improved support for updating existing projects.

Ceedling v0.28.3

08 Aug 17:57
Compare
Choose a tag to compare

[Release Candidate. We'd love your feedback]

  • Improvements to Bullseye plugin
  • Improvements to gcov plugin
  • Improvements to Module Generator
  • Multi-threaded Compiles
  • Report Test Timing Supported
  • On-demand build directory creation
  • Better support for assembly files in TESTS (already existed in releases)
  • Docs have been cleaned in spots
  • Many a bug squashed
  • New plugin: Raw Output

Ceedling v0.28.2

12 Sep 12:42
Compare
Choose a tag to compare
  • Protect gcovr plugin from UTF-8 characters
  • Add HTML reporting to gcov output
  • Fixed error in project:xxx notation
  • Stop including test support files in release build
  • Updated CI support to handle latest release of Travis Linux
  • Updated to CMock 2.4.5 and Unity 2.4.2

Ceedling v0.28.1

25 Jun 16:29
Compare
Choose a tag to compare

This release focuses on stability. While there are some things that we would really like to make even better, this should be more stable than the last release.

Ceedling v0.27.0

25 Apr 12:34
Compare
Choose a tag to compare
  • Make handling of missing directories more graceful
  • Added option to specify a project file inline like ceedling project:blah test
  • Added support for project files which include other project files
  • Update documentation to beautiful (and editable) markdown
  • Accept missing configuration sections more cleanly
  • Only load release rules if we are releasing
  • Cleaned up errors on exit
  • Example project cleanup and now verified with CI
  • Globs now include base path
  • Add ability to inject defines into test definitions
  • New plugin: JUnit output formatter
  • New plugin: Subprojects (build libraries automatically as needed)

Ceedling 0.25.0

29 Nov 20:05
Compare
Choose a tag to compare
  • Fixes significant issues, particularly on Windows, with missing dependencies
  • Cleans up error handling so that they are properly reported again.
  • Cleans up errors in module generator handling
  • Cleans up error in test runner generator handling
  • Adds Command Line Hook plugin