summaryrefslogtreecommitdiffstats
path: root/vespa-documentgen-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Exclude compiler warnings from generated sourcesMartin Polden2018-08-151-2/+10
|
* Add linguistics dep to modules that use container-dev in compile.gjoranv2018-07-251-0/+7
|
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-9/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Remove tmartins and empty linesJon Bratseth2017-10-271-1/+0
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1414-14/+14
|
* Update copyright headersJon Bratseth2017-06-1414-14/+14
|
* Revert "Copyright header"Jon Bratseth2017-06-1314-14/+14
|
* Copyright headerJon Bratseth2017-06-1314-14/+14
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+2
|
* Merge pull request #2427 from yahoo/lesters/add-tensors-to-documentgenLester Solbakken2017-05-181-1/+9
|\ | | | | Add tensor support to vespa-documentgen-plugin
| * Add tensor support to vespa-documentgen-pluginLester Solbakken2017-05-091-1/+9
| |
* | remove duplicate pluginArne H Juul2017-05-161-4/+0
|/
* enable more warningsArne H Juul2017-04-211-1/+14
| | | | | | | | * and add -Werror flag, disallowing warnings * bump maven-plugin-api version to avoid evil warning * note: -Xlint:processing would warn about org.apache.maven.plugins.annotations.* not being "claimed", this is not a problem it seems.
* Support references in concrete document typesTor Brede Vekterli2017-02-081-1/+10
|
* Add readmesHaakon Dybdahl2017-01-231-0/+1
|
* Preserve old behavior where doing a setFieldValue on a string field,Henning Baldersheim2016-11-161-13/+0
| | | | | | would make an empty spanTreeMap when there where no annotations. However this is different that using the generated setter, which will not touch any annotations. But that is the same issue as always.
* Revert "Revert "Balder/faster concrete docs""Henning Baldersheim2016-11-161-154/+120
|
* Revert "Balder/faster concrete docs"Henning Baldersheim2016-11-161-120/+154
|
* And then we are done specialhandling StringFieldValues too.Henning Baldersheim2016-11-151-63/+35
|
* Add copyright and use getField() instead of creating Field's on the fly.Henning Baldersheim2016-11-151-4/+3
|
* ensure Extended or belong to super.Henning Baldersheim2016-11-151-5/+8
|
* Use ExtendedField for structs too.Henning Baldersheim2016-11-151-19/+16
|
* Optimize setFieldValue tooHenning Baldersheim2016-11-151-18/+19
|
* Use constant time hash lookups for non-struct and non-string fields for ↵Henning Baldersheim2016-11-151-21/+22
| | | | getFieldValue() and getField().
* staticHenning Baldersheim2016-11-141-1/+1
|
* Static plus intellij recommendations.Henning Baldersheim2016-11-141-54/+47
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Fix owner files.Haakon Dybdahl2016-06-171-1/+1
|
* PublishJon Bratseth2016-06-1517-0/+1754