CybOXProject / mixbox

A library of common code leveraged by python-cybox, python-maec, and python-stix
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

Namespace branch unification #26

Closed chisholm closed 8 years ago

chisholm commented 8 years ago

There have been two namespace-related branches. The first was about factoring out XML namespace handling into mixbox and making other projects use mixbox's capabilities instead of each reinventing it separately. The second was about making sure the projects were collecting namespace data and generating binding object graphs in the same pass, to improve performance. I wanted the latter task to be based on the new code introduced in the former task, so the latter branched off the former.

I need to merge this whole namespace-related ball of changes together, in preparation for another merge with another out-standing branch. I'm going to merge one_pass into the namespace_revamp branch, to create one big namespace-related change branch.