Ticket #5 (closed task: fixed)

Opened 4 years ago

Last modified 4 years ago

Port atomic functions

Reported by: dmik Owned by: dmik
Priority: major Milestone: QtCore Beta
Component: QtCore Version: 4.5.1 Beta 1
Severity: Keywords:
Cc:

Description

We need to pick up the correct version of atomic functions from src/corelib/arch or write our own.

Change History

comment:1 Changed 4 years ago by dmik

  • Owner set to dmik
  • Status changed from new to assigned

comment:2 Changed 4 years ago by dmik

  • Status changed from assigned to closed
  • Resolution set to fixed

It seems to be quite easy: the implementation of atomic primitives for the i386 architecture used with GCC compilers (qatomic_i386.h) should be fine for os2-g++ too.

Done that in r49.

Note: See TracTickets for help on using tickets.