summaryrefslogtreecommitdiff
path: root/src/cairo-wideint.h
AgeCommit message (Expand)AuthorFilesLines
2006-03-15Remove unused RCS $Id:$ tags.Carl Worth1-2/+1
2005-08-05Patch from John Ehresman <jpe@wingide.com> to aid win32 compilation:Carl Worth1-1/+13
2005-07-30Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard1-3/+3
2005-05-10Don't guess and make our own definitions for uint8_t, etc. Just error out if ...Carl Worth1-7/+2
2005-04-07Remove broken code for defining uint64_t.Carl Worth1-7/+1
2005-04-07Use configure-time checks for stdint.h vs. inttypes.h vs. sys/int_types.h rat...Carl Worth1-6/+17
2005-03-29src/cairo-wideint.h: add preprocessor tests for stdint.h/inttypes.hTor Lillqvist1-2/+10
2005-01-19Remove const qualifiers from the header file as well.Carl Worth1-37/+37
2005-01-11Scale factors shouldn't include mirroring.Keith Packard1-6/+4
2005-01-11Fix math library detection to use autotools helperKeith Packard1-17/+32
2004-12-21Rename __internal_linkage to cairo_private and move it to the beginning of th...Carl Worth1-2/+2
2004-12-21With thanks to Kristian Høgsberg <krh@bitplanet.net>:Carl Worth1-10/+10
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+272