version 0.2.1 of Mirror available

Hi there, a new version of the Mirror reflection library is available in both the vault and the sandbox. This version includes multiple important changes and many things were rewritten from scratch. Just to mention some of them: - nearly all of the registering and reflection macros have (hopefully ;) ) become more user friendly and some more universal. - more complex types like multi-dimensional arrays and functions/ pointers-to-function/references-to-functions are now supported by the typename returning functions base_name() and full_name(), which were also completely rewritten. And are now returning C++ strings. - registering of typedefined types - support for registering attributes with types derived from typedef-ined types some of the examples have been cleaned up (the rest are to follow). the examples were successfully compiled with msvc-9.0 EE on Vista g++ 4.2.1/4.3.0 on OpenSuSE 10.3 Linux g++ 4.2.1. on FreeBSD 7.0 Any comments are welcome Best regards, -- ________________ ::matus_chochlik

matus_chochlik wrote:
a new version of the Mirror reflection library is available in both the vault and the sandbox.
This version includes multiple important changes and many things were rewritten from scratch. Just to mention some of them:
I just want to look at the docs to see whats up; Is this link correct/up to date? http://redshoelace.dlinkddns.com:9080/boost/doc/extension/index.html -- John

Hello John, On Wed, Jul 9, 2008 at 11:48 PM, John Femiani <JOHN.FEMIANI@asu.edu> wrote:
matus_chochlik wrote:
-- snip
I just want to look at the docs to see whats up; Is this link correct/up to date?
http://redshoelace.dlinkddns.com:9080/boost/doc/extension/index.html
this is unrelated to the Mirror library. Honestly the documentation is in a bad shape and after the recent modification quite out of sync. I hope I get to fix it ASAP, currently I'd suggest looking at the examples.
-- John _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
best, --matus

I have uploaded some boostbook generated docs to the vault and to sandbox, including several simple examples. Currently only the basic things are covered but more is comming soon. But, I've had some trouble making boostbook to work properly under Vista and I'm still getting a lot of "Cannot find class/function/macro/... named 'some-name' " warnings. I've searched through the archives of boost-doc but found nothing that would help me fix the issue, yet. best regards ________________ ::matus_chochlik
participants (2)
-
John Femiani
-
Matus Chochlik