Overview
| Comment: | We need OFObject.h in macros.h now for of_{point,dimension,rectangle}_t. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
674acc50821c4c6d554ae81b3a68470d |
| User & Date: | js on 2011-06-15 21:38:20 |
| Other Links: | manifest | tags |
Context
|
2011-06-16
| ||
| 01:05 | of_asprintf: Work around Win32 breaking C99 standard length modifiers. (check-in: 6c20d8bff4 user: js tags: trunk) | |
|
2011-06-15
| ||
| 21:38 | We need OFObject.h in macros.h now for of_{point,dimension,rectangle}_t. (check-in: 674acc5082 user: js tags: trunk) | |
|
2011-06-14
| ||
| 19:34 | Add -[crossProductWithVector:] to OFFloatVector. (check-in: aadec90b2f user: js tags: trunk) | |
Changes
Modified src/macros.h from [5405f50b68] to [d83f16de45].
| ︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + | * * Alternatively, it may be distributed under the terms of the GNU General * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ |
| ︙ |