Skip to content

Releases: codes-org/codes

CODES v1.4.2

14 Jul 17:39
b8c423e
Compare
Choose a tag to compare

Tiny update that prevented building in cmake specifically for gcc versions >=10

CODES v1.4.1

13 Jul 22:54
d42398d
Compare
Choose a tag to compare

This release has a hotfix applied to v1.4, there was a problem with one of the tests that would only show up if you used a GCC version >= 10.0 as it began strictly enforcing proper usage of extern keywords in header files when necessary. Older versions of GCC weren't that pedantic by default but going forward they will be.

CODES v1.4

12 Jul 20:11
cbebd5a
Compare
Choose a tag to compare

This is a big one, lots of stuff included in this from 2019-2022

DF Congestion Management
Multiplanar DF/DFP
Link Failure DF/DFP
SWM Compatibility
Simultaneous Events -- Deterministic Random/User Defined tiebreaking from Ross v8.0.0
DF Multi-class QoS
DF/DFP packet injection fixes
CMake Build capability (old Automake is preserved for compatibility)

CODES v1.3

12 Jul 18:38
579a734
Compare
Choose a tag to compare

Minor changes that we wanted to commit to a release prior to the huge number of changes coming imminently in v1.4/2.0

CODES v1.2

12 Nov 04:39
0fba405
Compare
Choose a tag to compare

This release includes the latest changes including major refactoring.

Most changes are focused on 1D Dragonfly's routing. It has been rewritten from scratch, including the progressive adaptive routing. The old version has been preserved as best as possible as prog_adaptive_legacy.

Dragonfly Plus also has a new routing algorithm: FPAR

1.1.1

30 Jul 16:10
0aedf8d
Compare
Choose a tag to compare

Main differences between this release and 1.1.0 is some bugfixes and updates so that CODES works with the latest ROSS version v7.1.1 (https://github.com/ROSS-org/ROSS/releases/tag/v7.1.1)