Subramanya Sastry has submitted this change and it was merged. Change subject: Token transform pipelines and parser wrapper ......................................................................
Token transform pipelines and parser wrapper * Renamed a few files to follow ClassName -> ClassName.hpp / ClassName.cpp convention * Added rough TokenTransformManagerBase, Parsoid, InputExpansionPipeline, OutputPipeline etc skeletons * Cleaned up namespace use with the tokenizer a bit * Removed wholesale 'using namespace std' from a few files Change-Id: I7e74226ad0b87b6b8c951ee6e107d674e786a0c5 --- A cpp/src/AsyncTokenTransformManager.hpp M cpp/src/CMakeLists.txt A cpp/src/DOMBase.hpp A cpp/src/InputExpansionPipeline.hpp R cpp/src/IntrusivePtrBase.hpp A cpp/src/OutputPipeline.hpp A cpp/src/Parsoid.cpp A cpp/src/Parsoid.hpp A cpp/src/ParsoidEnvironment.hpp R cpp/src/QueueDispatcher.cpp R cpp/src/QueueDispatcher.hpp A cpp/src/SyncTokenTransformManager.hpp R cpp/src/Token.cpp R cpp/src/Token.hpp A cpp/src/TokenTransformManagerBase.hpp R cpp/src/WikiTokenizer.cpp A cpp/src/WikiTokenizer.hpp M cpp/src/parsoid_internal.hpp D cpp/src/tokenizer.hpp M cpp/src/wikitext_tokenizer.leg 20 files changed, 726 insertions(+), 185 deletions(-) Approvals: Subramanya Sastry: Verified; Looks good to me, approved MarkTraceur: Looks good to me, but someone else must approve -- To view, visit https://gerrit.wikimedia.org/r/24256 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7e74226ad0b87b6b8c951ee6e107d674e786a0c5 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: Adamw <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: MarkTraceur <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
