0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Marking functions intended to be local to the extend compilation unit with static linkage. Also, removing two unused functions that the compiler warned about now that they have static linkage and the compiler knows they are not used anywhere. More... almost 11 years ago
Removed ComplexSelectorOrCombinator and all usages of it since we're now using the more robust Node class. More... almost 11 years ago
Merge remote-tracking branch 'origin/feature/extend-support' into feature/extend-support-subweave More... almost 11 years ago
Rewrote rgb_to_hsl function to match the ruby sass implementation. Added necessary parenthesis around some math operations in hsla_impl to resolve a bug in color math. Colors now match the ruby sass implementation precisely. Both changes were necessary to resolve the issue. More... almost 11 years ago
Update is_pseudo_element to return true for both pseudo elements and things that look like pseudoelements. This is what ruby sass does, and it's tested in sass-spec's 085_test_pseudoelement_goes_lefter_than_not. More... almost 11 years ago
SASHIMI-370 - Reapplied the fix to LcsCollectionComparator More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
JMA - moved DEBUG to makefile rather than inline More... almost 11 years ago
JMA - Removed #define DEBUG flag. Didn't mean to commit this. More... almost 11 years ago
JMA - removed extra logging in LcsCollectionComparator More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
SASHIMI-368 - Updated logic in CSOCDequeLcsComparator as well for consistency More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
SASHIMI-368 - Updated fix to LcsCollectionComparator More... almost 11 years ago
Merge conflict resolved More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
SASHIMI-368 - Fix logic bug in LcsCollectionComparator More... almost 11 years ago
JMA - added DEBUG 1 for local debugging More... almost 11 years ago
Merge branch 'feature/SASHIMI-370' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
SASHIMI-370 - When extending, copy the combinator of the selector being extended More... almost 11 years ago
Merge remote-tracking branch 'origin/feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' of github.com:DealerDotCom/libsass into feature/extend-support-subweave More... almost 11 years ago
Only print debug spew on DEBUG builds More... almost 11 years ago
Fix C++11 compile on GNU More... almost 11 years ago
Removed null check that was causing type error. More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
JMA - Further updates to unify() for more consistency with the ruby version More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago
JMA - Implemented unify in mergeFinalOps More... almost 11 years ago
Merge branch 'feature/extend-support-subweave' into feature/extend-support-subweave-local-osx-10.8.5 More... almost 11 years ago