summaryrefslogtreecommitdiffstats
path: root/juniper
Commit message (Collapse)AuthorAgeFilesLines
* remove FastOS_ApplicationHåvard Pettersen2022-04-087-89/+32
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-6/+4
|
* Remove inlining warnings.Tor Egge2022-02-263-113/+137
|
* - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-261-76/+42
| | | | | | | - Check result of Close() - Check result of Sync() - Scope FastOS_File to avoid explicit Close(). - NULL -> nullptr
* Revert "Revert "Don't split interlinear annotations.""Tor Egge2022-01-031-9/+113
|
* Avoid illegal character sequence in debug log.Tor Egge2022-01-031-8/+19
|
* Revert "Don't split interlinear annotations."Arnstein Ressem2021-12-171-113/+9
|
* Factor out common code to helper functions.Tor Egge2021-12-161-27/+21
| | | | Adjust comment.
* Don't split interlinear annotations.Tor Egge2021-12-161-8/+118
|
* Update 2017 copyright notices.gjoranv2021-10-0782-82/+82
|
* Cast to signed char when needed in juniper.Tor Egge2021-04-302-2/+2
|
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
|
* - Let DotProduct,Wand and WeightedSet be Term nodes in the query tree as ↵Henning Baldersheim2021-03-293-27/+3
| | | | | | | | they really are. That restricts the nodes to what they can really do and makes them significantly cheaper. - In addition type conversion of numeric terms is delayed to when it is necessary. And as next step they can be avoided completely.
* Include cstddef header file when needed.Tor Egge2021-01-041-0/+1
|
* Port to gcc 8.Tor Egge2020-12-061-1/+1
|
* Eliminate inlining warnings.Tor Egge2020-12-041-0/+2
|
* Remove old juniper stl workaround.Tor Egge2020-12-037-89/+6
|
* sequential_elem operator should be const.Tor Egge2020-12-031-1/+1
|
* c++17 and c++2a need different handling.Henning Baldersheim2020-12-021-9/+16
|
* Make it compatible with c++2aHenning Baldersheim2020-12-021-8/+16
|
* Add include statements needed by newer build environments.Tor Egge2020-01-261-0/+1
|
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-11/+0
|
* Fix format strings in juniper module.Tor Egge2019-03-123-34/+34
|
* Adjust declarations in juniper.Tor Egge2019-02-082-3/+2
|
* Simplify legacy hash function in juniper.Tor Egge2019-02-041-23/+9
|
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-012-3/+3
|
* Use a templated find() to enable lookup without object creation when objects ↵Henning Baldersheim2018-11-011-0/+1
| | | | are comparable.
* Remove some unused codeHenning Baldersheim2018-08-311-60/+0
|
* some more cleanupArne Juul2018-06-203-6/+2
|
* add and use HDR_ABORT insteadArne Juul2018-06-202-2/+4
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-206-100/+18
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
|
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-4/+3
|
* Update copyright headersJon Bratseth2017-06-1484-82/+84
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1484-84/+82
|
* Update copyright headersJon Bratseth2017-06-1484-82/+84
|
* Revert "Revert "Encode as UTF-8""Jon Bratseth2017-06-141-1/+1
|
* Revert "Encode as UTF-8"Tor Egge2017-06-141-1/+1
|
* Encode as UTF-8Jon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1384-85/+83
|
* Copyright headerJon Bratseth2017-06-1384-83/+85
|
* split log and bufferedlogHenning Baldersheim2017-06-071-5/+1
|
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-073-33/+17
|
* Reduce fastos.h dependency.Henning Baldersheim2017-05-276-6/+0
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-0/+7
| | | | includes
* misc cleanup from BaldersheimArne H Juul2017-05-0213-119/+48
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2413-48/+119
|
* Do not pretend to be root.Henning Baldersheim2017-04-232-2/+2
|
* Use overrideHenning Baldersheim2017-04-2313-119/+48
|