summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
* Disable noexcept warning when compiling generated document selection parser.Tor Egge2022-07-031-0/+3
|
* Merge pull request #23139 from vespa-engine/andreer/java-17-examplesMartin Polden2022-06-301-1/+1
|\ | | | | Java 17 examples
| * String::formatted saves 5 bytesAndreas Eriksen2022-06-161-1/+1
| |
* | pass pointers where nullptr is an optionHåvard Pettersen2022-06-232-7/+11
| |
* | set repo before updatingHåvard Pettersen2022-06-231-8/+36
| |
* | Merge pull request #23188 from vespa-engine/havardpe/avoid-nullptr-derefHenning Baldersheim2022-06-222-2/+2
|\ \ | | | | | | avoid nullptr deref
| * | avoid nullptr derefHåvard Pettersen2022-06-212-2/+2
| | |
* | | stop passing nullptrHåvard Pettersen2022-06-211-1/+3
|/ /
* / Expect quotingJon Bratseth2022-06-161-1/+1
|/
* No functional changesJon Bratseth2022-06-152-5/+4
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|
* Update ABIHenning Baldersheim2022-06-091-2/+3
|
* Revert "Revert "Avoid Serializable interface and use typed Comparable<T> ↵Henning Baldersheim2022-06-097-34/+19
| | | | MERGEOK""
* Revert "Avoid Serializable interface and use typed Comparable<T> MERGEOK"Harald Musum2022-06-097-19/+34
|
* Avoid Serializable interface and use typed Comparable<T>Henning Baldersheim2022-06-097-34/+19
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* GC deprecation warnings.Henning Baldersheim2022-06-082-11/+16
|
* Further GC document level compression. Avoids a buffer copy that is no ↵Henning Baldersheim2022-06-0811-103/+33
| | | | longer relevant.
* cleanup some unneccessary cruftArne H Juul2022-06-0815-75/+0
|
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-085-45/+42
|
* add fieldsets after inheritingArne H Juul2022-06-081-7/+7
| | | | | * bad design of DocumentType class (in both Java and C++) causes silent failures when this is done in the wrong order.
* move internal details from public APIArne H Juul2022-06-083-15/+1
|
* Remove on Vespa 8Jon Bratseth2022-06-083-55/+0
|
* Remove obsolete deprecationJon Bratseth2022-06-081-13/+1
|
* cleanup more deprecated APIsArne H Juul2022-06-083-67/+30
|
* remove more deprecated APIsArne H Juul2022-06-0810-139/+9
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-082-6/+4
| | | | Also remove some deprecated methods in ConfigGetter
* remove TemporaryStructuredDataTypeArne H Juul2022-06-087-145/+0
|
* remove TemporaryDataTypeArne H Juul2022-06-083-77/+0
|
* remove unused compressor config apiArne H Juul2022-06-084-54/+0
|
* stop using/testing deprecated APIArne H Juul2022-06-082-9/+5
|
* Use exact document type matching semantics for C++ document selector ↵Tor Brede Vekterli2022-06-083-20/+5
| | | | implementation
* Use exact document type matching semantics for Java document selector ↵Tor Brede Vekterli2022-06-082-24/+2
| | | | implementation
* Add tensor short form rendering to document/v1Lester Solbakken2022-05-293-2/+63
|
* Merge pull request #22689 from vespa-engine/hakonhall/installjar-cmake-functionHåkon Hallingstad2022-05-201-1/+1
|\ | | | | install_jar CMake function
| * install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
| |
* | Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
|/
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+1
|
* GC unused codeHenning Baldersheim2022-04-291-9/+0
|
* Merge pull request #22180 from ↵Tor Brede Vekterli2022-04-2214-103/+189
|\ | | | | | | | | vespa-engine/vekterli/add-doc-selection-support-for-literal-bool-values Add document selection support for literal bool values [run-systemtest]
| * Implicitly convert boolean literal to number value when evaluating Java doc ↵Tor Brede Vekterli2022-04-202-4/+23
| | | | | | | | selection
| * Support boolean literals in subexpressions for C++ document selection, not ↵Tor Brede Vekterli2022-04-2012-99/+166
| | | | | | | | | | | | | | | | just as expression leaves Adds a new `BoolValueNode` type and the appropriate AST visiting overloads for it. For the sake of comparisons, node is treated as a numeric value node with value in {0, 1}.
* | correct level for debug loggingArne H Juul2022-04-221-4/+4
|/
* Merge pull request #22067 from vespa-engine/balder/gc-use-of-identifiableHenning Baldersheim2022-04-199-372/+168
|\ | | | | Avoid using Identifiable and CloneablePtr
| * GC void test code.Henning Baldersheim2022-04-191-124/+0
| |
| * Add noexceptHenning Baldersheim2022-04-191-1/+1
| |
| * Avoid using Identifiable and CloneablePtrHenning Baldersheim2022-04-089-330/+250
| |
* | Merge pull request #22105 from vespa-engine/arnej/just-new-config-filesHenning Baldersheim2022-04-1227-3166/+2863
|\ \ | |/ |/| switch to new-style config
| * switch to new-style configArne H Juul2022-04-1227-3166/+2863
| |
* | Guard against self assignment.Henning Baldersheim2022-04-081-3/+5
| |