Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
  2. Jul 31, 2018
  3. Jul 30, 2018
  4. Jul 17, 2018
  5. Jul 13, 2018
  6. Jul 12, 2018
  7. Apr 30, 2018
  8. Apr 25, 2018
  9. Apr 13, 2018
  10. Feb 05, 2018
  11. Feb 01, 2018
  12. Jun 07, 2017
  13. Apr 20, 2017
  14. Mar 27, 2017
  15. Mar 09, 2017
    • Thomas Jahns's avatar
      Check for POSIX.1-2001 conformance. · e9b6611f
      Thomas Jahns authored
      * Since write, mmap and a number of other functions are not part of
        ISO C (i.e. strictly conforming programs must not use those), we need
        to ensure the build environment provides POSIX conformance.
      * This mostly prevents unrelated bug reports later on.
      * From POSIX 2008, CDI unconditionally only uses getline and has a
        work-around in case that is missing.
      e9b6611f
  16. Jan 05, 2017
  17. Jun 29, 2016
  18. Apr 04, 2016
  19. Apr 02, 2016
  20. Apr 01, 2016
  21. Oct 02, 2015
  22. Jul 30, 2015
  23. Jun 18, 2015
  24. Jun 05, 2015
    • Thomas Jahns's avatar
      Fix incorrect Fortran preprocessing candidates. · e465e15d
      Thomas Jahns authored
      * This partially reverts "added support for C89/90 preprocessor" which only
        covered up an already bad situation.
      
      Using the C preprocessor on Fortran sources does ultimately not work
      since it doesn't know about Fortran-specific features like the _OPENMP
      macro and is chronically likely to pick up the cpp belonging to
      another compiler (e.g. to system gcc when compiling with xlf on Linux/ppc).
      e465e15d
  25. Jun 02, 2015
  26. Apr 02, 2015
  27. Mar 25, 2015
  28. Dec 05, 2014
  29. Dec 03, 2014
  30. Nov 17, 2014
Loading