Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sass/libsass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d312a1c91bb7dd22883ebdfc829003f75a82396
Choose a base ref
...
head repository: sass/libsass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3c1c0e01af458b262b954ed49557a415e2bd977
Choose a head ref
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on May 2, 2020

  1. Add utility perl script to generate MSVC source list

    This makes it obsolete to keep MSVC files in sync manually
    whenever we add, remove or rename a source file.
    mgreter committed May 2, 2020
    Configuration menu
    Copy the full SHA
    3123c70 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    9e04bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1901601 View commit details
    Browse the repository at this point in the history
  3. Fix issue with some std::unordered_map implementations

    We currently don't adhere to the restriction that if two
    items are equal to each other, their hashes must be the
    same too. This comes from the issue that unitless numbers
    compare equal to the same number even if they have units.
    mgreter committed May 3, 2020
    Configuration menu
    Copy the full SHA
    4c545f1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Merge pull request #3093 from mgreter/feature/build-file-helper

    Add utility perl script to generate MSVC source list
    mgreter authored May 4, 2020
    Configuration menu
    Copy the full SHA
    ee65eb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8ff3a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3096 from mgreter/bugfix/unicode-cp-counting

    Fix how we count unicode characters
    mgreter authored May 4, 2020
    Configuration menu
    Copy the full SHA
    c890f92 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3095 from mgreter/bugfix/unordered-map-usage

    Fix issue with some std::unordered_map implementations
    mgreter authored May 4, 2020
    Configuration menu
    Copy the full SHA
    c3c1c0e View commit details
    Browse the repository at this point in the history
Loading