- 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 7 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
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
Revision 1440387 changed defaultprocessor3d.hxx to be no longer "delivered". It is needed in svx by being included indirectly via cutfindprocessor3d.hxx. Fixing the build breaker by "delivering" the missing header file again.
-
- 30 Ock, 2013 3 kayıt (commit)
-
-
Herbert Dürr yazdı
This change eliminates almost 6000 warnings when building on newer UNX platforms
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
- 29 Ock, 2013 2 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
The destructor of the Reference class depends on its _pInterface member being set, but some constructors skip this when an exception was thrown. Always initializing them properly while avoiding a rethrow is cheap and safe. Fixed-By: Herbert Dürr, Andre Fischer
-
- 28 Ock, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
-
- 25 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
setting ant's includeantruntime option makes builds more repeatable
-
Pedro Giffuni yazdı
Replace WH2006 PRNG with the well known Mersenne Twister as implemented in Boost. This actually has some drawbacks with respect to our previous implementation: we lose the nifty seeding and instead use the timer which is non-optimal. The main reason is the speed: MT is said to be at least 4 times faster. On the other hand I also moved the WH to the scaddins module where it is used by Calc's RANDBETWEEN function. This way we still have the alternative PRNG and we drop another use of the unreliable rand from libc.
-
- 24 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Pedro Giffuni yazdı
The root problem is that the boolean expression "true" evaluates to -1 rather than +1 in formulas in Writer. The problem is solved by considering that the type can be a Boolean (SBxBool in addition to SbxSTRING. Author: Mattias Johnnson
-
- 23 Ock, 2013 8 kayıt (commit)
-
-
Ariel Constenla-Haile yazdı
-
Pavel Janík yazdı
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Jürgen Schmidt yazdı
-
- 22 Ock, 2013 3 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 21 Ock, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-