notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/cpputest/pkg-plist

Number of commits found: 3

Tuesday, 2 Jun 2020
05:51 fernape search for other commits by this committer
devel/cpputest: Update to 4.0

From ChangeLog: https://github.com/cpputest/cpputest/releases/tag/v4.0

New functionality:

 * Added MemoryAccountant
 * Added SimpleStringCache that also removed the memory leak caused by longjmp
   in C
 * Thread-safe memory leak detector overloads
 * New command-line options:
 *     -h help option
 *     -s shuffle (random) option
 *     -t run a specific test option
 *     -vv extra verbose option
 *     -k add a package name to junit output
 * Added new asserts: CHECK_COMPARE, and improved C macros
 * Support for newer compilers and address sanitizer

Small improvements:

 * Fixed problems with gdb
 * More 16-bit support
 * Added Makefile for making the examples with an installed CppUTest
 * Small mock improvements
 * Removed more compiler warnings
 * Support for C++14, C++17, and C++2x (added to automated build)

Improved maintainability:

 * Docker builds
 * Vastly improved the automated build with more platforms and variants
 * Continuously releasing the passing build
 * MS-DOS support (added to automated build)

PR:	246907
Submitted by:	akos.somfai@gmail.com (maintainer)
Original commitRevision:537521 
Monday, 28 Nov 2016
08:40 wen search for other commits by this committer
- Update to 3.8

PR:		214890
Submitted by:	akos.somfai@gmail.com(maintainer)
Original commitRevision:427288 
Friday, 27 May 2016
11:29 pawel search for other commits by this committer
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for
test-driving your code. It is written in C++ but is used in C and C++ projects
and frequently used in embedded systems.

CppUTest's core design principles:

* Simple to use and small
* Portable to old and new platforms
* Build with Test-driven Development in mind

WWW: https://cpputest.github.io/

PR:		209622
Submitted by:	Akos Somfai <akos.somfai@gmail.com>
Original commitRevision:415934 

Number of commits found: 3