aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/src/main
Commit message (Expand)AuthorAgeFilesLines
* If you have decided that you need to build the config, you must do so and als...Henning Baldersheim2020-04-211-9/+2
* Fail if reserved words are used for array names.gjoranv2019-11-131-8/+10
* Don't add findbugs annotations to generated config classes.gjoranv2019-08-222-2/+1
* Cleanup of config definition name and namespaceHarald Musum2019-08-142-18/+5
* Use enum class when generating c++ code.Tor Egge2019-07-301-5/+11
* Class and method used from ConfigGenMojo need to be publicHarald Musum2019-07-302-2/+4
* Constructor needs to be public, used by ConfigGenMojoHarald Musum2019-07-301-7/+8
* Cleanup MakeConfigHarald Musum2019-07-302-15/+15
* Merge pull request #10109 from vespa-engine/musum/add-TODOsHarald Musum2019-07-292-2/+1
|\
| * Remove unused constantHarald Musum2019-07-291-1/+0
| * Add TODOsHarald Musum2019-07-292-2/+2
* | Remove unused scripts (used on older Vespa releases)Harald Musum2019-07-291-952/+0
|/
* Emit proper forward declarations in config generator.Tor Egge2019-01-311-2/+2
* Add url config typeLester Solbakken2018-12-184-4/+37
* Add build() method to config buildersJon Bratseth2018-11-3018-63/+61
* Minor fixesJon Bratseth2018-10-142-7/+9
* Scala code replaced with Java equivalentOlli Virtanen2018-05-247-960/+966
* Remove the default ctor for generated inner arrays.gjoranv2018-03-011-29/+1
* Add copyright headerJon Bratseth2017-10-271-0/+1
* Remove ConfigGenerator.createClassName (scala)gjoranv2017-10-041-16/+0
* Exclude scala-xml from provided classpathgjoranv2017-09-081-1/+1
* Rewrite ConfigGenerator.createClassName to Java.gjoranv2017-09-053-8/+54
* Revert "Rewrite ConfigGenerator.createClassName to Java."gjoranv2017-09-013-48/+17
* Revert "Put back removed ConfigGenerator.createClassName."gjoranv2017-09-011-17/+2
* Put back removed ConfigGenerator.createClassName.gjoranv2017-08-311-2/+17
* Rewrite ConfigGenerator.createClassName to Java.gjoranv2017-08-313-17/+48
* Allow 'package' in def files to specify java package.gjoranv2017-08-174-18/+57
* Store default package prefix 'com.yahoo.' in a constant.gjoranv2017-08-162-4/+6
* Configgen is not a bundleBjørn Christian Seime2017-07-251-9/+0
* Revert "Configgen is not a bundle"Bjørn Christian Seime2017-07-241-0/+9
* Configgen is not a bundleBjørn Christian Seime2017-07-241-9/+0
* Revert "Remove old manifest file"Arnstein Ressem2017-07-211-0/+9
* Remove old manifest fileBjørn Christian Seime2017-07-211-9/+0
* Remove default ctor for the outer config class.gjoranv2017-07-181-5/+7
* Remove use of deprecated JavaConversions APIBjørn Christian Seime2017-07-131-5/+6
* Move definition of packagePrefix to MakeConfigPropertiesBjørn Christian Seime2017-06-193-28/+34
* Refactor logic for generating config into separate methodBjørn Christian Seime2017-06-191-22/+29
* Add constructor to create config instance from constructor parametersBjørn Christian Seime2017-06-191-23/+28
* Close file to ensure content is written to diskBjørn Christian Seime2017-06-161-2/+7
* Merge pull request #2781 from yahoo/bjorncs/update-maven-pluginsgjoranv2017-06-151-1/+3
|\
| * Fix race condition in config maven pluginBjørn Christian Seime2017-06-151-1/+3
* | Update copyright headersJon Bratseth2017-06-1418-18/+18
* | Revert "Update copyright headers"Jon Bratseth2017-06-1418-18/+18
* | Update copyright headersJon Bratseth2017-06-1418-18/+18
|/
* Revert "Copyright header"Jon Bratseth2017-06-1318-18/+18
* Copyright headerJon Bratseth2017-06-1318-18/+18
* Set the default constructor on config classes private.gjoranv2017-06-121-1/+5
* Revert "Set the default constructor on config classes private."Harald Musum2017-06-101-1/+1
* Merge pull request #2692 from yahoo/gjoranv/set-default-config-ctor-privategjoranv2017-06-091-1/+1
|\
| * Set the default constructor on config classes private.gjoranv2017-06-091-1/+1