cms-sw / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1.07k stars 4.28k forks source link

Should reduce use of classlib external #17977

Open Dr15Jones opened 7 years ago

Dr15Jones commented 7 years ago

We should replace the use of classlib regexp with the C++ library version. In addition, we should see if other code from that package can be replaced with standard functions.

cmsbuild commented 7 years ago

A new Issue was created by @Dr15Jones Chris Jones.

@davidlange6, @Dr15Jones, @smuzaffar can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

Dr15Jones commented 7 years ago

assign core

cmsbuild commented 7 years ago

New categories assigned: core

@Dr15Jones,@smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks

smuzaffar commented 10 months ago

though usage of classlib has been reduced a lot in cmssw but we still have dqm using it. @iarspider , can you please look in to it ?

smuzaffar commented 10 months ago

https://github.com/cms-sw/cmssw/pull/43320 cleans up some usage of classlib . There is still some code for Socket usage which needs cleanup but I think this depends on Online DQM

smuzaffar commented 10 months ago

assign dqm

cmsbuild commented 10 months ago

New categories assigned: dqm

@rvenditti,@syuvivida,@tjavaid,@nothingface0,@antoniovagnerini you have been requested to review this Pull request/Issue and eventually sign? Thanks

smuzaffar commented 7 months ago

https://github.com/cms-sw/cmssw/pull/43334 replaced classlib regexp with std::regex