summaryrefslogtreecommitdiffstats
path: root/configgen
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-132-8/+28
* Don't add findbugs annotations to generated config classes.gjoranv2019-08-223-8/+6
* 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-303-22/+19
* 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-293-1253/+0
|/
* Emit proper forward declarations in config generator.Tor Egge2019-01-311-2/+2
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Add url config typeLester Solbakken2018-12-1810-10/+156
* Add build() method to config buildersJon Bratseth2018-11-3021-67/+119
* Add configgen to modules and clean up a bitHarald Musum2018-11-081-4/+1
* Minor fixesJon Bratseth2018-10-142-7/+9
* Scala code replaced with Java equivalentOlli Virtanen2018-05-2411-1091/+3065
* update bootstrapArne Juul2018-05-162-8/+14
* update perl bootstrapArne Juul2018-05-142-0/+4
* update bootstrap section of scriptsArne Juul2018-05-142-0/+24
* Remove the default ctor for generated inner arrays.gjoranv2018-03-011-29/+1
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
* Add copyright headerJon Bratseth2017-10-271-0/+1
* Remove scala-parser-combinators dependency.gjoranv2017-10-041-5/+0
* 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-054-9/+55
* Update test after removing version lineHarald Musum2017-08-301-2/+1
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-302-2/+0
* Revert "version in def files are deprecated"Harald Musum2017-08-302-0/+2
* version in def files are deprecatedHarald Musum2017-08-302-2/+0
* Add missing copyright headersgjoranv2017-08-182-0/+2
* Remove redundant def parameters.gjoranv2017-08-171-10/+9
* Allow 'package' in def files to specify java package.gjoranv2017-08-176-18/+180
* Store default package prefix 'com.yahoo.' in a constant.gjoranv2017-08-162-4/+6
* Refactor tests to remove duplicate code.gjoranv2017-08-162-203/+65
* Imports only.gjoranv2017-08-161-1/+0
* Move namespace testing to separate class.gjoranv2017-08-162-116/+145
* Rename test to clarify intention.gjoranv2017-08-161-1/+1
* Split "number in namespace" tests to clarify intention.gjoranv2017-08-161-11/+18
* minor: remove 'require_that' prefix.gjoranv2017-08-161-3/+3
* minor: declare helpers private and update author.gjoranv2017-08-161-3/+3
* Configgen is not a bundleBjørn Christian Seime2017-07-252-10/+3
* Remove scala-compiler test dependencyBjørn Christian Seime2017-07-241-5/+0