- 21 Şub, 2013 1 kayıt (commit)
-
-
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 5 kayıt (commit)
-
-
Pedro Giffuni yazdı
-
Pedro Giffuni yazdı
Workaround the issue for now.
-
Pedro Giffuni yazdı
-
Pedro Giffuni yazdı
Sinc(x) is a simple function used in communications. boost happens to use it for quaternion math. The implementation is simple, however it looks fun to re-use the boost function even if just to say we are using quaternion math somewhere ;). The performance difference is not likely to be huge but JIC, set up a specific Boost math policy to limit type promotion with it's corresponding impact.
-
Pedro Giffuni yazdı
Many spreadsheets and math packages set the value of POWER( 0, 0) to 1 as that sometimes is required for some calculations. This is also done by the standard C99 libc pow() function. In mathematical terms the value is an indeterminate form and in strict mathematical sense such value should at least be considered with caution. OpenFormula permits implementation defined values of 0, 1 or error in this case. We shall now return NaN. Clean some headers while here.
-
- 07 Şub, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
User defined literals (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2378.pdf) are already available in gcc 4.7 and clang 3.1 and this results in problems in code where literal strings are concatenated without any whitespace inbetween.
-
- 05 Şub, 2013 2 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Herbert Dürr yazdı
-
- 04 Şub, 2013 2 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
Use a better approach than revision 1387711
-
Herbert Dürr yazdı
-
- 02 Şub, 2013 1 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
- 01 Şub, 2013 4 kayıt (commit)
-
-
Pedro Giffuni yazdı
The syntax is different and somewhat ugly as it doesn't seem possible to manipulate directly the real or imaginary parts but it is possible to use operator overloading. This is done for "fun" and to keep in line with evolving C++ standards. Numerical results should be unaffected.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
that solves another dozen warnings
-
- 31 Ock, 2013 5 kayıt (commit)
-
-
Pedro Giffuni yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Herbert Dürr yazdı
XMLPropertyMapEntry's signedness is the root cause of the problem, but that class is widely used outside, even in binfilter, so changing it directly is not advisable. Fixing it indirectly suffices to eliminate almost 300 warnings.
-
Herbert Dürr yazdı
XkbKeycodeToKeysym() has obsoleted it in 2003 anyway
-