Skip to content
Snippets Groups Projects
  1. May 11, 2015
  2. May 10, 2015
  3. May 08, 2015
  4. Apr 30, 2015
  5. Apr 28, 2015
  6. Apr 27, 2015
  7. Apr 23, 2015
  8. Apr 22, 2015
  9. Apr 21, 2015
  10. Apr 20, 2015
    • Dr. Felix Tobias Schindler's avatar
      [common.string] allow vectors to be created from scalars · 42a524d1
      Dr. Felix Tobias Schindler authored
      Historically it was possible to create any type of vector of any requested
      length from an expression of the form "1" or "[1]" by interpreting this as
      the scalar 1 and filling all components of the vector with this value. That
      somehow got lost in the re-factoring of string/configuration; this commit
      restores the old behavior.
      
      We could argue, though, that we only want vectors of arbitrary length to be
      created from "1", not from "[1]", as the latter looks like an explicit wish
      for a vector of length 1.
      42a524d1
  11. Apr 19, 2015
  12. Apr 18, 2015
  13. Apr 17, 2015
  14. Apr 16, 2015
  15. Apr 15, 2015
  16. Mar 26, 2015
  17. Mar 24, 2015
  18. Mar 23, 2015
  19. Mar 18, 2015
  20. Mar 17, 2015
Loading