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