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

[TIMOB-23907] Fix metadata parsing for forward declarations #125

Merged
merged 7 commits into from
Mar 3, 2017

Commits on Feb 22, 2017

  1. [TIMOB-23907] Always include umbrella header

    A framework’s umbrella header needs to be included to properly resolve
    forward declaration in the metabase parser. This also includes a fix to
    avoid forward declarations being parsed as definitions which would
    result in empty definitions in the metabase.
    janvennemann committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    112103c View commit details
    Browse the repository at this point in the history
  2. [TIMOB-23907] Exclude unused classes from code generation

    This prevents the unnecessary generation of Hyperloop JS source files
    that are not used anywhere.
    janvennemann committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    fed0185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df45f6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c56b769 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. Configuration menu
    Copy the full SHA
    cf5c2e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2017

  1. Configuration menu
    Copy the full SHA
    fc70ca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fed335 View commit details
    Browse the repository at this point in the history