1. 02 Aug, 2014 1 commit
  2. 11 Feb, 2014 1 commit
  3. 30 Dec, 2013 1 commit
    • Dimitri van Heesch's avatar
      Reduced and improved functionality of QList · 6e51abf6
      Dimitri van Heesch authored
      - operations on current index and node (next(), prev(), last(), first()) have been removed.
      - access to internal nodes has been removed.
      - old QList has been renamed to QInternalList for use inside qtools only.
      - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()).
      - add compareValues also to QDict for consistency.
      - changed doxygen's implementation to comply with the new QList and QDict interface.
      6e51abf6
  4. 13 Nov, 2013 1 commit
    • Albert's avatar
      Debug output for lexical analyzer · 3c0a246b
      Albert authored
      In case of error messages like:
          input buffer overflow, can't enlarge buffer because scanner uses REJECT
      it is not always directly clear from which lexical analyzer (.l file) this problem comes.
      This patch helps to find these problems and does the following things:
      - when using the option -d lex with doxygen each time a lexical analyzer is called at the start a line like the following line will be given:
          Entering lexical analyzer: pre.l (for: ..../file.c)
        and at the end:
          Finished lexical analyzer: pre.l (for: ..../file.c)
      - in case the lexical analyzer has been translated with the -d option of lex / flex the above mentioned lines will be given as part of the lexical analyzer output (to stderr) and look like:
          --entering lexical analyzer: pre.l (for: ..../file.c)
          --finished lexical analyzer: pre.l (for: ..../file.c)
      3c0a246b
  5. 28 Sep, 2013 1 commit
  6. 02 Jul, 2013 1 commit
  7. 16 Jun, 2013 1 commit
  8. 12 May, 2013 2 commits
  9. 24 Mar, 2013 2 commits
  10. 09 Feb, 2013 2 commits
  11. 20 Jan, 2013 2 commits
  12. 18 Nov, 2012 2 commits
  13. 30 Sep, 2012 2 commits
  14. 11 Aug, 2012 2 commits
  15. 29 Jul, 2012 2 commits
  16. 19 May, 2012 2 commits
  17. 08 Apr, 2012 2 commits
  18. 25 Feb, 2012 2 commits
  19. 20 Feb, 2012 2 commits
  20. 10 Jan, 2012 2 commits
  21. 17 Nov, 2011 2 commits
  22. 28 Mar, 2011 2 commits
  23. 23 Jan, 2011 2 commits
  24. 24 Mar, 2010 1 commit