aboutsummaryrefslogtreecommitdiffstats
path: root/configgen/src/main/java/com/yahoo/config/codegen/CppClassBuilder.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Minor cleanup, no functional changesHarald Musum2023-08-231-4/+2
* Deprecate getVersion and remove unused code related to versionHarald Musum2023-08-231-2/+0
* Differentiate between move and copy for constructor and assignment operatorsTor Egge2022-07-031-21/+36
* pattern matching for instanceof reduces castingAndreas Eriksen2022-06-161-2/+1
* Generate move constructor too.Henning Baldersheim2022-02-081-0/+8
* - Generate mode modern c++ code.Henning Baldersheim2022-02-081-157/+116
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* handle missing -Dconfig.subdir=<dir>Arne H Juul2021-09-221-2/+6
* Add noexcept specifier to appropriate places in generated config.Tor Egge2020-12-051-20/+57
* If you have decided that you need to build the config, you must do so and als...Henning Baldersheim2020-04-211-9/+2
* Use enum class when generating c++ code.Tor Egge2019-07-301-5/+11
* Remove unused constantHarald Musum2019-07-291-1/+0
* Add TODOsHarald Musum2019-07-291-1/+1
* Emit proper forward declarations in config generator.Tor Egge2019-01-311-2/+2
* Add build() method to config buildersJon Bratseth2018-11-301-1/+2
* Minor fixesJon Bratseth2018-10-141-6/+7
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Include exceptions too.Henning Baldersheim2017-06-081-0/+1
* 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
* Generate the copy constructors and assignment operators in .cpp file using th...Henning Baldersheim2017-05-051-40/+35
* 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
* PublishJon Bratseth2016-06-151-0/+1117