1. 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
  2. 17 Nov, 2013 1 commit
    • Albert's avatar
      Debug output for lexical analyzer · 73d94c38
      Albert authored
      The previous commit (pull request) was missing the debug output possibility for config.l and partial for doctokinizer.l.
      The later is called on different places by means of the generic definition doctokinizerYYlex, which is declared by means of YY_DECL.
      To be able to add the debug output the YY_DECL had to be redefined to be a new function and the new function, with the debug output possibility, has to be called through the original function name.
      73d94c38
  3. 06 Oct, 2013 1 commit
  4. 23 Aug, 2013 1 commit
  5. 22 Aug, 2013 1 commit
  6. 28 Jul, 2013 1 commit
  7. 30 Jun, 2013 1 commit
  8. 18 Jun, 2013 1 commit
  9. 19 May, 2013 2 commits
  10. 12 May, 2013 2 commits
  11. 02 Apr, 2013 2 commits
  12. 20 Jan, 2013 2 commits
  13. 26 Dec, 2012 2 commits
  14. 18 Nov, 2012 2 commits
  15. 29 Jul, 2012 2 commits
  16. 12 Jul, 2012 2 commits
  17. 08 Apr, 2012 2 commits
  18. 17 Mar, 2012 2 commits
  19. 25 Feb, 2012 2 commits
  20. 20 Feb, 2012 2 commits
  21. 10 Jan, 2012 2 commits
  22. 03 Dec, 2011 2 commits
  23. 14 Aug, 2011 2 commits
  24. 28 Mar, 2011 2 commits