summaryrefslogtreecommitdiff
path: root/camlibs/jl2005a/jl2005a.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-5/+5
|
* remove probably unistd.h include , or protected by ifdef forMarcus Meissner2016-01-031-1/+3
| | | | | | building better with Visual C https://github.com/gphoto/libgphoto2/issues/33
* updated fsf addressMarcus Meissner2014-01-011-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14608 67ed7778-7388-44ab-90cf-0a291f65f57c
* support for compression added in camlibs/jl2005aTheodore Kilgore2007-12-051-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10889 67ed7778-7388-44ab-90cf-0a291f65f57c
* Adding a camlib for jl2005aTheodore Kilgore2007-09-161-0/+52
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10704 67ed7778-7388-44ab-90cf-0a291f65f57c