I need advice for git. Chris suggested I do each "feature" on one branch. So I did "over" on a branch called over, and now I started working on "contrast" on a new branch called contrast.
The problem is there will be common code for all the algorithms I will work on. Like the parallel_image function and the ROI class. I need a way to isolate that common code, so that each time I make change to it, the change is visible to all "features". It will get even scarier later when I will get to 20 algorithms or so and they all would use some common code that will constantly change and evolve. For example I made a change now to the ROI class in the over branch, then went in the contrast branch and those changes were not there.
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
