- 17 Nis, 2013 12 kayıt (commit)
-
-
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 21 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.
-
Armin Le Grand yazdı
-
Ariel Constenla-Haile yazdı
-
Ariel Constenla-Haile yazdı
-
- 15 Nis, 2013 1 kayıt (commit)
-
-
Herbert Dürr yazdı
-
- 13 Nis, 2013 5 kayıt (commit)
-
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
Pavel Janík yazdı
-
- 12 Nis, 2013 1 kayıt (commit)
-
-
Oliver-Rainer Wittmann yazdı
-