From ae3abca2b15794bdde313eed3f7f9391cd68f72d Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Mon, 26 Oct 2009 09:31:08 -0300 Subject: forked boostpythongenerator project to separate the generatorrunner so that it could be used independently; the qtdoc generator module remained part of generatorrunner --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 270aadd78..e9b5feaac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ +2009-10-26 Marcelo Lira + + * moved BoostPythonGenerator out of GeneratorRunner and created + a separated project for the latter. + 2009-09-28 Hugo Lima * main.cpp: reinterpert_cast replaced by a C-style cast, to avoid compiler errors on some plataforms. Cast an object pointer to a function pointer is an undefinied behaviour in some exotic platforms, so some compiler raise a - flag against it. However if we use a C-style cast the compiler ignores it. + flag against it. However if we use a C-style cast the compiler ignores it. This problem is related to the QLibrary API returning a void* instead of a generic function pointer. -- cgit v1.2.3