1. 05 Nov, 2019 5 commits
  2. 04 Nov, 2019 4 commits
  3. 03 Nov, 2019 5 commits
  4. 02 Nov, 2019 3 commits
  5. 01 Nov, 2019 1 commit
  6. 31 Oct, 2019 1 commit
  7. 30 Oct, 2019 3 commits
  8. 23 Oct, 2019 3 commits
  9. 21 Oct, 2019 1 commit
  10. 19 Oct, 2019 1 commit
    • Florian Pigorsch's avatar
      Fix some spelling errors - mostly in comments & documentation. · b93d414a
      Florian Pigorsch authored
      I did not touch the Changelog file and any third party stuff.
      
      additonal -> additional (1)
      apppend -> append (2)
      constuctor -> constructor (2)
      contect -> context (2)
      dobulequote -> doublequote (1)
      elemnts -> elements (1)
      exakt -> exact (2)
      exluded -> exclude (1)
      explicitely -> explicitly (2)
      narcissic -> narcissistic (1)
      ocurred -> occurred (1)
      occuring -> occurring (2)
      preceeds -> preceded (1)
      ot -> to (2)
      wehther -> whether (2)
      b93d414a
  11. 17 Oct, 2019 4 commits
  12. 16 Oct, 2019 6 commits
  13. 09 Oct, 2019 1 commit
  14. 07 Oct, 2019 1 commit
    • Thomas Braun's avatar
      test/CMakeLists.txt: Use an explicit list instead of GLOB · eb6fe421
      Thomas Braun authored
      Using GLOB is slow and considered bad practice.
      
      From https://cmake.org/cmake/help/latest/command/file.html:
      
      > We do not recommend using GLOB to collect a list of source files from
      > your source tree. If no CMakeLists.txt file changes when a source is
      > added or removed then the generated build system cannot know when to ask
      > CMake to regenerate. The CONFIGURE_DEPENDS flag may not work reliably on
      > all generators, or if a new generator is added in the future that cannot
      > support it, projects using it will be stuck. Even if CONFIGURE_DEPENDS
      > works reliably, there is still a cost to perform the check on every
      > rebuild.
      eb6fe421
  15. 05 Oct, 2019 1 commit