summaryrefslogtreecommitdiff
path: root/goo/gtypes.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-06Remove the file gtypes.h completelyOliver Sander1-31/+0
2018-12-06Replace Gulong by unsigned longOliver Sander1-5/+0
2018-12-06Replace Guint by unsigned intOliver Sander1-1/+0
2018-12-06Replace Gushort by unsigned shortOliver Sander1-1/+0
2018-12-06Replace Guchar by unsigned charOliver Sander1-1/+0
2018-12-06Move definition of type Goffset from gtypes.h to gfile.hOliver Sander1-1/+0
Because it is used for file-related stuff.
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-12/+0
These are just non-standard names for bool, true, false, respectively. Getting rid of these names saves on layer of mental redirection, and enables proper syntax highlighting in editors.
2013-02-06Make Goffset long long and factor out all fseek/ftell into gfile.ccAdrian Johnson1-18/+1
This fixes build problems on 32-bit machines due to off_t being defined differently depending on whether source files included condig.h. Bug 60095
2013-01-28Use sys/types.h instead of stdio.h for the off_t typeAdrian Johnson1-1/+4
Bug 44085
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25win32 large file supportAdrian Johnson1-0/+2
Bug 44085
2013-01-25Large file supportAdrian Johnson1-0/+15
Create a Goffset type and use this type for all file offsets and file sizes. Bug 44085
2011-08-21Move HAVE_STDINT_H use to a private headerAlbert Astals Cid1-18/+0
This way we do not need to expose it in poppler-config.h since gtypes.h is a half public header
2011-08-21Use stdint.h instead of assuming the size of typesAdrian Johnson1-0/+18
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid1-3/+4
Passes the regression tests and might make things faster and use a bit less memory
2010-03-07add Patrick's copyright noticesPino Toscano1-0/+14
2010-03-07MSVC: disable warning C4800, which is of no use for nowPatrick Spendrin1-0/+4
2005-03-03Initial revisionKristian Høgsberg1-0/+29