Archive for 'pork' Category
Meanwhile in a parallel universe
14 August 2008Someone else is developing their own app-specific rewrite tools. In this case app-specific refers to automating porting code from gtk2 to gtk3. The approach is similar in that patches are produced, but it doesn’t look like a patch aggregating tool is written yet. Instead of the elsa/mcpp magic sauce, clang is being used, so this [...]
Pork, MCPP, Oink and Elsa…What’s going on?
18 July 2008It seems that there is some confusion as to what pork is and how it’s related to oink and elsa. So here is my view of it.
Pork is my set of tools that use Elsa to rewrite sourcecode (mainly Mozilla code). Our use of Pork is solely for rewriting as it is not suited for [...]
Pork 0.9 in the wild
30 June 2008Those who would like to play with Pork, but are allergic to pulling sources from version control can now download an actual pork release. Now someone needs to hook this into a GUI to provide easy Eclipse-style refactoring for C++.