Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-02 | bug chasing: shared objects and data symbols | midipix | 6 | -0/+194 | |
2015-04-29 | fixed typo in crc header. | midipix | 1 | -53806/+53806 | |
2015-04-29 | winsym crc32 hashes | midipix | 2 | -67/+53806 | |
2015-04-26 | complete draft of api needed for high-priority functionality. | midipix | 1 | -11/+24 | |
2015-04-26 | add 'raw' to the map/unmap api names to make that aspect clear. | midipix | 1 | -3/+4 | |
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. |