[parrot/parrot] 5896d9: Add a sort method to FixedFloatArray

GitHub noreply at github.com
Sat Mar 23 16:39:22 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 5896d973ae725adc859b0cb6cca624a9656d6f5f
      https://github.com/parrot/parrot/commit/5896d973ae725adc859b0cb6cca624a9656d6f5f
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    A examples/benchmarks/sort_ffa.pir
    M src/pmc/fixedfloatarray.pmc

  Log Message:
  -----------
  Add a sort method to FixedFloatArray


  Commit: 26cdda8049ab280ccb6d9f276aca4e1acefdee62
      https://github.com/parrot/parrot/commit/26cdda8049ab280ccb6d9f276aca4e1acefdee62
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M t/pmc/fixedfloatarray.t

  Log Message:
  -----------
  Add some tests for FFA.sort


  Commit: ea4026198c8de28a4093c3a161d7c2ecd66f1b33
      https://github.com/parrot/parrot/commit/ea4026198c8de28a4093c3a161d7c2ecd66f1b33
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M src/pmc/fixedfloatarray.pmc

  Log Message:
  -----------
  Fix a subtle bug where sort would not work correctly on systems where sizeof(INTVAL) != sizeof(FLOATVAL)


  Commit: 8c9a371055d90fd477ae2465b306c7723a474cb4
      https://github.com/parrot/parrot/commit/8c9a371055d90fd477ae2465b306c7723a474cb4
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-25 (Fri, 25 Jan 2013)

  Changed paths:
    M src/pmc/fixedfloatarray.pmc

  Log Message:
  -----------
  Hopefully fix FFA.sort() bug, caused by my questionable casting. @nwellnhof++ #929


  Commit: 94e7f64c49b9fabcd8077c736fe449f69200c67b
      https://github.com/parrot/parrot/commit/94e7f64c49b9fabcd8077c736fe449f69200c67b
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M src/pmc/fixedfloatarray.pmc

  Log Message:
  -----------
  Eschew the use of == on FLOATVALs, @pmichaud++


  Commit: 9fe9dfddea7e5db0f84041e3eab52bf90b50f346
      https://github.com/parrot/parrot/commit/9fe9dfddea7e5db0f84041e3eab52bf90b50f346
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-01-26 (Sat, 26 Jan 2013)

  Changed paths:
    M src/pmc/fixedfloatarray.pmc
    M t/pmc/fixedfloatarray.t

  Log Message:
  -----------
  Update some copyrights


  Commit: d3bd99f652e83c9d6679cd2031a6aa2693df781d
      https://github.com/parrot/parrot/commit/d3bd99f652e83c9d6679cd2031a6aa2693df781d
  Author: Jonathan "Duke" Leto <jonathan at leto.net>
  Date:   2013-03-23 (Sat, 23 Mar 2013)

  Changed paths:
    A examples/benchmarks/sort_ffa.pir
    M src/pmc/fixedfloatarray.pmc
    M t/pmc/fixedfloatarray.t

  Log Message:
  -----------
  Merge branch 'ffa_sort'


Compare: https://github.com/parrot/parrot/compare/58e5de90a4ab...d3bd99f652e8


More information about the parrot-commits mailing list