0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
More complicated mixin test. More... about 12 years ago
Mixins are fully functional. Check out the jankiest usages. More... about 12 years ago
One step closer to getting nested expansion nodes to emit correctly. More... about 12 years ago
Flattening blocks that contain expansion nodes in order to get them to emit correctly. More... about 12 years ago
'Nuther insignificant cleanup. More... about 12 years ago
Cleaning up a bit of code. More... about 12 years ago
Giving a field a better name. More... about 12 years ago
Removing bits of dead code. More... about 12 years ago