aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/text
Commit message (Expand)AuthorAgeFilesLines
* Handle the exception that will come when codepoints < 'from' < len.Henning Baldersheim2023-09-181-1/+6
* - Add utility to do substring extraction by codepoints, instead of java char...Henning Baldersheim2023-09-151-0/+19
* Add helper `XML.getChildValue()`Bjørn Christian Seime2023-06-151-0/+7
* Revert "Merge pull request #25776 from vespa-engine/jonmv/revert-private-endp...jonmv2023-01-301-11/+12
* Revert "Merge pull request #25770 from vespa-engine/jonmv/private-endpoints"jonmv2023-01-271-12/+11
* Check private endpoints from same-zone config server insteadjonmv2023-01-271-11/+12
* Test direct renderingJon Bratseth2023-01-161-0/+4
* Use recommended and most efficient way to create a string from a byte array o...Henning Baldersheim2023-01-021-10/+9
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-6/+4
* Add 'model' config typeJon Bratseth2022-08-311-2/+2
* CleanupJon Bratseth2022-08-241-280/+215
* Test model id lookupJon Bratseth2022-08-241-6/+3
* use namespace unaware parser for bundle validator MERGEOK (#23585)Andreas Eriksen2022-08-051-2/+26
* Disable external entity processingMartin Polden2022-07-011-1/+6
* Disallow xincludeMartin Polden2022-07-011-12/+13
* Also allow 0xFFFE and 0xFFFFHenning Baldersheim2022-04-071-0/+1
* Add simplification of long if based on tip from @jonmv.Henning Baldersheim2022-04-061-32/+2
* Better naming and skip empty else.Henning Baldersheim2022-04-061-5/+4
* Skip unnecessary surrogate check if ! isBmpCodePoint, and move high surrogate...Henning Baldersheim2022-04-061-9/+4
* Avoid extra check for isValidCodePoint.Henning Baldersheim2022-04-061-4/+1
* Refactor to optimize for hot path.Henning Baldersheim2022-04-061-7/+19
* Update abi and split in hot/cold path.Henning Baldersheim2022-04-051-1/+5
* Use a primitive to see if that makes the JIT compiler more predictable.Henning Baldersheim2022-04-051-0/+17
* Update abi-spec, and some more non-functional changesJon Marius Venstad2022-03-181-2/+2
* Defer public API decisionMartin Polden2022-01-282-1/+9
* Move SnippetGenerator to vespajlibMartin Polden2022-01-281-0/+34
* Cleanup; No functional changesJon Bratseth2022-01-0718-64/+52
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
* Text.fmt -> Text.formatArne Juul2021-06-291-1/+1
* add convenience function wrapping "String.format(Locale.US, ...)"Arne Juul2021-06-291-0/+4
* - Add option to provide token map while construction wand/wset/dotproduct.Henning Baldersheim2021-03-271-3/+0
* Revert "Remove unused Utf8 methods"Harald Musum2020-10-052-7/+21
* Use StandardCharsetsMartin Polden2020-10-051-8/+6
* Remove unused Utf8 methodsMartin Polden2020-10-051-13/+1
* Remove custom Utf8.toBytes implementationMartin Polden2020-10-051-23/+5
* Remove custom Utf8.toString implementationMartin Polden2020-10-021-21/+4
* utility -> UtilityArne Juul2020-07-151-2/+2
* More descriptive message when mistyping flag data fieldHåkon Hallingstad2020-04-161-1/+2
* Avoid new dependency on jacksonHåkon Hallingstad2020-04-151-10/+7
* Ignore comment fieldsHåkon Hallingstad2020-04-141-1/+1
* Fix spelling errorHåkon Hallingstad2020-04-081-1/+1
* Validate deserialization of flag dataHåkon Hallingstad2020-04-081-1/+22
* Fix commentJon Bratseth2020-02-261-1/+1
* Trunkcate expressions in messagesJon Bratseth2020-02-251-0/+12
* Add a faster, but simpler pattern matcher. Builds tensoraddresses 5 times+ fa...Henning Baldersheim2019-12-131-0/+64
* Substitute properties in trace outputJon Bratseth2019-09-301-3/+2
* Allow extending beyond the last tensor dimensionJon Bratseth2019-07-021-10/+48
* Output intermediate graph with type info on errorJon Bratseth2019-07-012-47/+142
* Output the intermediate graphJon Bratseth2019-06-301-0/+47