- 26 Şub, 2013 4 kayıt (commit)
-
-
Herbert Dürr yazdı
Using the SalColor->CGFloat[] helper gets more of VCL into the scope which causes conflicting declarations between css::awt and vcl-classic font attributes so their namespace must be explicitly qualified
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
- 25 Şub, 2013 5 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
According to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7078419 JDK 7 and up will never support classfile formats 48 or earlier because they lack generic signature attributes. Our current baseline is JDK 5 anyway which has the classfile format 49 (see e.g. http://en.wikipedia.org/wiki/Java_class_file or the JVM spec) Suggested by: Pedro Giffuni <pfg@apache.org>
-
- 24 Şub, 2013 3 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
- 22 Şub, 2013 2 kayıt (commit)
-
-
Yuri Dario yazdı
-
Jürgen Schmidt yazdı
-
- 21 Şub, 2013 4 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 20 Şub, 2013 4 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 19 Şub, 2013 3 kayıt (commit)
-
-
Andrea Pescetti yazdı
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
- 15 Şub, 2013 4 kayıt (commit)
-
-
Pedro Giffuni yazdı
-
Herbert Dürr yazdı
-
Oliver-Rainer Wittmann yazdı
#121625# - method <ExtensionManager::getExtensionsWithSameId(..)> - catch certain exceptions to avoid crashes - method <ExtensionManager::getAllExtensions(..)> - do not add bundled extensions twice to the map; the map can not hold a fourth entry.
-
Herbert Dürr yazdı
std::ifstream's EOF bit is not something to be worry about when the preceding operation was reading to the EOF
-
- 14 Şub, 2013 1 kayıt (commit)
-
-
Rob Weir yazdı
-
- 13 Şub, 2013 1 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
Patch by: Tsutomu Uchino
-
- 12 Şub, 2013 4 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
Clang has had problems with braced string literals of unsigned chars (http://llvm.org/viewvc/llvm-project?revision=154756&view=revision) so we have to avoid them if we need to compile with such versions
-
Jürgen Schmidt yazdı
-
Jürgen Schmidt yazdı
-
- 11 Şub, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
"data_" is an actual data pointer but "data" is a member function (since vigra-1.4). The method resizeCopy() seems to confuse data and data_ which the clang compiler was happy to point out. The OOo patch to vigra-1.4 already solved that problem but it was lost in the upgrade to vigra-1.6
-
- 08 Şub, 2013 3 kayıt (commit)
-
-
Pedro Giffuni yazdı
-
Pedro Giffuni yazdı
Workaround the issue for now.
-
Pedro Giffuni yazdı
-