1. 03 Jul, 2017 1 commit
    • Make sure to always include "common.h" first · 0c7f49dd
      Next to including several files, our "common.h" header also declares
      various macros which are then used throughout the project. As such, we
      have to make sure to always include this file first in all
      implementation files. Otherwise, we might encounter problems or even
      silent behavioural differences due to macros or defines not being
      defined as they should be. So in fact, our header and implementation
      files should make sure to always include "common.h" first.
      
      This commit does so by establishing a common include pattern. Header
      files inside of "src" will now always include "common.h" as its first
      other file, separated by a newline from all the other includes to make
      it stand out as special. There are two cases for the implementation
      files. If they do have a matching header file, they will always include
      this one first, leading to "common.h" being transitively included as
      first file. If they do not have a matching header file, they instead
      include "common.h" as first file themselves.
      
      This fixes the outlined problems and will become our standard practice
      for header and source files inside of the "src/" from now on.
      Patrick Steinhardt committed
  2. 05 May, 2017 1 commit
  3. 29 Dec, 2016 1 commit
  4. 06 Oct, 2016 1 commit
  5. 05 Sep, 2014 1 commit
  6. 05 Feb, 2014 1 commit
  7. 20 Jan, 2014 1 commit
  8. 02 Oct, 2013 1 commit
  9. 11 Sep, 2013 1 commit
  10. 07 Sep, 2013 2 commits
  11. 19 Aug, 2013 1 commit
  12. 15 Aug, 2013 2 commits
  13. 13 Jul, 2013 1 commit
  14. 12 Jun, 2013 1 commit
  15. 16 May, 2013 3 commits
  16. 15 May, 2013 1 commit
  17. 07 May, 2013 1 commit
  18. 01 May, 2013 1 commit
  19. 18 Apr, 2013 1 commit
  20. 15 Apr, 2013 4 commits
  21. 10 Apr, 2013 1 commit
  22. 09 Apr, 2013 1 commit
  23. 08 Apr, 2013 1 commit
  24. 07 Apr, 2013 1 commit
  25. 30 Mar, 2013 1 commit
  26. 17 Mar, 2013 1 commit
  27. 07 Mar, 2013 1 commit
  28. 03 Feb, 2013 2 commits
  29. 08 Jan, 2013 1 commit
  30. 01 Dec, 2012 1 commit
  31. 27 Nov, 2012 2 commits