Changes between Version 22 and Version 23 of GsocPyOssim


Ignore:
Timestamp:
Aug 8, 2011, 5:20:33 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v22 v23  
    222222'''Work Done'''
    223223[[BR]]
    224  * Restructured the pyOSSIM-SWIG wrapper code, i.e. I made the changes that were required because of the optimization that was found last week. The SWIG-wrapper code was toned, made very modular and srtuctured. The code is now very easy to understand and maintain.
     224 * Restructured the pyOSSIM-SWIG wrapper code, i.e. I made the changes that were required because of the optimization that was found last week. The SWIG-wrapper code was toned, made very modular and structured. The code is now very easy to understand and maintain, and has been committed on the [https://github.com/vipulraheja/ossim-svn/tree/master/src/pyossim/swig GitHub repository].
    225225 * Finished up reading the SIP documentation required for wrapping the ossimPlanetQt API.
    226226 * Set up the PyQt and SIP environments on my local system. This step took a long time due to problems with debian-based packages. I had to then do a manual build with the help of PyQt people.