- 25 Ock, 2011 5 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Caolán McNamara yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
Aurimas Fišeras yazdı
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
-
- 24 Ock, 2011 12 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Michael Meeks yazdı
-
Thomas Arnhold yazdı
This could simplify logics in the source. Now this test is done like 'if (aStr.getLength() != 0) {...}' or 'if (!aStr.getLength()) {...}'. With isEmpty() this looks like: if (aStr.isEmpty()) {...} if (!aStr.isEmpty()) {...} I think this would make the code more readable. -
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 23 Ock, 2011 3 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 22 Ock, 2011 8 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Re-introduce the possibility to define CPPU_LEAK_STATIC_DATA. This time use it to bypass just the assertions that check that the type description counts really are zero at the end of the TypeDescriptor_Init_Impl destructor. Add more informative debugging printout of which counts are non-zero. Define CPPU_LEAK_STATIC_DATA for x64 Windows for now. But we do get the same assertions also on x86 Windows if cppu is built with OSL_DEBUG_LEVEL>1.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
We do print out a message if struct size verifications fail. That is enough. No point in printing out the same > sizeof(AlignSize_Impl) = 16 > sizeof(M) = 8 > sizeof(N) = 12 etc messages every time a cppu-using program is run and cppu has been built for debugging.
-
Thomas Arnhold yazdı
-
Tor Lillqvist yazdı
I think I might actually be able to manage without any assembly coding here, thanks to the clean design of the x64 Windows calling convention, and tricking the compiler (in a fully documented and stable way) by using varargs. uno2cpp.cxx might even be getting close to working now, but cpp2uno.cxx and except.cxx parts are just forced to compile by using dummy code.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 21 Ock, 2011 5 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Caolán McNamara yazdı
-
Thomas Arnhold yazdı
-
Robert Nagy yazdı
-
- 20 Ock, 2011 3 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
-
Tor Lillqvist yazdı
See asmbits.asm for some general comments and pointers to useful information.
-
- 17 Ock, 2011 4 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Tor Lillqvist yazdı
Just copies of the 32-bit ones so far, so obviously don't compile even. No in-line assembly in 64-bit MSVC for instance.
-
Tor Lillqvist yazdı
-