summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-0/+1
| | | | | | Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead.
* add fork of airlift zstd codeArne Juul2023-01-031-0/+1
|
* GC unused security-toolsHenning Baldersheim2022-12-051-1/+0
|
* Merge pull request #25075 from vespa-engine/arnej/onnxruntime-as-bundleArne H Juul2022-12-051-0/+1
|\ | | | | add container-onnxruntime-bundle
| * rename to just "container-onnxruntime"Arne Juul2022-12-021-1/+1
| |
| * add container-onnxruntime-bundleArne Juul2022-12-021-0/+1
| |
* | Move vespa-status-filedistribution to where the other clients are and use a ↵Henning Baldersheim2022-12-021-1/+0
|/ | | | common jar file.
* Collapse the vespa_feed_perf into the other feed clients.Henning Baldersheim2022-11-291-1/+0
|
* Split out filedistribution client into its own moduleHarald Musum2022-11-291-0/+1
|
* GC unused vespa-preprocess-applicationHenning Baldersheim2022-11-281-1/+0
|
* Always detect llvm version.Tor Egge2022-10-131-0/+15
|
* Include GNUInstallDirs, to simplify setup of EXTRA_LINK_DIRECTORY.Tor Egge2022-10-131-0/+1
|
* Require cmake 3.18 or newer.Tor Egge2022-10-111-1/+1
|
* Remove container-search-guiMorten Tokle2022-08-221-1/+0
|
* Reapply "Arnej/use go logfmt"Arne Juul2022-08-181-18/+19
| | | | This reverts commit ebf0b7e6b37a0674da370c5fe0057f1aeac1d5a0.
* Revert "Arnej/use go logfmt"Arne H Juul2022-08-161-19/+18
|
* sort linesArne Juul2022-08-161-18/+18
|
* hookup new version of vespa-logfmtArne Juul2022-08-161-0/+1
| | | | | * adds simple go compilation hook for cmake * stop installing perl version of vespa-logfmt
* Add VESPA_GROUP to cmake files.Tor Egge2022-06-211-0/+1
|
* Remove jdisc_jettyBjørn Christian Seime2022-06-081-1/+0
|
* Package spifly and asm dependencies into container-spifly bundleBjørn Christian Seime2022-06-081-0/+1
|
* Rename vespa_jersey2 to vespa-3party-bundlesgjoranv2022-06-081-1/+1
|
* Remove vespa-http-client from cmake and enforcergjoranv2022-06-081-1/+0
|
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-1/+0
|
* Fold fastlib into vespalib and gc some unused code.Henning Baldersheim2022-05-211-1/+0
| | | | Also move some code only used by juniper up into juniper test module.
* Fold searchcommon into searchlibHenning Baldersheim2022-05-201-1/+0
|
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
|
* Fold juniper into searchsummary library.Henning Baldersheim2022-05-191-1/+0
|
* Fold storageapi into storage.Henning Baldersheim2022-05-191-1/+0
|
* Collapse storageframework back into storage.Henning Baldersheim2022-05-181-1/+0
|
* Collapse persistencetypes into persistenceHenning Baldersheim2022-05-181-1/+0
|
* Collapse searchcorespi into searchcoreHenning Baldersheim2022-05-151-1/+0
|
* Revert "Revert "Collapse vsm into streamingvisitors""Henning Baldersheim2022-05-151-1/+0
|
* Revert "Collapse vsm into streamingvisitors"Henning Baldersheim2022-05-151-0/+1
|
* Collapse vsm into streamingvisitorsHenning Baldersheim2022-05-141-1/+0
|
* Revert "Merge pull request #22392 from ↵jonmv2022-05-031-0/+1
| | | | | | | vespa-engine/revert-22390-jonmv/export-package" This reverts commit 3a757528a0a978d44cb1bd9aae28b567c477d139, reversing changes made to ea6f91775e837040dc5debad521e446f389ed8ab.
* Revert "Export package ai.vespa.hosted.client [run-systemtest]"Harald Musum2022-05-021-1/+0
|
* Add to CMakeLists.txtxjonmv2022-05-021-0/+1
|
* Install thread sanitizer suppressions file.Tor Egge2022-04-271-0/+1
|
* Handle vespamalloc not being built.Tor Egge2022-02-071-4/+1
|
* Revert "Make client/go/bin/vespa for vespa-clients RPM"Håkon Hallingstad2021-11-231-1/+0
|
* Make client/go/bin/vespa for vespa-clients RPMHåkon Hallingstad2021-11-221-0/+1
|
* Revert "Add vespa program to vespa-clients RPM, try 2"Tor Egge2021-11-181-1/+0
|
* Revert "Revert "Add vespa program to vespa-clients RPM""Håkon Hallingstad2021-11-181-0/+1
|
* Revert "Add vespa program to vespa-clients RPM"Arnstein Ressem2021-11-181-1/+0
|
* Add vespa program to vespa-clients RPMHåkon Hallingstad2021-11-171-0/+1
|
* Enable vespamalloc for non x86_64 too.Henning Baldersheim2021-11-161-2/+1
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Merge branch 'master' into bratseth/linguistics-componentsJon Bratseth2021-09-271-1/+0
|\ | | | | | | | | | | | | Conflicts: linguistics-components/src/main/resources/configdefinitions/sentence-piece.def linguistics/src/main/resources/configdefinitions/language.sentencepiece.sentence-piece.def linguistics/src/main/resources/configdefinitions/sentence-piece.def
| * No java artifacts are installed by configgen or defaults anymore.gjoranv2021-09-221-1/+0
| |