Activity

From 05 Feb 2010 to 06 Mar 2010

06 Mar 2010

08:14 Patch #688: src/futils.cpp: incorrect check for linux version of strerror_r
Reading debian bug info I got impression that _GNU_SOURCE is always defined for g++ (not plain gcc) case. I guess the... Nikolai Saoukh

05 Mar 2010

12:30 Patch #688: src/futils.cpp: incorrect check for linux version of strerror_r
I think there is a need for little bit different test (in cmake file) for STRERROR_R_CHAR_P.
What about this one
--...
Nikolai Saoukh
01:33 Patch #688: src/futils.cpp: incorrect check for linux version of strerror_r
Can you elaborate why that should be changed?
According to the autoconf doc, STRERROR_R_CHAR_P may be set on 'many...
Andreas Huggel

04 Mar 2010

23:07 Feature #687: LLVM clang: warning: 'extern' variable has an initializer
So that is why it just 'warning', not 'error'. Unfortunately there is no switch to suppress that warning in current c... Nikolai Saoukh
23:02 Feature #687: LLVM clang: warning: 'extern' variable has an initializer
So maybe the warning is just intended to ask the developer whether he really meant what he wrote.
For the cases hi...
Andreas Huggel
22:55 Feature #686: LLVM clang: error: default initialization of an object of const type 'class Exiv2::...
I will file bug report for clang (still moving target). There are some clang crashes with your code too.
Stay tune...
Nikolai Saoukh
22:46 Feature #686: LLVM clang: error: default initialization of an object of const type 'class Exiv2::...
"Fixing" the Exiv2 code should be simple: just remove the 'const'-qualifier in the lines that cause the error. Andreas Huggel
22:43 Feature #686: LLVM clang: error: default initialization of an object of const type 'class Exiv2::...
I don't see anything wrong with that code, but I'm admittedly not particularly fluent with the standard. It would be ... Andreas Huggel
21:40 Feature #687: LLVM clang: warning: 'extern' variable has an initializer
Yes. I think clang needs one more message kind -- confusion. ;-) Nikolai Saoukh
21:37 Feature #686: LLVM clang: error: default initialization of an object of const type 'class Exiv2::...
Yes, the same error message for 'const B b;'. Nikolai Saoukh
20:13 Feature #686: LLVM clang: error: default initialization of an object of const type 'class Exiv2::...
Does the following code cause the same error (it works fine with g++)? ... Andreas Huggel
16:46 Feature #687: LLVM clang: warning: 'extern' variable has an initializer
Does the following code, taken from the C++ Standard ISO/IEC 14882:2003(E), section 3.1 Declarations and definitions,... Andreas Huggel
08:22 Patch #688 (Resolved): src/futils.cpp: incorrect check for linux version of strerror_r
&& should be instead || Nikolai Saoukh
07:49 Feature #687 (Rejected): LLVM clang: warning: 'extern' variable has an initializer
All the messages are in the attachment. I am puzzled by 'extern' attribute in this case. Nikolai Saoukh
07:46 Feature #686 (Closed): LLVM clang: error: default initialization of an object of const type 'clas...
Recent clang issues the error message from subject. All the same messages are in the attachment. I am not sure it is ... Nikolai Saoukh
06:56 Patch #685 (Resolved): incomplete handling of iconv dialects for cmake case
cmake does the detection of constness of the second arg to iconv, but this detection lost due misedit of src/config.h... Nikolai Saoukh
06:46 Revision 2035: #684: Extended SubIFD support to 9 SubIFDs.
Andreas Huggel
05:34 Revision 2034: #684: Quickfix to prevent the assertion failure.
Andreas Huggel
05:33 Bug #684 (Closed): Exif.Image.SubIFDs should support more than 4 sub-IFDs
There are TIFFs with more than 4 sub-IFD pointers. Exiv2 currently chokes on the 5th (assertion failure).
Original...
Andreas Huggel

02 Mar 2010

22:37 Revision 2033: adding EXIV2API to class CharsetInfo to fix the Mac build breaker introduced in re...
Robin Mills

