aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/bitcompression/compression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* avoid undefined shiftHÃ¥vard Pettersen2022-06-201-5/+4
* Refactor to reduce code duplication for write path.Henning Baldersheim2022-01-271-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Just use the built-in functions.Tor Egge2021-04-301-17/+0
* use size literals in searchlibArne Juul2021-02-151-4/+5
* Read bytes from word vector when writing dictionary files.Tor Egge2020-04-231-0/+12
* Remove unneeded template endian parameter for reading bytes and headerTor Egge2019-04-301-5/+2
* Style fixes.Tor Egge2019-04-151-2/+3
* Style fixes.Tor Egge2019-04-151-5/+8
* Use nested namespace and GC unused code.Henning Baldersheim2018-10-311-1/+0
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
* Remove support for disk index checkpointing.Tor Egge2017-10-091-30/+0
* Replace tab with spaces.Geir Storli2017-09-131-1/+1
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-11/+3
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-2/+2
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-2/+26
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+24
* Targeted include.Henning Baldersheim2017-01-311-11/+3
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-171-0/+1
* PublishJon Bratseth2016-06-151-0/+450