Commit Graph

8 Commits (efffd21c3692df73ebaa146823386a2db057c125)

Author SHA1 Message Date
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
Mike Frysinger 4fc6d8a0d6 rework ifdef header protection #456
Move all content inside of the header ifdef checks.  There's
no need to have the C++ checks and includes outside of them.
2018-08-31 01:21:34 -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
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
Ondřej Surý f52b1dd55d Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol available 2013-04-12 15:01:43 +02:00
pierrejoye e20413bf6b - apply same CS everywhere 2013-04-03 14:23:11 +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