- 05 Mar, 2012 29 kayıt (commit)
-
-
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ı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Whether anything that's done in postprocess is relevant for iOS remains to be seen.
-
- 04 Mar, 2012 11 kayıt (commit)
-
-
Katarina Machalkova yazdı
make the original check more general, to cover all chart types that don't support statistics
-
Noel Grandin yazdı
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners
-
Markus Mohrhard yazdı
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied.
-
Markus Mohrhard yazdı
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
Maybe it depends on the day of the week or something like that...
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-