aboutsummaryrefslogtreecommitdiff
path: root/src/lib/pubsub/pubsub_macros.h
AgeCommit message (Collapse)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
Typos found with codespell. Please keep in mind that this should have impact on actual code and must be carefully evaluated: src/core/or/lttng_circuit.inc - ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER) + ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-06Add a bunch of doxygen for things in src/lib.Nick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-03-25Rename one case of c_type to c_ptr_type.Nick Mathewson
2019-03-25Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE()Nick Mathewson
Also fix a grammar error in a comment.
2019-03-25Various documentation notes and tweaks for pubsubNick Mathewson
2019-03-25Try a different approach to making publish function seem used.Nick Mathewson
We want the DISPATCH_ADD_PUB() macro to count as making a DECLARE_PUBLISH() invocation "used", so let's try a new approach that preserves that idea. The old one apparently did not work for some versions of osx clang.
2019-03-25Correct doxygen @file directivesNick Mathewson
2019-03-25Document several issues found by TaylorNick Mathewson
2019-03-25Pubsub: macros for ease-of-use and typesafety.Nick Mathewson