Page MenuHomeFreeBSD

devel/libcwd: update to 1.0.6
ClosedPublic

Authored by cpm on Apr 19 2017, 11:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 18, 9:35 PM
Unknown Object (File)
Tue, Feb 18, 12:03 PM
Unknown Object (File)
Wed, Feb 5, 5:00 PM
Unknown Object (File)
Nov 4 2024, 12:10 AM
Unknown Object (File)
Sep 27 2024, 2:10 PM
Unknown Object (File)
Sep 27 2024, 10:06 AM
Unknown Object (File)
Sep 27 2024, 4:29 AM
Unknown Object (File)
Sep 26 2024, 1:53 PM
Subscribers

Details

Summary
devel/libcwd: update to 1.0.6

- Add LICENSE section
- Switch to GCC=yes since this version adds support for GCC 5.x and 6.x
- Remove unrecognized configuration option: --disable-pch
- Bump library version in pkg-plist
- Take maintainership

Changes:
  Support for g++ 6.x, 5.x and DWARF version 4.

  Added channel_ct::operator(bool)
  This allows one to turn off debug output for a channel that is on
  on a per invocation basis by doing:
    
	  Dout(dc::notice(cond), ...);
    
  which then will only print debug output if 'cond' is true (and
  dc::notice is on).

  Added libcwd/cwlist.h to libcwd - this isn't used by
  libcwd itself, it's just an extra gadget for you.

  Bug fixes:

  Reallocating a memory block that was originally allocated
  in a different thread could lead to undefined behavior (when
  memory allocation checking is on, which is the default).

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Do you need / are you seeking approval for this?

If so, this looks good to me (and thanks for doing this update / improvement)!

This revision is now accepted and ready to land.Apr 22 2017, 9:24 AM
This revision was automatically updated to reflect the committed changes.