Subject: Re: [boost] TTI library updated in the sandbox to version 1.3
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-02-13 14:29:16


On 2/13/2011 11:55 AM, Vicente Botet wrote:
>
>
> Edward Diener-3 wrote:
>>
>> I have updated the TTI library in the sandbox 'tti' directory to version
>> 1.3.
>>
>>
>> With this update no functionality in the library has changed, but names
>> have changed. The major change is that the library has been Boostified
>> for possible review.
>>
>> 1) The update changes the library to use the Boost naming conventions.
>> 2) The names of the main header files have been shortened and changed to
>> 'tti.hpp' and 'tti_vm.hpp' respectively.
>> 3) The macros in the library now start with BOOST_TTI.
>> 4) The main namespace is now boost::tti.
>> 5) Other filenames now follow Boost filename convention.
>> 6) The documentation is distributed in both HTML and PDF format with
>> indexes, and can be regenerated.
>> 7) The variadic macro support in the library only works with the latest
>> version 1.3+ of the variadic_maco_data library in the sandbox.
>>
>>
>> Questions, comments, suggestions, and bug reports are all welcome.
>>
>>
>
>
> Thanks for making the effort to move the the Boost conventions. It seems
> that the documentation has not been updated with the new filenames.

What old filenames do you see in the documentation ?

> BTW,
> don't forget to update the version of your qbk file
>
> [version 1.3]

I just updated the single reference from 1.2 to 1.3 in the docs. Thanks
for catching that error.