summaryrefslogtreecommitdiffstats
path: root/configgen
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #2692 from yahoo/gjoranv/set-default-config-ctor-privategjoranv2017-06-091-1/+1
|\ | | | | Set the default constructor on config classes private.
| * Set the default constructor on config classes private.gjoranv2017-06-091-1/+1
| |
* | Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-091-0/+1
|\ \ | |/ |/| Balder/restart on messagebus port change
| * Include exceptions too.Henning Baldersheim2017-06-081-0/+1
| |
* | Revert "Revert "Revert "Gjoranv/remove default ctor4"""Harald Musum2017-06-081-9/+3
| |
* | Revert "Revert "Gjoranv/remove default ctor4""gjoranv2017-06-081-3/+9
| |
* | Revert "Gjoranv/remove default ctor4"Harald Musum2017-06-081-9/+3
|/
* Merge pull request #2445 from yahoo/gjoranv/remove-default-ctor4gjoranv2017-06-081-3/+9
|\ | | | | Gjoranv/remove default ctor4
| * Remove the default ctor for the generated config classes.gjoranv2017-05-101-3/+9
| | | | | | | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* | Also forward declare slime::CursorHenning Baldersheim2017-06-061-0/+1
| |
* | Also forward declare slime::Inspector.Henning Baldersheim2017-06-061-0/+3
| |
* | Use forward declarations to reduce included footprintHenning Baldersheim2017-06-061-17/+24
|/
* Revert "Remove the default ctor for the generated config classes."gjoranv2017-05-101-9/+3
| | | | This reverts commit 380966af69d8d61ad7b9907282d2b648c4aba6db.
* Remove the default ctor for the generated config classes.gjoranv2017-05-091-3/+9
| | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* Revert "Gjoranv/remove default ctor2"gjoranv2017-05-091-9/+3
|
* Remove the default ctor for the generated config classes.gjoranv2017-05-051-3/+9
| | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* Revert "Remove the default ctor for the generated config classes."gjoranv2017-05-051-9/+3
|
* Merge pull request #2247 from yahoo/gjoranv/remove-default-ctorgjoranv2017-05-051-3/+9
|\ | | | | Remove the default ctor for the generated config classes.
| * Remove the default ctor for the generated config classes.gjoranv2017-04-241-3/+9
| | | | | | | | | | - Removed for all inner nodes that are not arrays, because InnerNodeVector might still need it.
* | Generate the copy constructors and assignment operators in .cpp file using ↵Henning Baldersheim2017-05-051-40/+35
| | | | | | | | the " = default" construction in c++11.
* | Make struct builders public.Geir Storli2017-05-021-2/+2
|/ | | | | | | | Before this change, a new struct builder had to be created to set values on the builder. Then this builder was set on the toplevel config builder, replacing the previous struct builder and any changes already done. Now however, it is possible to set only a subset of values on a default constructed struct builder without affecting any previous changes.
* Use overrideHenning Baldersheim2017-04-041-5/+5
|
* Use override on generated config classes.Henning Baldersheim2017-04-041-5/+5
|
* Generate destructors.Henning Baldersheim2017-03-031-6/+10
|
* use new input/output model in slimeHaavard2017-02-031-11/+11
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* search .../lib64/perl5/site_perl for modulesArne Juul2016-06-202-0/+2
| | | | * also remove one extra (duplicate) 'use lib' line.
* Merge pull request #43 from ↵Arne H Juul2016-06-172-2/+2
|\ | | | | | | | | yahoo/aressem/use-env-to-find-perl-instead-of-hardcoding-location Use /usr/bin/env perl instead of /usr/local/bin/perl
| * Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-172-2/+2
| |
* | Merge pull request #19 from yahoo/bratseth/use-github-name-in-authorHenning Baldersheim2016-06-173-3/+3
|\ \ | | | | | | Use github name in @author
| * | Use github name in @authorJon Bratseth2016-06-163-3/+3
| |/
* / Use github name in @author and OWNERS filesHarald Musum2016-06-176-6/+6
|/
* PublishJon Bratseth2016-06-1532-0/+6160