Skip to content

Releases: SolidWallOfCode/libswoc

Uthira's Revenge Release

27 May 23:02
Compare
Choose a tag to compare
  • Added STL hashed container support for swoc::file::path.
  • Fixed bug in blend logic.

Floating Release

22 May 13:30
Compare
Choose a tag to compare

The primary change is to add swoc::svtod to convert TextView to a floating point value.

Even better static linking

13 May 18:00
Compare
Choose a tag to compare

Renamed static library to 'libswoc.static.A.B.C.a' to avoid confusion with shared library.

Packaging Edition

05 May 21:39
Compare
Choose a tag to compare

Fixes:

  • Better static linking for pkgconfig files.
  • Fixes to example code.
  • Move constructors for IntrusiveHashMap, Lexicon
  • BWF support for Lexicon.

Net Compactor

24 Apr 23:30
7085d0b
Compare
Choose a tag to compare
  • Fix bug in IPSpace::find where an IPv6 range could be returned on an IPv4 find.
  • Better comments and code in the "ex_netcompact.cc" example.

Re-org release

23 Apr 02:12
ef3f916
Compare
Choose a tag to compare
  • IPSpace::erase implemented
  • Added "ex_netcompact.cc" example to compact networks.
  • Code and packaging reorganization.
  • Namespace and library name are now versioned.
  • Got rid of the "++" in the names, too many complaints.

For SCons building, the part file is now "code/libswoc.part". The part name is "libswoc". The namespace and output library files are versioned.

Versioned Namespace Edition

06 Apr 14:17
4f60ceb
Compare
Choose a tag to compare

The primary change is the namespace is now versioned and can be customized via compile time flags.

Minor fixes

01 Apr 02:18
Compare
Choose a tag to compare
  • Improve blend coalescing - was not finding all cases.
  • Add Lexicon constructors to take just default value/handler.
  • Add ex_netdb example program.

IP Address compare

13 Mar 14:31
Compare
Choose a tag to compare

Minor release to fix IP address comparisons.

Network Extraction Edition

06 Mar 17:46
Compare
Choose a tag to compare

Primarily this adds network extraction to ranges.
IPSpace was also changed to return iterators instead of direct pointers to payloads, to be more STL compliant.
This is enough change to have a new minor release.