| Commit message (Expand) | Author | Age | Files | Lines |
* | add log_remove func too | Marcus Meissner | 2017-06-03 | 1 | -2/+3 |
* | also use gp_log_remove_func, to test | Marcus Meissner | 2017-06-03 | 1 | -1/+3 |
* | remove umlauts from files | Marcus Meissner | 2014-06-27 | 4 | -5/+5 |
* | From: "Daniel P. Berrange" <dan@berrange.com> | Marcus Meissner | 2014-04-11 | 1 | -2/+5 |
* | fixed big endian | Marcus Meissner | 2014-02-26 | 1 | -13/+15 |
* | fixed building | Marcus Meissner | 2014-02-26 | 1 | -1/+2 |
* | added a test-endian to check our endianess macros | Marcus Meissner | 2014-02-26 | 2 | -0/+75 |
* | new fsf address | Marcus Meissner | 2014-01-01 | 3 | -6/+6 |
* | test for duplicated names. | Marcus Meissner | 2013-12-01 | 1 | -0/+8 |
* | cleaned up AM_CPPFLAGS and CPPFLAGS usage patterns. | Marcus Meissner | 2013-03-10 | 1 | -0/+1 |
* | Replaced C99-style comments | Dan Fandrich | 2010-09-15 | 2 | -2/+2 |
* | use the new functions, fix logging | Marcus Meissner | 2010-03-26 | 1 | -15/+12 |
* | logging functions are not varargs anymore | Marcus Meissner | 2010-03-20 | 1 | -8/+3 |
* | Removed unneeded and incorrect check for HAVE_FLEX_BISON | Dan Fandrich | 2009-07-31 | 1 | -4/+2 |
* | Fixed a bunch of C89 and SUS portability issues. | Dan Fandrich | 2009-07-30 | 1 | -3/+3 |
* | * removed CameraFileInfoFile.name, adjusted users | Marcus Meissner | 2009-01-25 | 1 | -3/+1 |
* | removed .cvsignore | Marcus Meissner | 2008-09-26 | 1 | -7/+0 |
* | Also link against $(LIBLTDL) if linking against libgphoto2.la | Hans Ulrich Niedermann | 2007-10-17 | 2 | -0/+6 |
* | Rework testing of camera libs | Hans Ulrich Niedermann | 2007-08-11 | 2 | -60/+34 |
* | fix typo in path | Hans Ulrich Niedermann | 2007-08-11 | 1 | -1/+1 |
* | Fix typo, code cosmetics | Hans Ulrich Niedermann | 2007-08-11 | 1 | -2/+9 |
* | revert to prev checkin | Marcus Meissner | 2006-12-31 | 1 | -1/+1 |
* | fixed warning for \' by just using ' | Marcus Meissner | 2006-12-31 | 2 | -2/+2 |
* | make sure that the pedantic compilation tests work | Hans Ulrich Niedermann | 2006-12-29 | 3 | -6/+22 |
* | Add version comments for print-camera-list, rename conditional for gp2ddb | Hans Ulrich Niedermann | 2006-12-11 | 1 | -1/+1 |
* | print camlibs directory used | Hans Ulrich Niedermann | 2006-10-17 | 1 | -1/+8 |
* | Use _GPHOTO2_INTERNAL_CODE to compile internal code, put GP_DEBUG there. | Hans Ulrich Niedermann | 2006-10-04 | 5 | -13/+6 |
* | less testcase output clutter | Hans Ulrich Niedermann | 2006-10-04 | 1 | -1/+2 |
* | cheat about variadic macros in C++ pedantic compilation | Hans Ulrich Niedermann | 2006-10-03 | 1 | -0/+9 |
* | separate between CPPFLAGS, CFLAGS, CXXFLAGS and their AM_ equivalent | Hans Ulrich Niedermann | 2006-10-03 | 1 | -4/+4 |
* | check for C++ compiler, define HAVE_GCC an HAVE_CXX, make test-pedantic-cxx d... | Hans Ulrich Niedermann | 2006-10-03 | 1 | -2/+5 |
* | add gphoto2-port header files | Hans Ulrich Niedermann | 2006-10-03 | 2 | -0/+14 |
* | compile C++ pedantic test case, add more header files | Hans Ulrich Niedermann | 2006-10-03 | 3 | -9/+23 |
* | add pedantic compilation test cases | Hans Ulrich Niedermann | 2006-10-03 | 2 | -0/+2 |
* | add pedantic compilation test cases | Hans Ulrich Niedermann | 2006-10-03 | 3 | -1/+40 |
* | use libdir as default for utilsdir (libexecdir available via option) | Hans Ulrich Niedermann | 2006-10-02 | 2 | -0/+2 |
* | configure/make cleanup removing about 60 lines of make/check/config code | Hans Ulrich Niedermann | 2006-09-29 | 6 | -169/+84 |
* | Consistently use #include <gphoto2/gphoto2-foo.h> everywhere. | Hans Ulrich Niedermann | 2006-09-28 | 3 | -7/+7 |
* | get rid of a few GNU-make-isms (% rules) | Hans Ulrich Niedermann | 2006-09-28 | 2 | -5/+5 |
* | added copyright notices to ddb code | Hans Ulrich Niedermann | 2006-09-19 | 5 | -0/+110 |
* | split ddb parser from test program | Hans Ulrich Niedermann | 2006-09-19 | 4 | -205/+225 |
* | cosmetics | Hans Ulrich Niedermann | 2006-09-19 | 1 | -1/+1 |
* | Check that numbers are in range. | Hans Ulrich Niedermann | 2006-09-19 | 1 | -0/+7 |
* | do less 'make check' local test install hacks -> do 'make installcheck' instead | Hans Ulrich Niedermann | 2006-09-19 | 1 | -1/+24 |
* | make "installcheck" tests load camlibs from right place with DESTDIR= installs | Hans Ulrich Niedermann | 2006-09-18 | 1 | -1/+2 |
* | fixed/hacked a few parser/tester bugs | Hans Ulrich Niedermann | 2006-09-18 | 1 | -7/+16 |
* | fix a few parser bugs | Hans Ulrich Niedermann | 2006-09-18 | 2 | -5/+38 |
* | move DDB tests from "check" target to "installcheck" target | Hans Ulrich Niedermann | 2006-09-18 | 1 | -2/+24 |
* | more DDB spec updates | Hans Ulrich Niedermann | 2006-09-18 | 1 | -1/+6 |
* | More work on the DDB | Hans Ulrich Niedermann | 2006-09-18 | 1 | -2/+5 |