Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-26 | api sketch for libperk. | midipix | 1 | -0/+53 | |
2015-04-05 | float: i686-nt32-midipix | midipix | 1 | -0/+49 | |
2015-04-05 | float: i686-unknown-linux, building *without* --with-fpmath=sse | midipix | 1 | -0/+47 | |
2015-04-05 | float, double, long double | midipix | 5 | -0/+189 | |
2015-03-26 | headers for gdi bitmaps, reflecting an idea about one possible | midipix | 4 | -0/+590 | |
principle/system that the winapi could follow: * if a header traditionally provided information about multiple implementation areas (i.e. bitmaps, brushes, clipping, etc.), provide the definitions for each of these areas in a designated header, and have the canonical header include them. * within each header, ideally begin by providing all of the enums, and then similarly all #defines, typedefs, and function signatures and/or forward declarations. |