summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Include only what you need.Henning Baldersheim2017-08-189-16/+17
|
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-115-11/+9
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Revert "Revert "Use new program names with vespa- prefix in config model.""Geir Storli2017-06-301-2/+2
|
* Revert "Use new program names with vespa- prefix in config model."Geir Storli2017-06-301-2/+2
|
* Merge pull request #2899 from ↵Geir Storli2017-06-301-2/+2
|\ | | | | | | | | yahoo/toregge/use-new-program-names-in-config-model Use new program names with vespa- prefix in config model.
| * Use new program names.Tor Egge2017-06-281-2/+2
| |
* | rename variable name to something more neutralArne H Juul2017-06-281-4/+4
|/
* Merge pull request #2821 from yahoo/bjorncs/threadsafe-configgen-plugingjoranv2017-06-191-1/+1
|\ | | | | Bjorncs/threadsafe configgen plugin
| * Move definition of packagePrefix to MakeConfigPropertiesBjørn Christian Seime2017-06-191-1/+1
| |
* | Do not ignore test anymore.Henning Baldersheim2017-06-191-1/+1
| |
* | Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-2/+3
| |
* | Move locale insensitive stdtod to vespalibHenning Baldersheim2017-06-191-21/+2
| |
* | Make double parsing independent of locale.Henning Baldersheim2017-06-192-4/+32
|/
* VESPA_HOME no longer ends in /Arne H Juul2017-06-191-6/+6
|
* create and use underVespaHomeArne H Juul2017-06-171-2/+1
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-173-5/+1
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-14462-462/+462
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14462-462/+462
|
* Update copyright headersJon Bratseth2017-06-14462-462/+462
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Remove unstable testBjørn Christian Seime2017-06-141-8/+0
| | | | | There is no guarantee that the Norwegian locale is available on the compilation target.
* Revert "Copyright header"Jon Bratseth2017-06-13462-463/+463
|
* Copyright headerJon Bratseth2017-06-13462-463/+463
|
* Temporarily ignore testBjørn Christian Seime2017-06-121-1/+1
|
* Fix ignore.Tor Egge2017-06-091-1/+1
|
* Rename config programs to have vespa- prefix.Tor Egge2017-06-0917-19/+19
| | | | Temporarily add symlinks from old name to new name.
* Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-0916-63/+77
|\ | | | | Balder/restart on messagebus port change
| * Reduce exposure to config internals.Henning Baldersheim2017-06-0811-44/+49
| |
| * Only include what you really needHenning Baldersheim2017-06-086-19/+28
| |
* | Rewrite test so that it works even when running as rootHarald Musum2017-06-091-3/+3
| |
* | avoid trailing slash in ROOT settingArne H Juul2017-06-081-1/+1
|/
* split log and bufferedlogHenning Baldersheim2017-06-072-2/+2
|
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-071-3/+2
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-062-3/+3
|
* Remove unused includesHenning Baldersheim2017-06-061-2/+0
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-063-7/+7
|
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-019-28/+52
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0115-15/+1
|
* You shall not catch unless you know what you are catching and also how to ↵Henning Baldersheim2017-05-312-8/+1
| | | | handle it !!!
* remove old unused ignoresArne Juul2017-05-194-1/+0
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-092-0/+5
|
* Fix remaining inline warnings for compilation with -OgTor Brede Vekterli2017-05-052-0/+5
|
* gcc 7 complains about 'type punned pointer'Henning Baldersheim2017-05-051-1/+1
|
* Whitespace ++Henning Baldersheim2017-05-041-0/+1
|
* Ensure that we have gotten config at least once before starting up.Henning Baldersheim2017-05-042-3/+2
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-0214-13/+32
| | | | includes
* Add overrideHenning Baldersheim2017-04-2910-86/+22
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-2410-22/+86
|