Skip to content

Releases: dcdillon/cpuaff

Version 1.0.6

28 Oct 23:23
259cd78
Compare
Choose a tag to compare

Fixed a couple of small bugs

  • affinity_manager::get_cpus_by_socket_and_core() actually works now!
  • Using hwloc had some issues (which I never see because I use it on Linux natively) which are now fixed

Hardened the tests

  • The tests now succeed on travis-ci and test everything they're supposed to.

Reorganized the tools and packaging

  • The root directory is now a lot cleaner looking and the tools and other scripts are safer and generally better.

Ubuntu releases on the PPA

  • Support for Zesty and Artful

cpuaff-1.0.2

13 Sep 22:26
Compare
Choose a tag to compare

Fixed a bug in catch that was causing some build issues.

cpuaff-1.0.0

18 Aug 17:24
Compare
Choose a tag to compare

This is the declaration of stability. cpuaff has been running in production for over a month now and I think things are good.

cpuaff-0.0.7

03 Jun 21:14
Compare
Choose a tag to compare
cpuaff-0.0.7 Pre-release
Pre-release

Added stream operator overloads for cpu_spec

cpuaff-0.0.6

27 May 18:37
Compare
Choose a tag to compare
cpuaff-0.0.6 Pre-release
Pre-release

Fixed a bug where get_affinity wasn't working at all!

cpuaff-0.0.5

18 May 12:36
Compare
Choose a tag to compare
cpuaff-0.0.5 Pre-release
Pre-release

Fixed a bug in reading sysfs for linux 3.x kernels.

cpuaff-0.0.4

28 Apr 13:29
Compare
Choose a tag to compare
cpuaff-0.0.4 Pre-release
Pre-release

Promoted native_cpu_wrapper type to cpuaff namespace.

cpuaff-0.0.3

31 Mar 15:24
Compare
Choose a tag to compare
cpuaff-0.0.3 Pre-release
Pre-release

Very small bugfix in linking. A function that needed to be declared inline was not.

cpuaff-0.0.2

03 Feb 03:16
Compare
Choose a tag to compare
cpuaff-0.0.2 Pre-release
Pre-release

Changes

  • Separated pci_device_manager from affinity_manager
  • Changed affinity_manager, native_cpu_mapper, round_robin_allocator, pci_device_manager, and pci_name_resolver to initialize on construction
  • Linux sysfs_reader now supports more sysfs layouts

cpuaff-0.0.1

25 Jan 18:12
Compare
Choose a tag to compare
cpuaff-0.0.1 Pre-release
Pre-release

Initial release. Everything should be working for Linux. Others untested at the moment.