Opened 15 years ago

Closed 15 years ago

#5 closed task (fixed)

Port atomic functions

Reported by: Dmitry A. Kuminov Owned by: Dmitry A. Kuminov
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 (2)

comment:1 Changed 15 years ago by Dmitry A. Kuminov

Owner: set to Dmitry A. Kuminov
Status: newassigned

comment:2 Changed 15 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: assignedclosed

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.