1. 09 Feb, 2014 3 commits
  2. 08 Feb, 2014 2 commits
    • Adrian Negreanu's avatar
      sqlite3: add new searches to search.py · c99422b0
      Adrian Negreanu authored
      +  -I <I>    Get the includers of <I>
      +  -i <I>    Get the includees of <I>
      +  -M <C>    Get all members of class <C>
      +  -B <C>    Get the base classes of class <C>
      +  -S <C>    Get the sub classes of class <C>
      Signed-off-by: 's avatarAdrian Negreanu <adrian.m.negreanu@intel.com>
      c99422b0
    • Adrian Negreanu's avatar
      sqlite3: updates · 2b80c416
      Adrian Negreanu authored
      * template and function arguments
      * innernamespaces
      * put sqlite3_stmt and the coresponding query in
        a struct
      * use has(Multi|One)LineInitializer instead of hardcoded value
        when extracting references from initializers
      * sqlite3_clear_bindings in step()
      * getRow in step() should use different sqlite3_ functions
        depending on wether is doing 'INSERT' or 'SELECT'
      
      includes table uses only file IDs
      Signed-off-by: 's avatarAdrian Negreanu <adrian.m.negreanu@intel.com>
      2b80c416
  3. 06 Feb, 2014 5 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 3 commits