-
andysem committed revision 404 to the Boost.Log SVN repository, changing 1 files.
2009-12-06 15:12:52 UTC in Boost.Log
-
That's interesting. Is the following correct:
1. In the case where Boost.Log is faster, the formatter is still used, although it doesn't contain time stamp.
2. In the "slow" case, compared to the "fast" case, only time stamp attribute and formatter are added.
3. In both "slow" and "fast" cases filtering is either used or not, and if it is, the filters are the same.
Also, how many...
2009-12-04 05:58:58 UTC in Boost.Log
-
I think, it would be better to separate prefix formatter from the rest of line. That would eliminate the need to add a newline in the formatter.
2009-12-04 05:34:54 UTC in Boost.Log
-
andysem committed revision 403 to the Boost.Log SVN repository, changing 1 files.
2009-12-03 18:48:36 UTC in Boost.Log
-
Yes, there was a bug. I've fixed it in SVN, Thanks for reporting it.
2009-12-03 18:46:04 UTC in Boost.Log
-
andysem committed revision 402 to the Boost.Log SVN repository, changing 3 files.
2009-12-03 18:43:54 UTC in Boost.Log
-
I think it's obvious from the docs:
flt::attr< int >("MyAttr", std::nothrow)
fmt::attr< int >("MyAttr", std::nothrow)
All filters and formatters accept this additional last argument.
2009-12-03 05:54:54 UTC in Boost.Log
-
Looks like a compiler bug to me since the derivation\_value\_traits::to\_value\_ptr clearly has external linkage. You should report the problem to Boost.Intrusive maintainer. I'm not sure I can work it around on Boost.Log side.
2009-12-03 05:49:39 UTC in Boost.Log
-
> The full build log is too large 3,020 KB.
You can attach files to Trac tickets.
> Boost.log is not building all the libs when "address-model=64" is set. VC 64 seems to build them all when address-model=64 is not on the command line. I do not need to specify "address-model=64" for the other boost libs?
Building dependencies are resolved by bjam and Boost.Build base rules. These...
2009-12-03 05:27:28 UTC in Boost.Log
-
Hmm, that's odd.
I won't be able to build the library on Windows x64 this week, so this'll take some time. Could you create a Trac ticket for this issue? Please attach a full build log (with compiler switches) and also state which compiler and Boost version do you use.
2009-12-02 15:34:46 UTC in Boost.Log