aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/src
Commit message (Collapse)AuthorAgeFilesLines
* rewrite to avoid warningArne H Juul2017-04-201-1/+6
|
* fix or suppress warningsArne H Juul2017-04-208-21/+23
|
* Shutdown renderer threads on deconstructJon Bratseth2017-03-064-11/+15
|
* Nonfunctional changes onlyJon Bratseth2017-02-081-1/+1
|
* Tensor generate functionsJon Bratseth2016-12-221-2/+2
|
* Nonfunctional changes onlyJon Bratseth2016-12-131-1/+1
|
* Nonfunctional changesJon Bratseth2016-10-171-1/+1
|
* Run Application with VespaModel instead of MockRootJon Bratseth2016-09-281-7/+8
|
* Terminate vm on failed configuration in Bootstrap instead of ↵Jon Bratseth2016-09-011-4/+14
| | | | ConfiguredApplication
* Whitespace changes onlyJon Bratseth2016-08-232-6/+7
|
* sameThreadExecutor -> directExecutorJon Bratseth2016-07-046-9/+9
| | | | The former is deprecated and will be removed in "August 2016"
* Use Github username as authorBjørn Christian Seime2016-06-287-7/+7
|
* avoid sending info messages to stderrArne Juul2016-06-221-10/+11
| | | | | | | | * logging here will happen before we get around to setting up the logging system like we really want. Instead, just print some useful information to stdout which is clearly marked as debug output.
* use CatchSigTerm from yoleanArne Juul2016-06-211-1/+1
|
* Use /usr/bin/env perl instead of /usr/local/bin/perlArnstein Ressem2016-06-172-3/+3
|
* add main() for running without jsvc.Arne Juul2016-06-163-34/+117
| | | | | * add StandaloneMain class * move common code to new Main class
* PublishJon Bratseth2016-06-15220-0/+27014