aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/pagedict4
Commit message (Expand)AuthorAgeFilesLines
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-302-1/+1
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Remove unused variables.Tor Egge2022-09-231-2/+0
* remove FastOS_ApplicationHÃ¥vard Pettersen2022-04-081-12/+16
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* use size literals in searchlibArne Juul2021-02-151-3/+4
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-6/+6
* some more cleanupArne Juul2018-06-201-2/+1
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
* Use more descriptive type name (EC -> EncodeContext).Tor Egge2018-04-131-2/+2
* Add comments.Tor Egge2018-04-131-15/+22
* Rename test function name.Tor Egge2018-04-131-2/+2
* Replace some assert statements with test macros.Tor Egge2018-04-131-5/+4
* Simplify pagedict4 unit tests by moving ownership of encode and decodeTor Egge2018-04-132-59/+9
* Add unit test for pagedict4 reading where dictionary page is filled by a sing...Tor Egge2018-04-132-0/+214
* Factor out classes for read/write access to memory based pagedict4 structuresTor Egge2018-04-131-158/+6
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* split log and bufferedlogHenning Baldersheim2017-06-071-0/+1
* Now everything builds without fastos.hHenning Baldersheim2017-06-011-1/+2
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-25/+15
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-051-17/+20
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-4/+5
* mark all temporary variables that only exist to assert (void), so that NDEBUG...Henning Baldersheim2016-11-171-0/+3
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-153-0/+890