summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
Commit message (Expand)AuthorAgeFilesLines
* Eliminate inlining warnings.Tor Egge2020-12-041-0/+3
* Make it compatible with c++2aHenning Baldersheim2020-12-022-2/+2
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-127-19/+29
* Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-0917-219/+151
* No need to inherit Identifiable.Henning Baldersheim2020-11-071-1/+1
* GC unuse code and use std::mutex/std:condition_variable over vespalib::MonitorHenning Baldersheim2020-10-141-7/+8
* Use std::mutex/std::condition_variable over vespalib::MonitorHenning Baldersheim2020-10-142-20/+15
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-082-6/+5
* Use std::mutex for the hash lockHenning Baldersheim2020-10-082-20/+27
* Use std::mutexHenning Baldersheim2020-10-0815-183/+33
* Add default constructor.Henning Baldersheim2020-10-081-3/+4
* mutex must be mutable to be used in const method.Henning Baldersheim2020-10-071-2/+2
* - GC unused code.Henning Baldersheim2020-10-073-12/+5
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-072-1/+2
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-078-24/+20
* Use noexcept as advise by gcc -WnoexceptHenning Baldersheim2020-10-063-14/+10
* Add wakeup call on the executors to allow to urgent wakeup of lazy exeutors o...Henning Baldersheim2020-10-036-13/+33
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-311-0/+1
* ChildProc -> ChildProcessArne Juul2020-07-171-2/+2
* rename SlaveProc -> ChildProcArne Juul2020-07-171-2/+2
* Use EXTERNAL_DEPENDS for external dependencies.Tor Egge2020-07-071-0/+1
* avoid naked exitArne Juul2020-07-031-1/+2
* use appropriate lockHåvard Pettersen2020-07-021-1/+1
* use event barrier for syncHåvard Pettersen2020-07-022-49/+68
* improve syncHåvard Pettersen2020-07-022-26/+42
* Let getExecutorId be a pure interface.Henning Baldersheim2020-06-269-50/+60
* Run prepare step of two-phase puts in the shared executor instead of the attr...Geir Storli2020-06-251-0/+31
* Update the test to what is important for the adaptive executor.Henning Baldersheim2020-06-251-6/+2
* Let the executor create an executor id to its liking.Henning Baldersheim2020-06-257-16/+27
* Reduce from warning to infoHenning Baldersheim2020-05-131-1/+1
* /proc/self/smaps is linux specific.Tor Egge2020-04-211-0/+4
* Disable some unit tests on Darwin.Tor Egge2020-04-141-2/+7
* Add control for kind_of_watermark and reaction time.Henning Baldersheim2020-04-065-8/+44
* Fix format string in SequencedTaskExecutor benchmark.Tor Egge2020-04-061-1/+2
* Fix merge conflict after revert.Henning Baldersheim2020-04-061-2/+2
* Merge branch 'master' into balder/move-sequenced-task-executors-to-staging_ve...Henning Baldersheim2020-04-052-13/+3
|\
| * Revert "Balder/control naptime"Henning Baldersheim2020-04-052-13/+3
* | Also allow for testing of the adaptive task executor.Henning Baldersheim2020-04-041-8/+13
* | Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-0418-0/+1627
|/
* Control nap timeHenning Baldersheim2020-04-042-3/+13
* pointre => pointerHenning Baldersheim2020-03-301-1/+1
* Avoid double lookup.Henning Baldersheim2020-03-302-12/+12
* Only start LRU mode once half fullHenning Baldersheim2020-03-291-1/+1
* Merge pull request #12727 from vespa-engine/balder/let-optimize-flag-control-...Henning Baldersheim2020-03-262-13/+23
|\
| * Add shutdown to thread interface.Henning Baldersheim2020-03-232-13/+23
* | Unify the metrics for queuesize similar to what we have for the spi queues.Henning Baldersheim2020-03-252-8/+6
|/
* Use fundamental integer types in vespalib::visit.Tor Egge2020-03-222-16/+32
* Revert "Revert "Since the most important aspect our use of hash maps/sets is ...Henning Baldersheim2020-03-202-20/+20
* Revert "Since the most important aspect our use of hash maps/sets is for spee...Harald Musum2020-03-202-20/+20
* Merge pull request #12646 from vespa-engine/balder/make-default-hashing-use-2...Henning Baldersheim2020-03-202-20/+20
|\