summaryrefslogtreecommitdiff
path: root/src/search.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include the length in the hash function if all keywords have the sameBruno Haible2009-01-191-1/+4
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Cleanup the alpha_unify handling code.Bruno Haible2003-04-111-2/+5
* Renamings and small reorganizations.Bruno Haible2003-04-091-12/+4
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-2/+2
* New option --ignore-case.Bruno Haible2003-04-021-4/+22
* Completely new asso_values search algorithm.Bruno Haible2003-03-181-30/+9
* Use 'unsigned int' instead of 'int' where it makes sense.Bruno Haible2003-03-171-2/+2
* Optimized choice during collision resolution.Bruno Haible2003-03-141-1/+8
* Implement backtracking.Bruno Haible2003-02-221-1/+1
* Prepare for backtracking.Bruno Haible2003-02-201-14/+2
* Comments and code restructuring.Bruno Haible2003-02-191-1/+4
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-6/+20
* Change element type of _selchars from 'unsigned char' to 'unsigned int'.Bruno Haible2003-02-141-3/+3
* Move positions handling to its own file.Bruno Haible2003-02-131-1/+1
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-4/+20
* An abstract mergesort function.Bruno Haible2003-01-161-11/+0
* New option --multiple-iterations.Bruno Haible2003-01-151-0/+5
* Bug fix: make -j 0 work.Bruno Haible2003-01-141-2/+3
* Use const where possible.Bruno Haible2003-01-131-9/+11
* Restructure the asso_values[] searching code.Bruno Haible2003-01-071-9/+31
* Continuing rework.Bruno Haible2003-01-061-3/+13
* Fix the reorder logic.Bruno Haible2002-12-311-3/+11
* Compute the occurrences after removal of duplicates, not before.Bruno Haible2002-12-201-11/+38
* Use 'unsigned char' instead of 'char' in many places, to reduce casts.Bruno Haible2002-12-161-3/+3
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-8/+13
* Move the search algorithm to search.h, search.cc.Bruno Haible2002-11-261-0/+76