summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-gen-testdocs/vespa-gen-testdocs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use smaller buffer for reading file headers. And GC some unused code.Henning Baldersheim2024-02-091-2/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-1/+1
* Use std::filesystem::remove in vespa-gen-testdocs app.Tor Egge2023-07-141-1/+2
* Add noexcept specifiers.Tor Egge2023-06-061-2/+2
* Change from typedef to using in searchcore.Geir Storli2022-12-211-6/+6
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-56/+28
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-23/+20
* Add missing include.Henning Baldersheim2022-03-071-0/+1
* Include needed header files.Tor Egge2022-02-141-0/+1
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-20/+7
* Avoid deprecated functions in OpenSSL 3.0.Tor Egge2021-10-281-7/+22
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use size literals in searchcoreArne Juul2021-02-151-1/+2
* Add alloc_aligned member function.Tor Egge2021-02-131-2/+1
* Forward declare MemoryAllocator in vespalib/util/alloc.h.Tor Egge2021-02-131-0/+1
* Add noexcept specifiers to non-throwing constructors and operators.Tor Egge2020-12-051-2/+2
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-13/+13
* Must also set optind for vespa-gen-testdocs gentestdocs sub-app.Tor Egge2019-03-181-0/+1
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-3/+1
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
* Add --json option to vespa-gen-testdocs.Tor Egge2018-02-161-84/+203
* Remove unused functionality from vespa-gen-testdocs app.Tor Egge2018-02-151-203/+0
* Include only what you need.Henning Baldersheim2017-08-181-1/+2
* 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
* split log and bufferedlogHenning Baldersheim2017-06-071-1/+1
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-5/+7
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-43/+43
* add override in searchcore moduleArne H Juul2017-04-121-17/+15
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-2/+1
* Handle variations to alignment smoother.Henning Baldersheim2016-10-031-1/+1
* Checkpoint after buil success.Henning Baldersheim2016-10-031-71/+74
* PublishJon Bratseth2016-06-151-0/+961