summaryrefslogtreecommitdiff
path: root/goo/gfile.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-27clang 15Albert Astals Cid1-8/+2
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-2/+8
2022-03-11Make GooFile::open return an unique_ptrAlbert Astals Cid1-4/+6
2021-11-19Update (C)Albert Astals Cid1-1/+1
2021-11-13gfile: Add GooFile constructor taking a file descriptorChristian Persch1-0/+3
2021-11-07Make GooFile::open take a std::string instead of a GooStringAlbert Astals Cid1-1/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-2/+2
2021-03-01Hide symbols by defaultAlbert Astals Cid1-7/+8
2020-07-03Run clang-formatAlbert Astals Cid1-48/+48
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-4/+4
2019-01-18all: Remove support for obsolete systemsChristian Persch1-6/+1
2019-01-05gfile: Fix the build on WIN32Christian Persch1-0/+4
2019-01-05Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-01-03gfile: Add wrapper for open(3p) and use it instead of directly calling openChristian Persch1-0/+3
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-12-06Move definition of type Goffset from gtypes.h to gfile.hOliver Sander1-0/+3
2018-09-23gfile: Remove a bunch of unused functionsAlbert Astals Cid1-30/+0
2018-09-05goo: Split GDir and GDirEntry out of gfile.hChristian Persch1-49/+0
2018-04-02Fix build on some platformsMojca Miklavec1-0/+2
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+4
2017-12-12windows version for Error out on save if file has changed since we opened itThomas Freitag1-2/+4
2017-12-12Error out on save if file has changed since we opened itAlbert Astals Cid1-2/+8
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-5/+5
2017-10-21Use _WIN32 to check for windows, not WIN32Adrian Johnson1-1/+1
2017-09-01Add missing includesAlbert Astals Cid1-0/+1
2017-08-16win32: call ANSI functions directlyChristoph Cullmann1-1/+1
2014-03-30Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAXPeter Breitenlohner1-1/+4
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea1-0/+2
2013-05-130.23.0poppler-0.23.0Albert Astals Cid1-0/+1
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold1-0/+30
2013-02-06Make Goffset long long and factor out all fseek/ftell into gfile.ccAdrian Johnson1-0/+7
2012-12-08Add private copy constructor and operator= to make sure we don't use the defa...Albert Astals Cid1-0/+4
2012-07-19Unify poppler-config.h includes in core "installed" headersTorsten Kasch1-1/+1
2012-05-10Make it compileAlbert Astals Cid1-4/+0
2012-05-10Kill the concept of "base dir"Albert Astals Cid1-3/+0
2012-05-10More gs cleanup and forgot the (C) on modificationAlbert Astals Cid1-1/+1
2012-05-10pdftohtml: Remove the option to invoke gsAlbert Astals Cid1-3/+0
2011-09-01xpdf303: openFile + minor fixes for openTempFile in WindowsAlbert Astals Cid1-0/+13
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-2/+2
2011-07-11Sanitize headers a bigAlbert Astals Cid1-1/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-2/+3
2009-05-14Kill support for specifying extension in openTmpFileAlbert Astals Cid1-1/+2
2008-08-24All changes made to goo/ files under the poppler project are by people that a...Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+11
2006-09-192006-09-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+2
2005-03-03Initial revisionKristian Høgsberg1-0/+140