Changes between Version 16 and Version 17 of Reports


Ignore:
Timestamp:
Aug 2, 2013, 12:10:59 PM (11 years ago)
Author:
vishaltiwari
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reports

    v16 v17  
    115115[[BR]]
    116116  * Expose the C++ apis through the C wrapper interface.
     117
     118=== Week 7 Report: ===
     119'''1. Work Done:'''
     120[[BR]]
     121  * Exposed the Voronoi Diagram Builder C++ apis through C wrapper interface for both the thread safe. Also expose it via non-thread safe apis, which is a simple wrapper around the thread-safe apis.
     122
     123'''2. Problems Faced:'''
     124[[BR]]
     125  * I tried to test it, but whenever i try to link my file against the libgeos_c.so, I get some errors, which will be resolved soon.
     126
     127'''3. Work to be done in the next week:'''
     128[[BR]]
     129  * Resolve the linkage error and test the C-Api wrapper for Voronoi Diagram Builder and write corresponding test cases.
     130