Le 11/06/14 16:22, Peter Dimov a écrit :
Shows significant progress.
http://www.pdimov.com/tmp/report-d6c23cf/module-overview.html http://www.pdimov.com/tmp/report-d6c23cf/module-levels.html
Thanks Peter. Could you add easily the level of each one of the libraries a library depends on, e.g * align(3) -> assert(1) config(0) core(2) static_assert(1) throw_exception(2) This would help to easily identify the cycles and justify the level of a library. Best, Vicente
Vicente J. Botet Escriba wrote:
Thanks Peter.
Could you add easily the level of each one of the libraries a library depends on, e.g
* align(3)
-> assert(1) config(0) core(2) static_assert(1) throw_exception(2)
This would help to easily identify the cycles and justify the level of a library.
Sure. http://www.pdimov.com/tmp/report-d53f656/module-levels.html
Le 12/06/14 01:35, Peter Dimov a écrit :
Vicente J. Botet Escriba wrote:
Thanks Peter.
Could you add easily the level of each one of the libraries a library depends on, e.g
* align(3)
-> assert(1) config(0) core(2) static_assert(1) throw_exception(2)
This would help to easily identify the cycles and justify the level of a library.
Sure.
Thanks again. very nice, Vicente
participants (2)
-
Peter Dimov
-
Vicente J. Botet Escriba