check-source-modules.rst 516 B

1234567891011121314
  1. check-source-modules
  2. ^^^^^^^^^^^^^^^^^^^^
  3. * The :module:`CheckSourceCompiles` module has been added to
  4. generalize :module:`CheckCSourceCompiles` and
  5. :module:`CheckCXXSourceCompiles` to more languages.
  6. * The :module:`CheckSourceRuns` module has been added to
  7. generalize :module:`CheckCSourceRuns` and
  8. :module:`CheckCXXSourceRuns` to more languages.
  9. * The :module:`CheckCompilerFlag` module has been added to
  10. generalize :module:`CheckCCompilerFlag` and
  11. :module:`CheckCXXCompilerFlag` to more languages.