1. 13 Jul, 2014 2 commits
  2. 12 Jul, 2014 3 commits
  3. 28 Jun, 2014 1 commit
  4. 20 Jun, 2014 1 commit
  5. 18 Jun, 2014 1 commit
  6. 17 Jun, 2014 1 commit
  7. 11 Jun, 2014 1 commit
  8. 10 Jun, 2014 1 commit
  9. 21 Apr, 2014 1 commit
  10. 19 Apr, 2014 1 commit
  11. 29 Mar, 2014 1 commit
  12. 27 Mar, 2014 1 commit
  13. 04 Feb, 2014 1 commit
  14. 01 Feb, 2014 1 commit
    • 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
  15. 26 Jan, 2014 1 commit
  16. 04 Jan, 2014 1 commit
  17. 06 Oct, 2013 1 commit
  18. 06 Sep, 2013 1 commit
  19. 19 Jul, 2013 3 commits