summaryrefslogtreecommitdiff
path: root/src/select/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Various changes which modify API and ABI:Michael Drake2013-12-131-3/+3
* Just match against universal string intern instead of checking strings length...Michael Drake2013-12-071-1/+2
* Significantly optimise CSS selection performance.Michael Drake2013-12-011-3/+14
* A bunch more microoptimisationsJohn Mark Bell2011-09-061-1/+1
* CSS3 NamespacesJohn Mark Bell2011-03-121-1/+1
* Rename all css_[^_] internal symbols to css__ so that they're nicely namespacedDaniel Silverstone2011-01-261-9/+9
* Fix libcss to use new libwapcaplet behaviour.Daniel Silverstone2010-03-271-2/+1
* Change selector hash to segregate:John Mark Bell2009-07-291-3/+16
* Calculate the in-memory size of stylesheets and provide some API to access this.John Mark Bell2009-07-271-0/+2
* Fix selector hash some more. It turns out that I'd forgotten how it was meant...John Mark Bell2009-07-171-1/+2
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-2/+2
* Drop css_error_handler and rename css_alloc to css_allocator_fnDaniel Silverstone2009-02-141-1/+1
* Add ability to delete items from the selector hash (we use lazy deletion, as ...John Mark Bell2009-01-251-0/+2
* Selector hash.John Mark Bell2009-01-251-0/+36