0
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a few more builtins. More... over 13 years ago
Updating a test. More... over 13 years ago
Fixed an aliasing bug in a builtin Sass function. More... over 13 years ago
CSS color names. Sass converts back and forth between names and numeric values. More... over 13 years ago
Correctly printing out colors with an alpha channel. More... over 13 years ago
Allowing builtin functions to be overloaded based on number of parameters. Don't know if it's worth it because only one function appears to need this. More... over 13 years ago
Removing log messages and adding a test case for builtin functions. More... over 13 years ago
Built-in function framework is in place. Had to jump through some hoops to resolve the usual #include dependency headaches. More... over 13 years ago
Still working on general built-in function framework. More... over 13 years ago
General framework for built-in Sass functions. More... over 13 years ago
Parsing function calls. More... over 13 years ago
Shelving singleton selector optimization for now. Will pick it back up if I have extra time. More... over 13 years ago
singleton detection More... over 13 years ago
Finished the node refactor. Required more debugging than I expected. More... over 13 years ago
Working on refactoring/optimizing the node data structure. More... over 13 years ago
Refactoring the node data structure. Should reduce the size from 56 bytes down to 32 bytes. More... over 13 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... over 13 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... over 13 years ago
Don't need this file anymore. More... over 13 years ago
a test c interface More... over 13 years ago
Full-on arbitrarily nested scopes for variables. More... over 13 years ago
Environments now store a link to the global env. Makes it easy to handle 2-level scope for mixins and arbitrarily nested scopes for variables. More... over 13 years ago
Trying out a different comment scanning method in anticipation of implementing the comment formatting routine. More... over 13 years ago
Touching up some whitespace. More... over 13 years ago
Correctly handling the odd edge-case when parsing terminal comments. More... over 13 years ago
Properly scanning negative numbers. More... over 13 years ago
Counting heap-allocated vectors. More... over 13 years ago
Removing some log statements. More... over 13 years ago
More complicated mixin test. More... over 13 years ago
Mixins are fully functional. Check out the jankiest usages. More... over 13 years ago