summaryrefslogtreecommitdiff
path: root/libgphoto2/exif.h
Commit message (Collapse)AuthorAgeFilesLines
* Use consistently named non-reserved CPP macros for header filesHans Ulrich Niedermann2021-10-051-3/+3
| | | | | | | | | | | | | | | | | | | | | | | C preprocessor macros beginning/ending with underscores are reserved for system use as well as macros containing a double underscore anywhere, so application software macros are supposed to be named differently. For a header file gphoto2-abilities-list.h, this consistently uses a macro name LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H for the usual #ifndef LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H #define LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H ... content of the header file ... #endif /* !defined(LIBGPHOTO2_GPHOTO2_ABILITIES_LIST_H) */ Found using "clang -Weverything". This should work, unless when run with an ancient C preprocessor which might only the first 8 or 10 characters to distinguish macro names and ignores the remainder of the name.
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-1/+1
|
* remove use of builtin exif stuff, use libexif directlyMarcus Meissner2017-04-081-142/+4
|
* remove useless time.h sys/time.h fcntl.h inclusionMarcus Meissner2016-01-041-3/+0
|
* does not seem to need sys/times.h and that is missing on mingwMarcus Meissner2014-02-221-1/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14762 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed signedness issues and the comment extractor.Marcus Meissner2007-12-301-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10914 67ed7778-7388-44ab-90cf-0a291f65f57c
* marked up some files for doxygen.Marcus Meissner2007-05-201-10/+11
| | | | | | | marked 2 unexported variables static in gphoto2-settings.c. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10264 67ed7778-7388-44ab-90cf-0a291f65f57c
* removed gpi_exif_dump. made lots of not external used functions static.Marcus Meissner2006-12-161-44/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9617 67ed7778-7388-44ab-90cf-0a291f65f57c
* namespace cleanup still going on:Hans Ulrich Niedermann2005-06-111-8/+8
| | | | | | | | | | | | | | | | | - Add comments to Makefile.am about the different symbol names and their purposes, so that the rationale behind the *.sym contents may be found easily. - Remove libgphoto2/pattrec.[ch] - the only user was camlibs/konica/qm150.c and it hasn't been using it probably for years. - Rename all formerly exported symbols not starting with gp_* to gpi_* or gpe_* and try to export only those which are absolutely required by the camlibs. This still leaves a number of internal symbols exported, but at least their number is a lot lower than it was before. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8073 67ed7778-7388-44ab-90cf-0a291f65f57c
* revert file removalHubert Figuiere2005-01-211-0/+211
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7536 67ed7778-7388-44ab-90cf-0a291f65f57c
* * exif.[ch]: No longer used, no longer shipped.Marcus Meissner2005-01-181-211/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7529 67ed7778-7388-44ab-90cf-0a291f65f57c
* merge from 2.1.5 branchHubert Figuiere2004-12-161-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7434 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed some comments about TIFF/EP tags to use comment syntax & allow compilingDan Fandrich2002-02-081-8/+8
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@4101 67ed7778-7388-44ab-90cf-0a291f65f57c
* Eliminated // comments in gphoto2 core for non-C99 compilersDan Fandrich2002-01-041-6/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@3708 67ed7778-7388-44ab-90cf-0a291f65f57c
* moved definition of tagnames[]= from exif.h to exif.c, left an extern declHans Ulrich Niedermann2001-10-241-90/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2722 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2001-10-11 Lutz M�ller <urc8@rz.uni-karlsruhe.de>Lutz Mueller2001-10-111-24/+12
| | | | | | | | | * include/gphoto2-widget.h * libgphoto2/exif.[c,h] * libgphoto2/widget.c: Fix stuff gtk-doc was complaining about. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2478 67ed7778-7388-44ab-90cf-0a291f65f57c
* Applied patch from St�phane Castejon <scastejo@club-internet.fr>.Lutz Mueller2001-03-251-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1791 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed sierra. minor patchesScott Fritzinger2000-12-021-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@1375 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed minor issuesScott Fritzinger2000-08-161-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@899 67ed7778-7388-44ab-90cf-0a291f65f57c
* added exif libScott Fritzinger2000-06-211-0/+304
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@567 67ed7778-7388-44ab-90cf-0a291f65f57c