openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libsass-python
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 26, 2024 — Jul 26, 2025
Showing page 35 of 93
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'feature/extend-support' of https://github.com/DealerDotCom/libsass into feature/extend-support
Jamie Addessi
More...
almost 11 years ago
SASHIMI-321 - Ported over SubsetMap tests from Ruby sass /test/sass/util/subset_map_test.rb to libsass/test/test_subset_map.cpp
Jamie Addessi
More...
almost 11 years ago
Remove unnecessary Remove_Placeholders:: specificity on clean_selector_list calls.
Jonah Schulte
More...
almost 11 years ago
Change RemovePlaceholders to Remove_Placeholders and CleanSelectorList to clean_selector_list to match conventions used elsewhere in the project. Wrap 'if sl' check around sl var usage in clean_selector_list to fix a bad access error issue.
Jonah Schulte
More...
almost 11 years ago
Improve RemovePlaceholders to also strip placeholders from Media Block children selectors.
Jonah Schulte
More...
almost 11 years ago
Add eclipse CDT files to gitignore
Matthew Turnbull
More...
almost 11 years ago
Add DEBUG preprocessor flag
Matthew Turnbull
More...
almost 11 years ago
Add RemovePlaceholders functionality and remove duplicate placeholder stripping code in output_compressed and output_nested. This still doesn't fix the placeholder selector issue inside media blocks (that is next), it just replicates the existing functionality in a cleaner way.
Jonah Schulte
More...
almost 11 years ago
Fix keywod->keyword typo.
Jonah Schulte
More...
almost 11 years ago
Fix copy-pasta typo in debug-shared target
Matthew Turnbull
More...
almost 11 years ago
Update Makefile with rudimentary debug build support. Add the -g flags and strip out the optimization flags.
Matthew Turnbull
More...
almost 11 years ago
First pass of implementing the extend operator. This fixes about 8 currently failing tests and breaks about 36 currently passing tests. I think it will be a good starting point for future development though. I also updated Selector_List to cache a string version of the list when a selector is added to make debugging easier. We should update this to be guarded by a debug preprocesser, but that hasn't been implemented yet.
Scott Douglas
More...
almost 11 years ago
Point at michaek/sass-spec to pick up tests we care about.
Scott Douglas
More...
almost 11 years ago
CI on Windows using AppVeyor
Hong Minhee
More...
almost 11 years ago
Updates README.md
Marcel Greter
More...
almost 11 years ago
Adds performance optimization to UTF16 converters
Marcel Greter
More...
almost 11 years ago
Reorganizes around try/catch to avoid clang warnings
Marcel Greter
More...
almost 11 years ago
Uses native windows API for file IO with Unicode paths
Marcel Greter
More...
almost 11 years ago
Renames some utf8 helper functions
Marcel Greter
More...
almost 11 years ago
Indents code in try blocks
Marcel Greter
More...
almost 11 years ago
Replaces native utf8 handling with UTF8-CPP library
Marcel Greter
More...
almost 11 years ago
Fixes utf8 error in str-index function
Marcel Greter
More...
almost 11 years ago
Fixes unicode filepath handling on windows
Marcel Greter
More...
almost 11 years ago
Merge pull request #470 from idan/patch-1
Aaron Leung
More...
almost 11 years ago
s/Nathan/Natalie
Idan Gazit
More...
almost 11 years ago
support colliding CSS filter effects functions
Nikhil Benesch
More...
almost 11 years ago
Updated the comment for clarity.
Scott Douglas
More...
almost 11 years ago
Issue 460: Update the extend operator to no longer filter non-placeholder selectors in the first pass of placeholder substitution.
Scott Douglas
More...
almost 11 years ago
Fixes to-upper and to-lower to skip utf8 code points
Marcel Greter
More...
almost 11 years ago
Version bump
Hong Minhee
More...
almost 11 years ago
←
1
2
…
31
32
33
34
35
36
37
38
39
…
92
93
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree