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

Build conditionals #1

Open
wants to merge 3 commits into
base: stable_test
Choose a base branch
from
Open

Build conditionals #1

wants to merge 3 commits into from

Commits on Nov 11, 2014

  1. Configuration menu
    Copy the full SHA
    711baf4 View commit details
    Browse the repository at this point in the history
  2. The STABLE token can now be tested by #ifdef for stable relases

    This allows us to do condiitonal compilation of code, so unstable
    features can be removed from the compile.
    
    - Aids in KSP-CKAN#302.
    - Includes tests that fire when on stable branches.
    - Stable/Unstable is now included in version information.
      (Eg: GUI title bar, or `ckan version`)
    pjf committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    97989c1 View commit details
    Browse the repository at this point in the history
  3. Stable constants check are now travis pull-request aware.

    As long as it looks like we might merge into a stable branch, we
    do our stability checks.
    pjf committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    f62fdc3 View commit details
    Browse the repository at this point in the history