Changes between Version 2 and Version 3 of IRIXBuild


Ignore:
Timestamp:
Sep 14, 2007, 7:33:20 PM (17 years ago)
Author:
pvachon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IRIXBuild

    v2 v3  
    1212 * cassert, cmath, c[anything] as includes are forbidden. This is bad practice in general given how GDAL is written. Change them to <assert.h> <math.h> <stdlib.h>, etc.
    1313 * iostream is evil and complicates things. Fortunately, only one driver (pcraster) included iostream, and removing said include is safe.
     14 * Since we're in a strict C++ mode, copysignf does not seem to exist. Use copysign instead.
    1415
    1516== Maximum Command Line Argument Length ==