summaryrefslogtreecommitdiff
path: root/src/output.cc
Commit message (Expand)AuthorAgeFilesLines
* Honor --readonly-tables when outputting table for --ignore-case.Michael Drake2021-06-061-3/+4
* Prefer https URLs where possible.Bruno Haible2018-09-171-1/+1
* Avoid "implicit fallthrough" warnings also from clang.Bruno Haible2018-09-091-1/+1
* Don't print uninitialized hash values in debug mode.Bruno Haible2018-09-081-5/+11
* Correct width of columns when outputting the asso_values array.Bruno Haible2018-09-081-2/+4
* Avoid "implicit fallthrough" warnings in the generated code.Bruno Haible2018-07-261-3/+12
* Drop the inline specifiers from the generated lookup function.Bruno Haible2016-11-261-16/+5
* Change mailing list address to <bug-gperf@gnu.org>.Bruno Haible2016-11-261-1/+1
* Change the 'len' parameter type to 'size_t'.Bruno Haible2016-11-261-15/+15
* Avoid warning in output code on 64-bit native Windows platforms.Bruno Haible2016-11-261-1/+14
* Don't use 'register' storage-class specifier in C++ output code.Bruno Haible2016-11-261-71/+93
* Avoid 'warning: use of old-style cast' in output code.Bruno Haible2016-11-261-6/+25
* Avoid 'warning: implicit conversion changes signedness' in output code.Bruno Haible2016-11-261-5/+9
* Avoid 'warning: implicit conversion changes signedness' in output code.Bruno Haible2016-11-261-2/+4
* Fix compilation error with MSVC.Bruno Haible2012-07-011-2/+26
* New option --constants-prefix.Bruno Haible2011-01-161-17/+33
* Avoid g++ warnings.Bruno Haible2009-12-221-2/+2
* Don't include the length in the hash function if all keywords have the sameBruno Haible2009-01-191-9/+10
* Change source code license to GPLv3+.Bruno Haible2008-08-231-7/+5
* Change generated code to avoid a warning by GCC 4.2.Bruno Haible2007-09-091-2/+8
* Change generated code after the meaning of __inline is changed in GCC 4.3.Bruno Haible2007-03-311-1/+7
* Fix #line directives for filenames containing backslashes.Bruno Haible2006-01-131-13/+22
* Update FSF postal address.Bruno Haible2005-05-141-1/+1
* Add a length-table-name option and declaration.Bruno Haible2004-08-221-10/+13
* Add /*FALLTHROUGH*/ comments to output.Bruno Haible2003-05-011-0/+13
* Provoke a compilation error if the execution character set doesn't match theBruno Haible2003-04-281-1/+36
* Speed up the case-insensitive lookups.Bruno Haible2003-04-241-6/+93
* Improve option --pic. New options --string-pool-name, --null-strings.Bruno Haible2003-04-161-46/+250
* Omit the multicompare code output if it is not needed.Bruno Haible2003-04-141-2/+2
* Fix the comparison of the first byte when using gperf_case_strcmp.Bruno Haible2003-04-121-66/+122
* Small simplifications.Bruno Haible2003-04-081-21/+32
* Move the handling of ALLCHARS (-k'*') into the Positions class.Bruno Haible2003-04-071-27/+3
* Change the positions to be 0-based, instead of 1-based.Bruno Haible2003-04-041-10/+10
* New option --ignore-case.Bruno Haible2003-04-021-3/+150
* Fill unused asso_values[] entries in search.cc, not in output.cc.Bruno Haible2003-04-011-4/+3
* New option for position-independent code.Bruno Haible2003-03-291-3/+10
* Use 'unsigned int' instead of 'int' where it makes sense.Bruno Haible2003-03-171-3/+3
* Implement backtracking.Bruno Haible2003-02-221-62/+20
* Introduce new alpha_inc pass, to avoid artificial duplicates.Bruno Haible2003-02-171-10/+26
* When the option -k is not given, the default key positions are now computedBruno Haible2003-02-111-30/+45
* Implement % declarations.Bruno Haible2003-02-101-5/+5
* Emit #line directives.Bruno Haible2003-01-241-4/+13
* Rewrite the input routines.Bruno Haible2003-01-221-12/+34
* Use const where possible.Bruno Haible2003-01-131-9/+9
* Use (unsigned char) cast in all cases.Bruno Haible2003-01-101-1/+1
* More comments, fix last patch.Bruno Haible2003-01-091-26/+6
* Comments.Bruno Haible2003-01-081-138/+191
* Rework positions handling.Bruno Haible2002-12-091-1/+4
* First include is the specification's .h file.Bruno Haible2002-11-291-1/+3
* Remove the global vectors. Move them to the class Search.Bruno Haible2002-11-281-4/+6