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

[WIP] Expose import stack #1600

Closed
wants to merge 11 commits into from

Commits on Oct 25, 2015

  1. Add Sass::round to work around compiler issues

    It seems with some compilers (cygwin) round is not defined
    within the `std` namespace, but in the root namespace.
    Working around this issue by `using namespace std` and
    then using `::round` function from the root namespace.
    
    # Conflicts:
    #	src/inspect.cpp
    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    ae05253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b98b62 View commit details
    Browse the repository at this point in the history
  3. [WIP] Expose import stack

    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    c9b0210 View commit details
    Browse the repository at this point in the history
  4. [WIP] First working POC

    Import stack access in custom function working.
    This uses the same API as for custom importers.
    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    f240411 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5533677 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16b6ccb View commit details
    Browse the repository at this point in the history
  7. [WIP] Refactoring context.cpp

    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    ed91520 View commit details
    Browse the repository at this point in the history
  8. [WIP] API Refactor

    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    5cbda02 View commit details
    Browse the repository at this point in the history
  9. [WIP] Revert original API

    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    4438ff3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36741c6 View commit details
    Browse the repository at this point in the history
  11. Revert round behavior

    mgreter committed Oct 25, 2015
    Configuration menu
    Copy the full SHA
    e9e3670 View commit details
    Browse the repository at this point in the history