- 18 Nis, 2013 3 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
122026: adjust names of newly introduced UNO commands; correct uno:FlipHorizontal and uno:FlipVertical
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
the changes to emplace_args.hpp are from the boost 1.50 version
-
- 17 Nis, 2013 19 kayıt (commit)
-
-
Armin Le Grand yazdı
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
-
Armin Le Grand yazdı
122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
-
Oliver-Rainer Wittmann yazdı
-
Herbert Dürr yazdı
there are non-gcc compilers such as clang that support this feature
-
Herbert Dürr yazdı
when the provided type and the target type of an initializer list don't match the new behaviour described in C++11's N2672 proposal can be triggered. Though that is very useful in general it complicates things for our case so that we're better of to use the little helpers provided by XCode's CF framework.
-
Armin Le Grand yazdı
i122041 Added 'Automatic' to TextPropertyPanel FontColor and HilightColor, added 'No Color' to ParagraphPropertyPanel BackgroundColor
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
- a reference to a still incomplete AquaA11FocusListener was used - method declarations inside the class must omit the class name qualifier
-
Herbert Dürr yazdı
-
Oliver-Rainer Wittmann yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
The interesting discussion in http://gcc.gnu.org/ml/gcc/2012-03/threads.html#00455 pointed to the fnon-call-exception option to solve this problem. Thanks to Stephan for starting this fruitful mailing list thread.
-
Herbert Dürr yazdı
they are dirtied directly in the assembler code, so add them to the clobber list
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Herbert Dürr yazdı
destructing them via their baseclasses virtual destructor would be possible but some aggressive compilers use their type knowledge to destruct them directly. For such cases these destructors need to available as inlines or as visible symbols which does not always seem to be the case for implicitly declared destructors.
-
Armin Le Grand yazdı
-
Pavel Janík yazdı
-
- 16 Nis, 2013 18 kayıt (commit)
-
-
Armin Le Grand yazdı
-
Armin Le Grand yazdı
-
Jürgen Schmidt yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
also a minor cleanup of that code part
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
also mark some related local functions as static
-
Herbert Dürr yazdı
Work around libc++'s specialization for fill_n() not returning the matching OutputIterator.
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
-
Herbert Dürr yazdı
The TR1 containers don't support dynamic hash functions provided in their constructor. Having the hash functor as part the hash container's type is cleaner anyway.
-
Herbert Dürr yazdı
the function call convention for IA32 apps on OSX documented at http://developer.apple.com/library/mac/#documentation/DeveloperTools/Conceptual/LowLevelABI/130-IA-32_Function_Calling_Conventions/IA32.html indicates that ECX is not preserved.
-