0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2024 — Aug 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allowing calls to non-Sass functions to pass through. Apparently this is allowed. More... over 13 years ago
Handling unary + and -. Makes more tests pass. More... over 13 years ago
Moving test cases for unimplemented stuff into 'todo' folder. More... over 13 years ago
Shelving the string interpolation stuff. Don't use it. More... over 13 years ago
Working on interpolated string constants. More... over 13 years ago
New test files for basic interpolation. More... over 13 years ago
Handling values with embedded interpolants. More... over 13 years ago
move executables out of the src folder More... over 13 years ago
Cleaning up the SassCPP build rules More... over 13 years ago
forgot to move this little fella More... over 13 years ago
makefile refactor More... over 13 years ago
What was this for… shrug. More... over 13 years ago
moving files into a src folder More... over 13 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... over 13 years ago
Still working on interpolation. Don't try it yet. More... over 13 years ago
Working on embedded interpolant parsing. More... over 13 years ago
Adding missing declarations and fixing mis-named stuff. More... over 13 years ago
Fixing the memory-leak test. No leaks. More... over 13 years ago
printing memory usage More... over 13 years ago
Foundations of value schemas (i.e., embedded interpolants). More... over 13 years ago
Keeping track of object destructions. More... over 13 years ago
Keeping track of the filename when parsing interpolants. More... over 13 years ago
Bam, interpolation on the right-hand-side of style rules. More... over 13 years ago
Test to see whether or not there are memory leaks. More... over 13 years ago
Bam, all allocations are deallocated. More... over 13 years ago
Keeping a registry of allocations. More... over 13 years ago
Fixed a bug in the implementation of "comparable". More... over 13 years ago
Wrapping up type-checking for built-in functions. More... over 13 years ago
Type checking for the numeric functions. More... over 13 years ago
More type-checking for built-ins. More... over 13 years ago