summaryrefslogtreecommitdiff
path: root/camlibs/topfield/tf_bytes.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 stdint.h shim (#625)Zeranoe2021-02-221-1/+1
| | | stdint.h has wide adoption at this point, so it should be safe to use.
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-1/+1
|
* updated fsf addressMarcus Meissner2014-01-011-2/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14608 67ed7778-7388-44ab-90cf-0a291f65f57c
* Fixed some C89 portability issues.Dan Fandrich2010-07-111-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13143 67ed7778-7388-44ab-90cf-0a291f65f57c
* use standard typesMarcus Meissner2008-07-101-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11208 67ed7778-7388-44ab-90cf-0a291f65f57c
* added driver for Topfield PVRsMarcus Meissner2008-03-051-0/+38
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10977 67ed7778-7388-44ab-90cf-0a291f65f57c