Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for the C(XX)_STANDARD and C(XX)_EXTENSIONS properties. #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2018

  1. Added support for the C(XX)_STANDARD and C(XX)_EXTENSIONS.

    Also extended the tests to treat warnings (about preprocessor
    problems) as errors, and added two new tests about the c++
    standard version.
    dutow committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    6304cae View commit details
    Browse the repository at this point in the history
  2. Implemented support for PCHs in various directories on GCC.

    This uses the new PCH_PATH option, which enables users to specify
    a subdirectory where the pch file is generated.
    dutow committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    f2abe7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e888477 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f9abe6 View commit details
    Browse the repository at this point in the history