Ticket #1363 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Put an abstraction for sized integer types in System.h

Reported by: Peter Peterson Owned by: Peter Peterson
Priority: minor Milestone: Iteration 24
Component: Keywords:
Cc: Blocked By:
Blocking: Tester: Martyn Gigg

Description

Since sized types are fairly common, but an abstraction in System.h for handling them. This should be protected by a guard detected in scons which has an alternate implementation as defined in Wikipedia

Change History

comment:1 Changed 10 years ago by Peter Peterson

  • Status changed from new to accepted
  • Owner set to Peter Peterson

comment:2 Changed 10 years ago by Peter Peterson

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

(In [5681]) Added sized integer types to System.h. This fixes #1363.

comment:3 Changed 10 years ago by Martyn Gigg

  • Status changed from closed to reopened
  • Resolution fixed deleted

comment:4 Changed 10 years ago by Martyn Gigg

(In [5691]) Have MantidPlot build set the approriate macro for existence of stdint.h. Re #1363

comment:5 Changed 10 years ago by Martyn Gigg

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

comment:6 Changed 10 years ago by Nick Draper

  • Status changed from closed to verify

moved to verify

comment:7 Changed 10 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:8 Changed 10 years ago by Martyn Gigg

  • Status changed from verifying to closed

Verified that System.h includes stdint if it is present and defines the types if not. All build servers are happy meaning both environments that have stdint.h and those that do not are happy.

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2210

Note: See TracTickets for help on using tickets.