pmartz / jag-3d

Automatically exported from code.google.com/p/jag-3d
0 stars 1 forks source link

Source repo and namespace re-organization #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would like to re-organize the 'src' directory as follows:
  src/
    jag/
      base
      disk
      draw
      mx
      sg
      util

With corresponding namespace changes:
  jagBase:: -> jag::base::
  jagDisk:: -> jag::disk::
  jagDraw:: -> jag::draw::
Etc.

This change needs to be done when the repo is relatively quiet, as the 
potential for merge conflicts is astronomical.

Original issue reported on code.google.com by SkewMat...@gmail.com on 19 Jul 2013 at 7:05

GoogleCodeExporter commented 9 years ago
This is now resolved with source code tage v0.01.11.

Original comment by SkewMat...@gmail.com on 7 Dec 2013 at 8:52