- 05 Mar, 2012 40 kayıt (commit)
-
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
It's a wrapper around OStringBuffer to handle export of graphics more efficiently.
-
Miklos Vajna yazdı
-
Tor Lillqvist yazdı
-
Olivier Hallot yazdı
Replace String by OUString
-
Szabolcs Dezsi yazdı
-
Thomas Collerton yazdı
-
Szabolcs Dezsi yazdı
-
Elton Chung yazdı
-
Petr Vorel yazdı
-
Bjoern Michaelsen yazdı
-
Tor Lillqvist yazdı
-
Bjoern Michaelsen yazdı
-
David Tardon yazdı
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
-
Norbert Thiebaud yazdı
There was a TODO to replace a manually managed array of Glyphs to use std::list a GlyphItem is 36 bytes long. the colleciton of GlyphItems is mostly used in a sequential access. random insert/delete are fairly rare. using std::list would increase the size by at least 8 to 16 bytes per element (depending on the size of void*) (25 to 50% overhead) and would greatly degrade data locality for most iterations loops. so std::vector seems more appropriate here.
-
Norbert Thiebaud yazdı
-
-
-
-
Markus Mohrhard yazdı
It is alarming that the Notes unit test did not fail for any of these errors
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
I can't express how dumb I feel after searching for hours for a bug in the note handling and then it is just such a small copy/paste error
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be consistent or we get linker warnings. Should we use it? Probably it isn't that important for iOS?
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY case. That is intended to get rid of code related to communicating with more complex database systems.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-