zeek/src/threading
Johanna Amann 6d612ced3d Mark one-parameter constructors as explicit & use override where possible
This commit marks (hopefully) ever one-parameter constructor as explicit.

It also uses override in (hopefully) all circumstances where a virtual
method is overridden.

There are a very few other minor changes - most of them were necessary
to get everything to compile (like one additional constructor). In one
case I changed an implicit operation to an explicit string conversion -
I think the automatically chosen conversion was much more convoluted.

This took longer than I want to admit but not as long as I feared :)
2018-03-27 07:17:32 -07:00
..
formatters Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
BasicThread.cc Make strerror_r portable. 2017-09-18 14:50:30 -07:00
BasicThread.h Move threading to c++11 primitives (mostly). 2017-03-02 08:53:38 -08:00
Formatter.cc Plugin: Add hooks for log init and writing. 2017-04-24 14:02:05 -07:00
Formatter.h Plugin: Add hooks for log init and writing. 2017-04-24 14:02:05 -07:00
Manager.cc Add a simple FD_Set wrapper/helper class. 2014-09-09 16:28:04 -05:00
Manager.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
MsgThread.cc Merge remote-tracking branch 'origin/fastpath' 2014-04-17 17:49:52 -05:00
MsgThread.h Mark one-parameter constructors as explicit & use override where possible 2018-03-27 07:17:32 -07:00
Queue.h Fix compiler warnings raised by llvm 8.0. 2017-03-13 11:16:19 -07:00
SerialTypes.cc Add config framework. 2017-11-29 13:46:59 -08:00
SerialTypes.h Add config framework. 2017-11-29 13:46:59 -08:00