- 02 Ara, 2013 2 kayıt (commit)
-
-
Herbert Dürr yazdı
Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org
-
Herbert Dürr yazdı
stoc's OServiceManager has it as a base class so we really need XContentEnumerationAccess' "comprehensive" type description early. WeakMap priming enforces that now.
-
- 30 Kas, 2013 1 kayıt (commit)
-
-
Armin Le Grand yazdı
-
- 29 Kas, 2013 7 kayıt (commit)
-
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
The DbgOut() function is active especially in dbgutil-enabled builds. For creating dynamic strings the rtl::OString is often used. Providing a DbgOut() function which allows a direct OString argument helps for situations where dynamic string creation and DbgOut() are employed.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
C++11 conformant compilers such as clang rejects string concatenations that are ambigous with the C++11 feature "user-defined literals" (N2378)
-
Andre Fischer yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
The pre-IA2 code is available in the repository and the commented out code made the methods less readable.
-
- 28 Kas, 2013 3 kayıt (commit)
-
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 27 Kas, 2013 13 kayıt (commit)
-
-
Armin Le Grand yazdı
removed pCaptionObj from accessibility; it was not initialized but accessed in one place. Checked with symphony code, there was a set method which is not in AOO trunk, thus solved accesses to zero pointer usage
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Herbert Dürr yazdı
by fixing the non-canonical copy constructor of gr::Segment()
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
- 26 Kas, 2013 10 kayıt (commit)
-
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
and call the rehash() methods of their TR1 counterparts directly
-
Pavel Janík yazdı
-
Herbert Dürr yazdı
Happy new times: Now even simple compiler warning fixes need their own issue.
-
Herbert Dürr yazdı
-
- 25 Kas, 2013 4 kayıt (commit)
-
-
Yuri Dario yazdı
-
Herbert Dürr yazdı
-
Andre Fischer yazdı
-
Herbert Dürr yazdı
The crash reporter facility can provide much better details about crashes. But if that facility is disabled then handling SEH events such as div-by-zero as C++ exceptions is a worthwhile alternative. It can provide a few interesting details and it allows a graceful shutdown of the application.
-