Skip to content
Snippets Groups Projects
  1. Jun 11, 2019
    • Jens Georg's avatar
      Improve location locking in updater · 5f9ee990
      Jens Georg authored
       - Preallocate the unordered set with worst-case size before the loop
       - Perform insert and lock in one step using the return value of insert
      5f9ee990
  2. Feb 22, 2019
  3. Feb 21, 2019
  4. Jan 29, 2019
  5. Jan 23, 2019
  6. Aug 08, 2018
    • vargheseg's avatar
      Workaround for std::logic_error in 00.08.00 · 3e429f58
      vargheseg authored
      Issue:
      Server throws when there are no device module variables:
      
      terminate called after throwing an instance of 'std::logic_error'
        what():  ReadAnyGroup has no element with AccessMode::wait_for_new_data.
      Aborted (core dumped)
      
      This commit introduces a workaround as proposed by jens:
        void DoocsUpdater::updateLoop(){
             if (_elementsToRead.empty()) {
                 return;
             }
      
      This commit is intended to be reverted if the above strategy has side
      effects.
      3e429f58
  7. Jul 18, 2018
  8. Jul 04, 2018
  9. Jul 02, 2018
  10. Jan 22, 2018
  11. Jan 10, 2018
  12. Dec 19, 2017
  13. Dec 11, 2017
  14. Oct 31, 2017
  15. Oct 28, 2017
  16. Oct 24, 2017
  17. Oct 20, 2017
  18. Oct 08, 2017
  19. Oct 07, 2017
Loading