28 Feb 2010

21:10 Revision 2032: MSVC fixes to
1) remove use of gmtime_r
2) export static DLL method const char* CommentValue::name(CharsetId)
See discussion #419 i...
Robin Mills

21 Feb 2010

02:29 Feature #668: "TIFF-safe" setExifData variant
Required is
* for each TIFF-like image format, a mechanism to determine if a tag is an _image tag_
* a way to acc...
Andreas Huggel

20 Feb 2010

09:35 Feature #668: "TIFF-safe" setExifData variant
In TIFF and TIFF-like images, some @Exif.*.*@ tags are required to correctly display the primary image. These _image ... Andreas Huggel

17 Feb 2010

06:09 Feature #680: Provide the organize binary for download in the Windows package
Robin, IIRC you compiled Brad's @organize@ tool on Windows before. Was that a 32bit build? If so and you still have t... Andreas Huggel
05:54 Revision 2031: Added iView Media Pro and MS Expression Media XMP schemas. (Steve Wright)
Andreas Huggel
05:44 Bug #683 (Resolved): %a broken in rename
Fixed with r2030, also %j. Thanks for reporting! Andreas Huggel
05:42 Revision 2030: #683: Fixed -r conversions for weekday and day of year.
Andreas Huggel

16 Feb 2010

22:20 Bug #682: Olympus (E-1 and E-300) makernote flavour not supported: libexiv2 destroy some exif dat...
This is the result of missing support for this particular version of the Olympus Makernote.
The following comment fr...
Andreas Huggel
11:23 Bug #683 (Closed): %a broken in rename
There is something strange with %a handling in exiv2:... Göran Uddeborg

15 Feb 2010

03:02 Bug #671 (Resolved): Writing to read-only TIFF-like file fails
Andreas Huggel
02:12 Feature #643: Extract metadata from MOV (Quicktime) files
Old Mac OS / OS X user here (currently enjoying a "forced sojourn" in Windows XP Pro and Ubuntu). Not a developer or ... Steve Wright
01:25 Revision 2029: #671: Fixed error handling for read-only files.
Andreas Huggel
01:10 Revision 2028: Documented recent utility changes.
Andreas Huggel

12 Feb 2010

07:38 Bug #662: Incorrect Unicode encoding of Exif UserComment tag
> For the life of me, I can't find the new command line parameter (to override the autodetection).
Added with r202...
Andreas Huggel
07:37 Revision 2027: #662: Added new option -n and action fixcom to exiv2 utility.
Andreas Huggel

11 Feb 2010

11:55 Bug #682 (New): Olympus (E-1 and E-300) makernote flavour not supported: libexiv2 destroy some ex...
Writing a tag to a immage destroy some olympus exiv data.
I found this bug using digikam an report it. See https://b...
Johann-Nikolaus Andreae

10 Feb 2010

00:12 Feature #681 (New): Copy exif data when export preview
*Short description*
add Exif data from original RAW file to the exported preview jpeg
*How to do it*
extend the ...
FV P

08 Feb 2010

06:08 Revision 2026: Updated Nikon Lens lookup table to v4.2.377.1 of Robert Rottmerhusen's fmountlens ...
Andreas Huggel

07 Feb 2010

05:53 Revision 2025: Added -g option to exiv2 utility to 'grep' info for individual tags.
Andreas Huggel

05 Feb 2010

18:46 Bug #677: Nikon Makernote tags regresssion in exiv 0.19
And finally, for comparison, the same tests with 0.18.2, which decodes 131 tags from the sample image (on the same ma... Andreas Huggel
18:35 Bug #677: Nikon Makernote tags regresssion in exiv 0.19
With the fix for #666 the number of tags decoded from the sample image is reduced to only 206 (by concatenating unkno... Andreas Huggel
02:57 Feature #666 (Resolved): Optimize binary array elements
Andreas Huggel
02:32 Revision 2024: #666: Bugfix, updated test results.
Andreas Huggel
01:42 Revision 2023: #666: Added test-case.
Andreas Huggel
« Previous
Next »
 

Also available in: Atom