From af59f0ced4df8ec0ab709f7df5fdd674c9d21f6a Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Fri, 2 Oct 2009 16:00:39 -0300 Subject: Update changelog for 0.3.1 --- ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/ChangeLog b/ChangeLog index eb1a7a18c..270aadd78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +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. + This problem is related to the QLibrary API returning a void* instead of a + generic function pointer. + +2009-09-25 Bruno dos Santos de Araujo + + * CMakeLists.txt, boostpythongenerator.1, docgenerator.1, generatorrunner.1: + Add manpages for generatorrunner, docgenerator and boostpythongenerator. + (Fixes: #29) + +2009-09-15 Renato Araujo Oliveira Filho + + * generators/boostpython/boostpythongenerator.cpp, + generators/boostpython/cppgenerator.cpp, + generators/boostpython/cppgenerator.h: Fixed generation of fields for non + wrapped class. Fixed copy constructor generation. + +2009-09-12 Renato Araujo Oliveira Filho + + * generators/boostpython/cppgenerator.cpp: Implemented support to return + policy for Qt::HANDLE. + +2009-09-10 Renato Araujo Oliveira Filho + + * generator.h, generators/qtdoc/qtdocgenerator.h: Fixed missing include in + docgenerator. Fixes Bug #5 + +2009-09-11 Hugo Lima + + * main.cpp: Write logs in the outputdirectory instead of the current working + directory. + +2009-09-10 Renato Araujo Oliveira Filho + + * ChangeLog: Created ChangeLog file. + 2009-09-08 Hugo Lima * generatorrunnerconfig.h.in, main.cpp: Fix typo: GENERATORRUNNER_PUGIN_DIR -- cgit v1.2.3