Re: [Log4cplus-devel] log4cplus // source locality
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <vha...@gm...> - 2017-07-26 11:37:20
|
On 26 July 2017 at 12:21, Sergei Nikulov wrote: > Hello Václav, > > What I liked about 1.x.x - possibility to use it without any links to > GitHub from the local clone. > But times flies and I try to use 2.x.x in my project (new compilers > complains too much about auto_ptr). > > On 2.x.x branch you've added submodules for catch and threadpool. > > Is it possible not using submodules in 2.x.x line? > Was it some unresolvable requirement to add those links? > > Thank you. I have added the submodules because that allows me to update them without much hassle that in-tree maintenance of imported sources would bring. Threadpool is required so that all logging requests can be handled asynchronously. Catch is required for unit tests implementation. What is your objection to using submodules? -- VH |