Commit Graph

7 Commits (efffd21c3692df73ebaa146823386a2db057c125)

Author SHA1 Message Date
Pierre Joye 4cf3715a9a add option to enable/disable CPP API 2021-08-22 11:50:59 +07:00
Mike Frysinger 19c7a5d651 use gdIOCtxPtr more consistently
We have gdIOCtxPtr for gdIOCtx*, so switch the public headers to it
consistently.
2021-05-28 21:19:20 -04:00
Peter Kokot 01c59d840b Remove Git ident attributes
Git ident attributes were in most cases utilized with SVN and keywords
substitutions, where $Id$ were replaced with certain revision from the
repository. In Git this functionality is different. Each $Id$ needs to
be defined in .gitattributes file to be effective. This patch removes
unused and outdated attributes.
2018-06-27 02:04:37 +02:00
Mike Frysinger fd06f7f83c clean up trailing whitespace/newlines
This is preparation for adding some linting checks for new commits from
people.  Shouldn't be any functional changes here (tests still pass!).
2018-06-21 22:47:42 -04:00
Ondřej Surý b628d27295 Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
Ondřej Surý 2e071506d4 Remove executable bits from source files 2013-04-14 09:08:31 +02:00
kshepherd 5583a4194a Initial revision of the C++ helper files.
These files are wrapped in ifdef __cplusplus clauses, so do
not affect 'C' use of the library.
gd_io_stream contains a specialization of gdIOCtx for standard
library streams, and can be used independently of gdpp.h.
gdpp.h contains C++ classes which wrap the C API for the convenience
of C++ use.  All classes in gdpp are prefixed by GD::
Checked in by Kevin Shepherd <kshepherd@php.net>
Please see issue 131 in the libgd bug-tracking system for details:
http://bugs.libgd.org/?do=details&task_id=131
2007-12-11 18:58:15 +00:00