-
Changing the djvulibre license is nearly impossible
because too many actors are involved.
2010-01-04 03:42:48 UTC in DjVuLibre
-
I find bizarre that miniobj_t is the only affected class because setting DJVUAPI to dllexport means you are using this for all the djvu classes.
Something seems broken in the compiler toolchain that causes the
emission of the miniobj_t vtable in any file that includes miniexp.h.
I do not like to make complicated changes to work around broken compilers, because this is too hard to maintain...
2010-01-03 12:20:15 UTC in DjVuLibre
-
1) The mac discussion is incorrect.
In principle, the virtual table goes where the first non
abstract non inline virtual function is defined. For E,
that is the destructor, and for D, the function foo().
2) We need miniobj_t in the header file because
other files may define new subclasses of miniobj_t.
Removing it is not an option.
3) I suspect the problems is related to
the...
2010-01-03 00:26:48 UTC in DjVuLibre
-
leonb committed patchset 1415 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 2 files.
2009-12-29 16:26:19 UTC in DjVuLibre
-
leonb committed patchset 1414 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 1 files.
2009-12-29 11:21:07 UTC in DjVuLibre
-
leonb committed patchset 1413 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 1 files.
2009-12-29 11:20:40 UTC in DjVuLibre
-
leonb committed patchset 1412 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 1 files.
2009-12-29 11:18:15 UTC in DjVuLibre
-
leonb committed patchset 1411 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 1 files.
2009-12-29 11:02:51 UTC in DjVuLibre
-
leonb committed patchset 1410 of module djvulibre-3.5 to the DjVuLibre CVS repository, changing 1 files.
2009-12-29 10:20:39 UTC in DjVuLibre
-
leonb committed patchset 787 of module djview to the DjVuLibre CVS repository, changing 1 files.
2009-12-28 08:17:30 UTC in DjVuLibre