2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Parsing @if directives. More... about 13 years ago
Parsing @if directives. More... about 13 years ago
Hwooooaaaah!!! Handling the difficult cases!!! More... about 13 years ago
Working on selector context combination for inheritance. More... about 13 years ago
Using a multimap to store selector extension requests -- necessary to allow a selector to be extended multiple times. More... about 13 years ago
Even more inheritance (attribute selectors). More... about 13 years ago
Working on full-blown selector comparison (necessary for full-blown inheritance). More... about 13 years ago
More inheritance functionality. More... about 13 years ago
Rudimentary selector inheritance. More... about 13 years ago
Commenting the eval/apply functions, since they're getting a bit dense. More... about 13 years ago
Logging stuff to make sure the inheritance infrastructure does what I think it does. More... about 13 years ago
Laying down infrastructure for selector inheritance. More... about 13 years ago
Removing some commented code. More... about 13 years ago
Cleaning up the new selector expander & emitter. All tests pass again. More... about 13 years ago
Simplifying the emitter now that selectors are all expanded beforehand. More... about 13 years ago
Moving selector expansion into the eval phase. Necessary for inheritance. More... about 13 years ago
Fixing legacy stuff; don't need to pass Node handles by reference anymore. More... about 13 years ago
Allowing attribute selectors to match against identifiers. Passes another interpolation test. More... about 13 years ago
Selector interpolation works robustly (sans a few special cases). More... about 13 years ago
Don't need these files anymore. More... about 13 years ago
Parsing selectors with interpolants. More... about 13 years ago
Slightly more sophisticated lookahead in preparation for selector interpolation. More... about 13 years ago
Fixing a portability problem -- apparently, older versions of C++ don't automatically zero out objects in their default constructors. More... about 13 years ago
Merge branch 'node_pimpl' More... about 13 years ago
Cleaning up some comments and stuff. More... about 13 years ago
The refactor is all debugged now. More... about 13 years ago
Fixing another bug in the expansion flattener. More... about 13 years ago
Adding a helpful comment. More... about 13 years ago
Fixing a bug in the refactored 'flatten' function. More... about 13 years ago
Tidying up some stuff. More... about 13 years ago