1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Giving all colors an alpha channel by default. Will simplify the internals. More... about 12 years ago
Adding another constructor to the Token class. May come in handy. More... about 12 years ago
Added a few more builtins. More... about 12 years ago
Updating a test. More... about 12 years ago
Fixed an aliasing bug in a builtin Sass function. More... about 12 years ago
CSS color names. Sass converts back and forth between names and numeric values. More... about 12 years ago
Correctly printing out colors with an alpha channel. More... about 12 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... about 12 years ago
Removing log messages and adding a test case for builtin functions. More... about 12 years ago
Built-in function framework is in place. Had to jump through some hoops to resolve the usual #include dependency headaches. More... about 12 years ago
Still working on general built-in function framework. More... about 12 years ago
General framework for built-in Sass functions. More... about 12 years ago
Parsing function calls. More... about 12 years ago
Shelving singleton selector optimization for now. Will pick it back up if I have extra time. More... about 12 years ago
singleton detection More... about 12 years ago
Finished the node refactor. Required more debugging than I expected. More... about 12 years ago
Working on refactoring/optimizing the node data structure. More... about 12 years ago
Refactoring the node data structure. Should reduce the size from 56 bytes down to 32 bytes. More... about 12 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... about 12 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... about 12 years ago
Don't need this file anymore. More... about 12 years ago
a test c interface More... about 12 years ago
Full-on arbitrarily nested scopes for variables. More... about 12 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... about 12 years ago
Trying out a different comment scanning method in anticipation of implementing the comment formatting routine. More... about 12 years ago
Touching up some whitespace. More... about 12 years ago
Correctly handling the odd edge-case when parsing terminal comments. More... about 12 years ago
Properly scanning negative numbers. More... about 12 years ago
Counting heap-allocated vectors. More... about 12 years ago
Removing some log statements. More... about 12 years ago