1. 04 Aug, 2014 11 commits
  2. 03 Aug, 2014 5 commits
  3. 02 Aug, 2014 17 commits
  4. 30 Jul, 2014 2 commits
    • albert-github's avatar
      Messages truncated in warnings file · cc4f3b45
      albert-github authored
      The current limit for a message length in the messages file is 4095 characters. Most of the time this is more than sufficient, but in case of Fortran and a lot of arguments this might not be sufficient.
      With Fortran the "data type" can be quite long as it can also includes words like: double precision, dimension, intent(inout) etc. When we have a lot of arguments and just one is described it also tries to write out the names of the non-described parameter/ arguments with the word parameter prepended resulting in an even longer line.
      
      This patch increases the size of the buffer.
      cc4f3b45
    • albert-github's avatar
      Bug 733856 - segfault in QGListIterator while parsing fortran code · aac81f8b
      albert-github authored
      Problem with variables with the name type versus type definitions.
      type followed by = is recognized as not being a type definition instead of the use of a variable.
      aac81f8b
  5. 25 Jul, 2014 1 commit
  6. 20 Jul, 2014 1 commit
  7. 19 Jul, 2014 2 commits
    • jannick0's avatar
      Update dot.cpp · a15c5c89
      jannick0 authored
      comma added for dot syntax
      a15c5c89
    • Jeff Verkoeyen's avatar
      Add BREAD_CRUMB_TRAIL. · 4074da5b
      Jeff Verkoeyen authored
      This feature enables recursive printing of the bread crumbs for any
      page, rather than just printing the parent group.
      4074da5b
  8. 18 Jul, 2014 1 commit