Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor common POSIX support out of individual qplatformdefs.h | João Abecasis | 2010-01-22 | 1 | -47/+10 |
| | | | | | | POSIX header incorporates previously refactored X/Open LFS extensions. Reviewed-by: Thiago Macieira | ||||
* | Refactor common C89 support out of individual qplatformdefs.h | João Abecasis | 2010-01-22 | 1 | -5/+8 |
| | | | | Reviewed-by: Thiago Macieira | ||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Introducing QT_MMAP | João Abecasis | 2009-10-21 | 1 | -0/+1 |
| | | | | | | | In platforms with Large File Support, we use mmap64, to be able to handle offsets (and therefore files) larger than 2Gb. Reviewed-by: Thiago Macieira | ||||
* | Add a mkspec for selecting gcc-4.0 on Mac OS X. | Morten Sorvig | 2009-09-10 | 4 | -0/+190 |
This has one known use case: compiling with the 10.4u SDKi on 10.6. |