1. 09 Feb, 2014 1 commit
  2. 08 Feb, 2014 5 commits
  3. 06 Feb, 2014 6 commits
  4. 05 Feb, 2014 4 commits
  5. 04 Feb, 2014 5 commits
  6. 03 Feb, 2014 8 commits
  7. 01 Feb, 2014 3 commits
    • Adrian Negreanu's avatar
      testsqlite3: a test for sqlite3gen · 733aaaa0
      Adrian Negreanu authored
      This verifies the 'memberdef' table against the generated XMLs.
      It accomplishes this by executing a sql query, constructed by iterating
      through the children and attributes of the memberdef XML element.
      
      The information translated from xml to sql, is then removed from the DOM,
      and the unprocessed bits are printed as warning messages.
      
      usage:
          testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml
      
      output:
      WARNING: 'location' has unprocessed attr 'bodyend'
      WARNING: 'memberdef' has unprocessed child elem 'briefdescription'
      WARNING: 'memberdef' has unprocessed child elem 'detaileddescription'
      WARNING: 'memberdef' has unprocessed child elem 'inbodydescription'
      WARNING: 'memberdef' has unprocessed child elem 'location'
      WARNING: 'memberdef' has unprocessed attr 'kind'
      WARNING: 'memberdef' has unprocessed attr 'prot'
      WARNING: 'memberdef' has unprocessed attr 'static'
      WARNING: 'memberdef' has unprocessed attr 'id'
      733aaaa0
    • Adrian Negreanu's avatar
      sqlite3: SQLITE_TRANSIENTs · 6f38dd24
      Adrian Negreanu authored
      In table basecompoundref, use SQLITE_TRANSIENT for
      base, derived, refid
      6f38dd24
    • Adrian Negreanu's avatar
      sqlite3: extract more info · cd4bdf67
      Adrian Negreanu authored
      memberdef table changes:
      * rename bstart to bodystart
      * rename id_bfile to id_bodyfile
      * add bodyend
      * add {brief,detailed,inbody}description
      Signed-off-by: 's avatarAdrian Negreanu <adrian.m.negreanu@intel.com>
      cd4bdf67
  8. 28 Jan, 2014 2 commits
  9. 26 Jan, 2014 5 commits
  10. 22 Jan, 2014 1 commit