1. 01 Apr, 2016 2 commits
    • Igor Babaev's avatar
      Fixed a problem with --ps-protocol. · 0b89c614
      Igor Babaev authored
      Window names has to be resolved only once.
      0b89c614
    • Igor Babaev's avatar
      The implementation of the template bubble_sort assumed · 2e4bd440
      Igor Babaev authored
      that the call-back comparison function returns a positive
      number when arg1 < arg2, and a negative number when arg1 > arg2.
      This is not in line with other implementation of sorting
      algorithm.
      Changed bubble_sort: now a negative result from the comparison
      function means that arg1 < arg2, and positive result means
      that arg1 > arg2.
      Changed accordingly all call-back functions that are used as
      parameters in the call of bubble_sort.
      
      Added a test case to check the proper sorting of window functions.
      2e4bd440
  2. 30 Mar, 2016 4 commits
  3. 28 Mar, 2016 10 commits
  4. 27 Mar, 2016 5 commits
  5. 25 Mar, 2016 3 commits
  6. 24 Mar, 2016 7 commits
  7. 23 Mar, 2016 9 commits