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. 29 Dec, 2013 1 commit
  3. 25 Dec, 2013 1 commit
  4. 24 Dec, 2013 9 commits
  5. 23 Dec, 2013 3 commits
  6. 17 Dec, 2013 3 commits
  7. 14 Dec, 2013 4 commits
  8. 12 Dec, 2013 7 commits
  9. 11 Dec, 2013 1 commit
    • pianofab's avatar
      Report details about fork() failure in logs. · 6ba48cc9
      pianofab authored
      When parsing a large codebase dot failed to start. Adding this line helped narrow down the issue. Increasing my VirtualBox VM RAM size worked around the issue. A proper fix would be to spawn separate processes without using fork() so they don't start with the giant address space used by the current process.
      6ba48cc9
  10. 10 Dec, 2013 1 commit
  11. 08 Dec, 2013 4 commits
  12. 07 Dec, 2013 5 commits