summaryrefslogtreecommitdiff
path: root/libgphoto2_port/libgphoto2_port/gphoto2-port-version.c
Commit message (Collapse)AuthorAgeFilesLines
* fix broken check of CPP macro definition after #elifHans Ulrich Niedermann2021-10-031-2/+2
| | | | | | | Fix broken check of CPP macro definition after #elif. The fact that this has not been caught yet is indicative of this configuration probably being relatively rare.
* Remove trailing whitespace from all *.h and *.c files.Siim Meerits2020-07-271-3/+3
|
* libgphoto2-port: Add libexif to version informationHans Ulrich Niedermann2020-02-171-0/+10
|
* Add (sorted) list of IOLIBs to version informationHans Ulrich Niedermann2017-08-021-0/+2
| | | | | | | | | Add sorted list of IOLIBs to the version information in `gphoto2-port-version.c`. `gphoto2-version.c` already has a list of camlibs, so adding the list of iolibs to the debug output makes lot of sense to determine which iolibs users have compiled.
* Fix a number of typos: should be iolibs, not camlibsHans Ulrich Niedermann2017-07-181-2/+2
|
* report "no USB" / "USB" correctly in gphoto2 --versionMarcus Meissner2016-01-031-1/+1
|
* converted comment umlauts to asciiMarcus Meissner2014-06-271-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15021 67ed7778-7388-44ab-90cf-0a291f65f57c
* updated fsf addressMarcus Meissner2014-01-011-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14611 67ed7778-7388-44ab-90cf-0a291f65f57c
* hook in the libusb1 driverMarcus Meissner2011-11-071-1/+3
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13761 67ed7778-7388-44ab-90cf-0a291f65f57c
* removed baudboy.h usageMarcus Meissner2011-10-221-7/+0
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13756 67ed7778-7388-44ab-90cf-0a291f65f57c
* marked up for doxygen processing.Marcus Meissner2007-05-201-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10263 67ed7778-7388-44ab-90cf-0a291f65f57c
* Use longer package string, and new name PACKAGE_VERSIONHans Ulrich Niedermann2007-05-141-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10215 67ed7778-7388-44ab-90cf-0a291f65f57c
* Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.Hans Ulrich Niedermann2006-09-281-1/+1
| | | | | | | | | | This moves the header files to a new subdirectory gphoto2 in both libgphoto2 and libphoto2_port/libgphoto2. All references are adapted appropriately. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9221 67ed7778-7388-44ab-90cf-0a291f65f57c
* add ltdl item to version informationHans Ulrich Niedermann2006-06-241-0/+10
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8975 67ed7778-7388-44ab-90cf-0a291f65f57c
* aftermath of build system updateHans Ulrich Niedermann2005-04-151-13/+5
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7850 67ed7778-7388-44ab-90cf-0a291f65f57c
* "unknown" -> "unknown cc"Hans Ulrich Niedermann2003-11-061-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6912 67ed7778-7388-44ab-90cf-0a291f65f57c
* fixed msg typoHans Ulrich Niedermann2003-07-311-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@6624 67ed7778-7388-44ab-90cf-0a291f65f57c
* replace (c) and (C) by �Arnaud Launay2002-12-151-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5969 67ed7778-7388-44ab-90cf-0a291f65f57c
* resmgr does serial port locking, so it doesn't make senseHans Ulrich Niedermann2002-12-101-2/+3
| | | | | | | to be used concurrently with baudboy, ttylock or lockdev git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5937 67ed7778-7388-44ab-90cf-0a291f65f57c
* <config.h> -> "config.h"Arnaud Launay2002-11-291-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5859 67ed7778-7388-44ab-90cf-0a291f65f57c
* * gphoto2-port-version.c: Mention resmgr in debug output.Marcus Meissner2002-11-291-0/+8
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5858 67ed7778-7388-44ab-90cf-0a291f65f57c
* 2002-11-12 Lutz Mueller <lutz@users.sourceforge.net>Lutz Mueller2002-11-121-0/+8
| | | | | | | * libgphoto2_port/gphoto2-port-version.c: Use HAVE_CC only if defined. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5595 67ed7778-7388-44ab-90cf-0a291f65f57c
* commentHans Ulrich Niedermann2002-11-091-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5585 67ed7778-7388-44ab-90cf-0a291f65f57c
* add CC to informationHans Ulrich Niedermann2002-11-091-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5581 67ed7778-7388-44ab-90cf-0a291f65f57c
* add ltdl informationHans Ulrich Niedermann2002-11-091-0/+10
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5580 67ed7778-7388-44ab-90cf-0a291f65f57c
* add lock informationHans Ulrich Niedermann2002-11-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5579 67ed7778-7388-44ab-90cf-0a291f65f57c
* add lock informationHans Ulrich Niedermann2002-11-091-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5578 67ed7778-7388-44ab-90cf-0a291f65f57c
* add lock informationHans Ulrich Niedermann2002-11-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5577 67ed7778-7388-44ab-90cf-0a291f65f57c
* add lock informationHans Ulrich Niedermann2002-11-091-1/+25
| | | | git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5576 67ed7778-7388-44ab-90cf-0a291f65f57c
* added version/feature reporting functionalityHans Ulrich Niedermann2002-11-081-0/+74
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5563 67ed7778-7388-44ab-90cf-0a291f65f57c