1. Aug 30, 2018
  2. Aug 29, 2018
    • Igor Chorazewicz's avatar
      common: fix array behaviour when its size is zero. · 41c89663
      Igor Chorazewicz authored
      This patch fixes 2 things:
       - Double braced initialization of scalar types is not allowed in C++
         so previous version, where underlying type for zero sized array
         was pointer prevented proper zero-sized array initlizatation.
         (Only some compilers complained about this)
       - Standard states that begin() and end() should return some unique value,
         now it is done by returning address of the array itself. To achive that
         alignment of zero-sized array is equal to alignment of type its holding.
         This approach is also taken by libstdc++.
      41c89663
  3. Aug 24, 2018
  4. Aug 23, 2018
  5. Aug 21, 2018
  6. Aug 20, 2018
  7. Aug 17, 2018
  8. Aug 16, 2018
  9. Aug 14, 2018
  10. Aug 11, 2018
  11. Aug 10, 2018
  12. Aug 09, 2018
  13. Aug 08, 2018
  14. Aug 02, 2018
  15. Aug 01, 2018