Opened 9 years ago

Closed 9 years ago

Last modified 8 years ago

#6133 closed task (fixed)

Propose dropping any support for pre mac osx (10)

Reported by: Kurt Schwehr Owned by: warmerdam
Priority: normal Milestone:
Component: ConfigBuild Version: svn-trunk
Severity: normal Keywords: legacy
Cc:

Description

I would be very surprised if MacOS 9 or older has built for a long time.

If there are no ojections, I'll remove the macintosh and macos_pre10 defines but leave the _WIN32_WCE

find . -name "*.[ch]*" | xargs egrep 'macos_pre10|macintosh' | egrep -v 'libpng|margin'
./port/cpl_port.h:/*      We will use macos_pre10 to indicate compilation with MacOS      */
./port/cpl_port.h:#ifdef macintosh
./port/cpl_port.h:#  define macos_pre10
./port/cpl_port.h:#ifdef macos_pre10
./port/cpl_vsi.h:#if !defined(macos_pre10) && !defined(_WIN32_WCE)

Change History (6)

comment:1 by Even Rouault, 9 years ago

let's drop macos 9 support.

Windows CE is no longer maintained toi. not sure if it is worth keeping the specialized code paths

comment:2 by Kurt Schwehr, 9 years ago

r30731 removes macos 9 and older support.

I'll keep the bug open for anyone who wants to weigh in with support for WinCE.

comment:3 by Even Rouault, 9 years ago

Resolution: fixed
Status: newclosed

Nobody reads tickets... Let's close this one. You could bring the subject on gdal-dev if you want. There's no longer any Windows CE maintainer.

comment:4 by Kurt Schwehr, 9 years ago

Removed WinCE from trunk: r30912 r30910 r30909 r30902 r30901 r30900

Windows CE code remains in 3rd party code e.g. libpng, libjson, etc

Last edited 8 years ago by Kurt Schwehr (previous) (diff)

comment:5 by Mateusz Łoskot, 9 years ago

Created wiki:WindowsCE page to inform interested users.

comment:6 by Mateusz Łoskot, 9 years ago

Remove WinCE links dangling in the front-page translations (r31013)

Note: See TracTickets for help on using tickets.