0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 26, 2024 — Jul 26, 2025
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 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 More... almost 11 years ago
Remove unnecessary Remove_Placeholders:: specificity on clean_selector_list calls. 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. More... almost 11 years ago
Improve RemovePlaceholders to also strip placeholders from Media Block children selectors. More... almost 11 years ago
Add eclipse CDT files to gitignore More... almost 11 years ago
Add DEBUG preprocessor flag 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. More... almost 11 years ago
Fix keywod->keyword typo. More... almost 11 years ago
Fix copy-pasta typo in debug-shared target More... almost 11 years ago
Update Makefile with rudimentary debug build support. Add the -g flags and strip out the optimization flags. 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. More... almost 11 years ago
Point at michaek/sass-spec to pick up tests we care about. More... almost 11 years ago
CI on Windows using AppVeyor More... almost 11 years ago
Updates README.md More... almost 11 years ago
Adds performance optimization to UTF16 converters More... almost 11 years ago
Reorganizes around try/catch to avoid clang warnings More... almost 11 years ago
Uses native windows API for file IO with Unicode paths More... almost 11 years ago
Renames some utf8 helper functions More... almost 11 years ago
Indents code in try blocks More... almost 11 years ago
Replaces native utf8 handling with UTF8-CPP library More... almost 11 years ago
Fixes utf8 error in str-index function More... almost 11 years ago
Fixes unicode filepath handling on windows More... almost 11 years ago
Merge pull request #470 from idan/patch-1 More... almost 11 years ago
s/Nathan/Natalie More... almost 11 years ago
support colliding CSS filter effects functions More... almost 11 years ago
Updated the comment for clarity. 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. More... almost 11 years ago
Fixes to-upper and to-lower to skip utf8 code points More... almost 11 years ago
Version bump More... almost 11 years ago